Close

Patch-level release 0.20.1

A project log for zeptoforth

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

travis-bemannTravis Bemann 08/26/2021 at 03:010 Comments

This is a patch-level release which reworks fchannels to be true rendezvous channels which only do one copy for each message sent rather than two, as it did previously, and which does away with the fixed sizes previously set for fchannels. Note that there are some minor API changes associated with this, specifically that fchan-size and init-fchan no longer take size parameters.

Discussions