Close

Patch-level release 1.3.1

A project log for zeptoforth

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

travis-bemannTravis Bemann 11/20/2023 at 04:390 Comments

This patch-level release added task::with-timeout and task::with-timeout-from-start as convenience words for temporarily setting task::timeout in a set scope, whether directly or from a start time. Also, zeptoIP has been modified to use these words and have proper support for setting, via the constant max-endpoint-in-size, the input buffer size for endpoints, which has also been increased from 1500 to 3000 bytes.

Discussions