Skip to content

Releases: platformio/platform-ststm32

8.1.0

15 Sep 20:24
Compare
Choose a tag to compare

8.0.0

03 Aug 14:45
Compare
Choose a tag to compare

Note

Starting with this release, the native libopencm3 tool is used for generating linker scripts. This may cause linking issues with legacy projects.

7.2.0

23 Jul 14:24
Compare
Choose a tag to compare

We're happy to announce updated support for the new Mbed OS 6 with stable and mature APIs, Cloud services support, Enhancements to the Bare Metal Profile. For boards which don't support the latest Mbed release, Mbed OS 5 remains as the default choice. The list of deprecated boards in Mbed OS 6 can be found here.

Update support for mbed framework:

Please note

Due to breaking changes in Mbed OS 6 existing Mbed projects might not be compatible with the latest API changes. In order to keep legacy projects built on top of Mbed OS 5 compilable, a list of deprecated boards is used to dynamically select the proper version of Mbed OS (OS5 or OS6). To force the platform to use Mbed OS 5, specify the Mbed package version using platform_packages option in platformio.ini file:

[env:nucleo_f401re]
platform = ststm32
framework = mbed
board = nucleo_f401re
platform_packages =
    framework-mbed @ ~6.51504.0

More information on project configuration for Mbed framework can be found here.

7.1.1

07 Jul 12:20
Compare
Choose a tag to compare
  • Fixed backward compatibility with the stable PlatformIO Core

7.1.0

06 Jul 13:14
Compare
Choose a tag to compare

7.0.0

25 Jun 14:07
Compare
Choose a tag to compare

Please note

Starting with this release several possible breaking changes are introduced:

  • Arduino
    • The STM32Duino core is used by default for all boards (except Maple boards).
  • CMSIS
    • New CMSIS device packages may cause bigger firmware size due to new startup files and updated linker flags
    • Updated default linker scripts

If some of the changes above are not acceptable for you project, you can set the previous release in the platformio.ini file:

[env:nucleo_h743zi]
platform = ststm32@~6.1.1
framework = arduino
board = nucleo_h743zi

6.1.1

17 Jun 10:41
Compare
Choose a tag to compare
  • Added framework meta-information
  • Fixed disco_h747xi board name

6.1.0

06 Apr 08:42
Compare
Choose a tag to compare

Note

Starting with this release, replacing linker scripts using -Wl,-T flag is considered deprecated.
Please use board_build.ldscript option instead:

[env:nucleo_h743zi]
platform = ststm32
framework = arduino
board = nucleo_h743zi
board_build.ldscript = /path/to/script.ld

6.0.0

30 Dec 12:20
Compare
Choose a tag to compare

5.7.0

23 Oct 15:53
Compare
Choose a tag to compare