Skip to content

STM8-DCE v1.1.0

Compare
Choose a tag to compare
@CTXz CTXz released this 23 Jun 01:28
· 5 commits to main since this release

STM8-DCE Version 1.1.0 introduces the following changes:

New Features:

  • Added support for .rel and .lib file analysis. (See "Adding .rel and .lib Files" in the project README)
  • Added support for external entry points (i.e., main is defined in a pre-compiled .lib or .rel). (See c34b922)
  • Added --codeseg and --constseg to handle custom segment names. (See 5c716a1)

Note: The standard library (stm8.lib) should now be provided to the STM8-DCE tool if your projects make use of it (e.g., calling printf). For more details, refer to the "Adding .rel and .lib Files" section in the project README.

Bug Fixes:

  • Fixed functions/constants loaded from INITIALIZER still getting optimized away. (See issue #4)

Code: