Close

Bug-fix release 1.5.0.1

A project log for zeptoforth

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

travis-bemannTravis Bemann 02/06/2024 at 03:380 Comments

This bug-fix release fixes a regression where the console could not be used (i.e. it would cause a hard fault) from the first task started on core 1 of the RP2040 unless console I/O was specifically redirected first, due to a lack of initialization of the console I/O hooks in  the initialization code for core 1.

Discussions