Close

Patch-level release 1.1.0.3

A project log for zeptoforth

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

travis-bemannTravis Bemann 5 hours ago0 Comments

This patch-level release fixes an issue with the multitasker where if all tasks on one core were blocking, they would prevent any pending operations on that core from executing repeatedly. This caused issues with the USB CDC console in multicore code.

Discussions