Close

Release 0.20.0

A project log for zeptoforth

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

travis-bemannTravis Bemann 08/25/2021 at 03:150 Comments

This release adds semaphores along with streams for byte-granularity queues for inter-task communication, non-blocking operations upon channels and streams, temporary buffers for allocating temporary areas of memory, string literals that can be used in immediate state (using temporary buffers as storage), named tasks, and functionality for dumping information on the tasks in the schedule. Additionally, the set of builds for each supported platform has been rationalized to just full, full_swdcom, mini, and mini_swdcom builds.

Discussions