Close

More refactoring

A project log for eForth for cheap STM8S gadgets

Turn cheap modules from AliExpress into interactive development kits!

thomasThomas 11/05/2016 at 16:420 Comments

For supporting the use case of writing dictionary words to Non Volatile Memory and defining the startup behavior more refactoring was necessary. There are again a couple of points where I could improve the readability of the code while reducing the footprint (both Flash, and RAM). Some of the changes simplified context switching for background tasks. The new code is on GitHub, and in the files section of this project page there are new hex files.

Discussions