Close

Bug-fix release 1.4.0.2

A project log for zeptoforth

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

travis-bemannTravis Bemann 01/15/2024 at 04:440 Comments

This bug-fix release modifies ARM Cortex-M0+ (i.e. RP2040) compilation so dumping constant pools may occur at any point during compilation, rather than just when compiling literals, which fixes an issue with compilation where sometimes unexpected literal out of range exceptions would be raised. (This is an RP2040-only release - non-RP2040 binaries are included, but have not been updated.)

Discussions