@@ -30,12 +30,14 @@ Development progress has been logged regularly in the [devlogs](https://aw.githu
3030
3131# Getting started
3232
33+ It is possible to download a firmware binary or build the firmware manually.
34+
3335## Download it
3436
3537Download one of the firmware binaries from the [ releases page] ( https://github.com/aw/fiveforths/releases ) .
3638
37- * [ fiveforths-longan-nano-lite.bin] ( https://github.com/aw/fiveforths/releases/download/v0.1 /fiveforths-longan-nano-lite.bin ) (64K Flash, 20K RAM)
38- * [ fiveforths-longan-nano.bin] ( https://github.com/aw/fiveforths/releases/download/v0.1 /fiveforths-longan-nano.bin ) (128K Flash, 32K RAM)
39+ * [ fiveforths-longan-nano-lite.bin] ( https://github.com/aw/fiveforths/releases/download/v0.2 /fiveforths-longan-nano-lite.bin ) (64K Flash, 20K RAM)
40+ * [ fiveforths-longan-nano.bin] ( https://github.com/aw/fiveforths/releases/download/v0.2 /fiveforths-longan-nano.bin ) (128K Flash, 32K RAM)
3941
4042## Build it
4143
6567/usr/bin/riscv64-unknown-elf-objdump -D -S fiveforths.elf > fiveforths.dump
6668```
6769
68- The firmware file is called ` fiveforths.bin ` and is ** under 2 KBytes** as of _ January 08, 2023_ .
70+ The firmware file is called ` fiveforths.bin ` and is ** under 2 KBytes** as of _ release v0.1 _ since _ January 08, 2023_ .
6971
7072# Flashing the firmware
7173
@@ -121,7 +123,7 @@ The source files are:
121123# TODO
122124
123125- [ ] Finish writing this README
124- - [ ] Fix remaining bugs (carriage return issue)
126+ - [x ] Fix remaining bugs (carriage return issue)
125127- [ ] Implement bounds checks for stacks and dictionary
126128- [ ] Code cleanup and optimizations
127129- [ ] Add example Forth code to turn it into a "real" Forth (ex: ` [ ` , ` ] ` , ` branch ` , etc)
@@ -132,7 +134,14 @@ Please create a pull-request or [open an issue](https://github.com/aw/picolisp-k
132134
133135# Changelog
134136
135- * 2023-01-09 - First release
137+ ## 0.2 (2023-01-10)
138+
139+ * Fix issue #9 - Handling of carriage return
140+ * Fix issue #11 - Ignore non-printable characters
141+ * Re-organize code to support different boards and MCUs
142+ * Add GitHub action to automatically build and publish the firmware binaries
143+
144+ ## 0.1 2023-01-09 - First release
136145
137146# Other Forths
138147
0 commit comments