Close

Bug-fix release 1.3.3.3

A project log for zeptoforth

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

travis-bemannTravis Bemann 12/17/2023 at 01:090 Comments

This bug-fix release resolves an issue with the task monitor where if it did not have enough dictionary space alloted to it it would cause a crash. Now a greater amount of dictionary space (2048 bytes rather than 320 bytes) are allotted, and it detects whether enough dictionary space is available to avoid crashing. Additionally, a bug in the display of the current data stack usage has now been fixed.

Discussions