ST STM32 dev-platform 6.1.0

We are pleased to announce the next release v6.1.0 of ST STM32 development platform.

ststm32

What’s New

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

See Release Notes for details.

Documentation

See ST STM32 — PlatformIO latest documentation

Examples

See project examples platform-ststm32/examples at develop · platformio/platform-ststm32 · GitHub

Update

  • PlatformIO IDE – please navigate to PIO Home > Platforms > Updates
  • PlatformIO Core – please run a next CLI command $ pio update

- The PlatformIO Team

3 Likes