-
Patch-level release 0.10.3
09/07/2020 at 00:10 • 0 commentsThis patch-level release adds
mini
,mini_swdcom
, and for the STM32F407, due to the limitations imposed by its flash controller,mini_no_corner
andmini_swdcom_no_corner
(which include no cornerstone) binaries which do not include the fixed-point numerics, heap allocator, disassembler, and scheduler support included in thefull
andfull_swdcom
binaries. -
Patch-level release 0.10.2
09/05/2020 at 23:21 • 0 commentsThis is a patch-level release that adds
swdcom
support to zeptoforth in the form of both a user-loadableswdcom
driver and pre-built binaries includingswdcom
support. -
Patch-level release 0.10.1
08/29/2020 at 20:23 • 0 commentsThis patch-level release fixes a bug in the allocator which was causing memory to be allocated inefficiently and causing out-of-memory errors even when the memory in question was actually available.
-
Release 0.10.0
08/27/2020 at 03:37 • 0 commentsThis release adds an allocator enabling dynamic memory allocation and fixes a major bug that was introduced in the STM32L476 zeptoforth full 0.9.0 binary.
-
Release 0.9.0
08/25/2020 at 03:57 • 0 commentsThis release reorganizes the words that comprise zeptoforth into separate wordlists, such that only words normally used by the user are in
forth-wordlist
, and internal words are either ininternal-wordlist
or in a number of other internal wordlists specific to particular features; also, some features have their own wordlists for user-facing words, such astask-wordlist
andschedule-wordlist
. -
Patch-level release 0.8.1
08/16/2020 at 02:45 • 0 commentsThis is a patch-level release which fixes issues with
EVALUATE
that were previously preventing it from functioning properly. -
Release 0.8.0
08/15/2020 at 20:21 • 0 commentsThis is a release which applies the use of wordlists to zeptoforth in general, creating a wordlist internal-wordlist for general internal functionality and also creating wordlists for other areas of functionality including tasks, schedulers, interrupts, interrupt-driven IO, and systicks.
-
Patch-level release 0.7.6
08/13/2020 at 04:10 • 0 commentsThis is a patch-level release which fixes an issue with flash erasure on the STM32L476, reorganizes the code related to setting up interrupt handling, and adds support for SVCall and PendSV.
-
Patch-level release 0.7.5
08/07/2020 at 03:23 • 0 commentsThis is a patch-level release which fixes a bug that got introduced in the systick logic which was preventing systicks from being registered.
-
Patch-level release 0.7.4
08/02/2020 at 23:35 • 0 commentsThis is a patch level release that, aside from adding >NAME, adds copyright and warranty/license notices to the zeptoforth binary to inform the user of these things.