Close

Minor release 1.4.0

A project log for zeptoforth

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

travis-bemannTravis Bemann 01/13/2024 at 00:070 Comments

This release adds a new text editor for files in FAT32 filesystems to zeptoforth, namely zeptoed (for more information consult docs/extra/zeptoed.md), along with (thanks to Paul Koning) words for changing and getting the RP2040's SYSCLK frequency (clocks::set-sysclk and sysclk) and getting RP2040-based boards' unique ID's (unique-id). It also adds a convenience word for setting up FAT32 filesystems, namely fat32-tools::init-simple-fat32, and an improved word for holding the other core of the RP2040, multicore::with-hold-core.

Discussions