Skip to content

Release 0.30.0

Compare
Choose a tag to compare
@tabemann tabemann released this 08 Apr 02:41
· 2356 commits to master since this release

This release significantly optimizes the speed and memory footprint of constants (literals and long calls) in the RP2040 (Raspberry Pi Pico) platform. It also changes task queues, used by semaphores, queue channels, and byte streams, so they favor readying higher-priority tasks. Note that deferred words have been removed, due to difficulties implementing them with the constant changes on the RP2040 platform.