Close

Release 0.27.0

A project log for zeptoforth

A full-featured Forth-based RTOS for ARM Cortex-M

travis-bemannTravis Bemann 03/06/2022 at 00:010 Comments

This release fixes outstanding issues with multiprocessing on the Raspberry Pi Pico and other compatible RP2040-based boards, where one could not write to flash after the second core had been booted without undefined conditions resulting, and where one could not erase flash after the second core had been booted and then write to flash afterwards without the MCU locking up. This release also adds a new heap allocator which now uses free lists to allocate memory and which eliminates some apparent bugs in the old heap allocator.

Discussions