Platform Ststm8 Versions Save

ST STM8: development platform for PlatformIO

v2.1.0

1 year ago
  • Updated SDCC toolchain to v4.2.0 (#50)
  • Added compatibility with PIO Core 6.0
  • Improved support for bare assembly programming
  • CONST area now taken into account when calculating flash memory usage (#54)

v2.0.0

3 years ago

This release introduces initial support for debugging feature with a proper peripheral view. Many thanks to @cocus for the initial research, @maxgerhardt for a great implementation and @gicking for the SVD files. Due to several issues with SDCC and SPL/Arduino, debugging only works with bare-metal applications. Debugging of Arduino or SPL-based projects is not supported at the moment (see #44, #48).

v1.0.3

3 years ago
  • Fixed compatibility with the latest PlatformIO Core v5.1

v1.0.2

4 years ago
  • Allowed project initialization without default config file (issue #6)
  • Added stlinkv2 as upload protocol for stm8sblue
  • Fixed an issue when upload_protocol overriding does not work correctly (issue #7)
  • Updated openOCD to 0.10.0+dev-00462-gdd1d90111

v1.0.1

5 years ago
  • Fixed "OSError: [Errno 2] No such file or directory" when SPL framework is used (issue #2)

v1.0.0

5 years ago
  • Initial support for STM8