Skip to content

RigTig's release: COMPILE bug fixed, UNLINKCORE support, more compact binaries

Compare
Choose a tag to compare
@TG9541 TG9541 released this 16 Jun 12:10
· 730 commits to master since this release

After one year of STM8EF development this release marks an important point: a community begins to form!

  • @RigTig's contributed code that replaces the dictionary (and most of the compiler code) in Flash by a definitions in RAM (refer to issue #26 and barebones.fs). All the necessary build switches are in the master branch now.
  • RigTig found issue #28: COMPILE sometimes failed when dealing with words in RAM
  • More binary size reductions (CORE down to 4040 bytes, MINDEV down to 4963 bytes). Guess who spotted possible optimizations...
  • Better comments (issues #36, #34).

Thanks to all contributors for code, comments, and bug reports: @RigTig, @hexagon5un, @barewires