Close

Patch-level release 1.0.2

A project log for zeptoforth

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

travis-bemannTravis Bemann 06/11/2023 at 02:440 Comments

This patch level release fixes an issue where transmission would sometimes halt with the USB CDC console (particularly when flushing the console), fixes pio::sm-addr! on the RP2040 (which previously did not actually work), and provides means to disable trapping of control-C and control-T on the U(S)ART and/or USB CDC consoles by setting uart-special-enabled and usb-special-enabled (which are set to true by default).

Discussions