Skip to content

Releases: platformio/platform-ststm8

2.1.0

31 May 18:07
Compare
Choose a tag to compare
  • 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)

2.0.0

29 Mar 14:05
Compare
Choose a tag to compare

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).

1.0.3

01 Feb 13:19
Compare
Choose a tag to compare
  • Fixed compatibility with the latest PlatformIO Core v5.1

1.0.2

29 Oct 21:37
Compare
Choose a tag to compare
  • 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

1.0.1

30 Jan 18:32
Compare
Choose a tag to compare
  • Fixed "OSError: [Errno 2] No such file or directory" when SPL framework is used (issue #2)

1.0.0

11 Jan 14:44
Compare
Choose a tag to compare
  • Initial support for STM8