Close

Release 0.26.0

A project log for zeptoforth

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

travis-bemannTravis Bemann 01/31/2022 at 02:220 Comments

This release reworks the words ., u., d., ud., and f. so that the space displayed along with the number comes after the number rather than before. Accordingly, significant changes were made to test code to take this into account. Additionally, non-breaking optimizations were made to the multitasker by reducing the number of values that need to be saved and restored during a context switch. Also, random number generator support was added for the Raspberry Pi PIco.

Discussions