Close

Patch-level release 1.4.1

A project log for zeptoforth

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

travis-bemannTravis Bemann 01/24/2024 at 00:370 Comments

This patch-level release fixes issues with sqrt (which previously could get stuck in an infinite loop with certain arguments) and with sin and cos (which would overflow with large arguments, causing erroneous returned values), optimizes c!, h!, !, 2!, c+!, h+, and +!, adds turtle graphics for use with ST7735S displays, adds a raytracing demo for use on such displays, and makes some additions and fixes to the documentation.

Discussions