Close

Minor release 1.1.0

A project log for zeptoforth

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

travis-bemannTravis Bemann 09/12/2023 at 03:180 Comments

This minor-level release fixes issues with wait-notify, wait-notify-indefinite, and wait-notify-timeout in the task module which had rendered them unusable and also removes "critical" multitasking constructs because they do not do what they were created for (e.g. there is no actual guarantee that other code will not execute between the time when they could first wake and when the tasks in question actually resumed execution.

Discussions