Close

Release 0.53.0

A project log for zeptoforth

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

travis-bemannTravis Bemann 12/31/2022 at 22:570 Comments

This release adds Control-C support at the console to reboot the microcontroller (which is used by the 'Reboot' button in the latest zeptocom.js), providing it is not severely wedged, adds optimizations for sending and receiving bytes as master over SPI, fixes a lurking bug where the incorrect use of bis! to set NVIC registers in the interrupt module was masking a significant interrupt-handling bug in multicore operation on the RP2040 by incorrectly clearing pending interrupts which would otherwise be unhandled, and fixes the aforementioned RP2040 multicore interrupt bug which was unmasked by fixing the aforementioned incorrect use of bis!.

Discussions