Close

Release 0.22.0

A project log for zeptoforth

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

travis-bemannTravis Bemann 12/12/2021 at 23:580 Comments

This release includes multicore support (including support for multitasking on the second core) for the RP2040, adds task notifications for higher-performance communication between tasks, revamps the module system (having separate BEGIN-MODULE and CONTINUE-MODULE, etc., adding the ability to refer to identifiers by a "path", and adding EXPORT), and fixes some bugs (e.g. in string literal parsing).

Discussions