Close

Release 0.25.0

A project log for zeptoforth

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

travis-bemannTravis Bemann 01/22/2022 at 23:540 Comments

This release adds true symmetric multiprocessing support for the Raspberry Pi Pico (RP2040). Now can tasks on different cores not only share and communicate across cores for multitasking communication and synchronization constructions such as semaphores, locks, queue channels, rendezvous channels, bidirectional channels, and byte-oriented streams. Also, tasks can now be spawned on arbitrary cores regardless of the core of the spawning task.

Discussions