Close

Patch-level release 1.7.4

A project log for zeptoforth

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

travis-bemannTravis Bemann 08/08/2024 at 03:450 Comments

This patch-level release adds search capabilities to zeptoed and fixes a number of bugs, including bugs in zeptoed, fat32::path-exists? and fat32::root-path-exists? (which would previously cause crashes when attempting to search for an entry in a subdirectory), pio::jmp+> (which would previously not properly compile to flash), value (which would previously cause crashes on boot if a value in RAM was not aligned properly), and initialization of RAM storage on bootup (which would previously cause crashes on boot if the last variable or buffer in RAM did not align the RAM here pointer).

Discussions