Close

Beta release 0.22.0b1

A project log for zeptoforth

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

travis-bemannTravis Bemann 11/29/2021 at 02:480 Comments

This beta release adds task notifications for lightweight task communication and synchronization to the multitasker. These task notifications permit significantly higher-performance task communication and synchronization than is possible with other means with the limitations that there may only be a single receiving task for communication and synchronization at a time, unlike with semaphores or channels, and that only a single cell may be communicated at a time.

Discussions