Close

Patch-level release 1.5.4.2

A project log for zeptoforth

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

travis-bemannTravis Bemann 03/11/2024 at 01:550 Comments

This patch-level release adds an optional profiler and fixes a bug in SPI on the RP2040 where spi>buffer and buffer>spi would transfer DMA units rather than bytes, so if 2 bytes were specified and the data size was set to 16 bits, 32 bits would actually be transferred.

Discussions