Close

Release 0.55.0

A project log for zeptoforth

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

travis-bemannTravis Bemann 01/03/2023 at 00:030 Comments

This release adds a 'monitor' functionality optionally started with start-monitor in the monitor module which adds the ability to use "attention" (i.e. Control-T or, in zeptocom.js, the Attention button) followed by t to list all running tasks even when the REPL is not active, an ability to set hooks to be called when tasks terminate, task termination reason functionality which is exposed to task termination hooks and to any other tasks that may wish to query a given task, and an expansion of the capabilities of dump-tasks in the task module to dump information on tasks on both cores on the RP2040 (i.e. the Raspberry Pi Pico).

Discussions