github platformio/platform-ststm32 v7.0.0
7.0.0

latest releases: v17.6.0, v17.5.0, v17.4.0...
4 years ago

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

Don't miss a new platform-ststm32 release

NewReleases is sending notifications on new releases.