Close

Bug-fix release 1.5.5.1

A project log for zeptoforth

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

travis-bemannTravis Bemann 05/31/2024 at 03:570 Comments

This bug-fix release fixes internal::parse-to-char along with words that rely on it such as s" and compat::word so that if the delimiter is missing >in is updated to match the end of the input rather than being left unchanged. This also fixes PWM on the RP2040 so that when executing on both cores PWM interrupts are not raised on both cores.

Discussions