Close

Patch-level release 0.46.3

A project log for zeptoforth

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

travis-bemannTravis Bemann 10/22/2022 at 02:450 Comments

This patch-level release fixes a bug with peripheral disabling in the i2c module that caused crashes if an enabled peripheral was then disabled, fixes a bug in [if]/[else]/[then] where it did not properly handle EOF, resulting in infinite loops or crashing, and fixes a bug in edit (the block editor) which caused garbage values to be put on the data stack each time a block was navigated to, eventually resulting in data stack overflow.

Discussions