Close

Patch-level release 0.26.1

A project log for zeptoforth

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

travis-bemannTravis Bemann 02/03/2022 at 04:070 Comments

This patch-level release fixes the issues with interrupt-driven serial IO when multicore operation has been initiated on the Raspberry Pi Pico, where previously multicore operation required interrupt-driven serial IO to be disabled prior to booting the second core. Additionally, critical sections have been added to interrupt-driven serial IO and the swdcom driver to reduce (but not eliminate) the chance of RX and TX buffer state corruption when multiple tasks are attempting to transmit or receive bytes simultaneously.

Discussions