Platform Ststm32 Versions Save

ST STM32: development platform for PlatformIO

v17.3.0

2 months ago

v17.2.0

4 months ago
  • Updated STM32 Arduino Core to the latest v2.7.1 (release notes)
  • Updated Arduino-mbed core to v4.0.10 (release notes)
  • Minor fixes and improvements

v17.1.0

5 months ago
  • Updated Zephyr to the latest v3.5.0 (release notes)
  • Added Mbed support for nucelo_h723zg (#740)
  • Added missing macro for LoRa E5 Dev Board (#738)
  • Minor fixes and improvements

v17.0.0

7 months ago

Thanks @masa6372, @bsatrom, @VIPQualityPost, @zapta, @nobodywasishere for your contributions.

v16.1.0

9 months ago
  • Updated Mbed OS package to the latest v6.17.0 (release notes)
  • Fixed board variant for Nucleo U575ZI-Q (#708)

v16.0.0

10 months ago
  • Updated STM32 Arduino Core to the latest v2.5.0 (release notes)
  • Updated OpenOCD package to the latest v0.12
  • Switched Arduino Core to GCC v10.3 packages (#301, #486, #605, #650)
  • Enabled CMSIS-DAP for genericSTM32F103C6 (#696)
  • Various memory size corrections (#617, #649, #656, #699)
  • Dropped support for legacy Mbed v5

Mbed v5 Deprecation Warning

As of the current release, support for Mbed v5 is officially deprecated and won't receive any further updates. Please lock the platform version to ~15.6.0 in case your project hasn't been migrated to Mbed v6:

[env:nucleo_f072rb]
platform = ststm32 @ ~15.6.0
framework = mbed
board = nucleo_f072rb

v15.6.0

1 year ago

v15.5.1

1 year ago
  • Fixed broken header file names for BlackPill F4 boards

v15.5.0

1 year ago

v15.4.1

1 year ago
  • Updated used dfu-util to v0.11 (#610)
  • Fixed the OpenOCD config name for nucleo_wb55rg_p (#631)
  • Fixed default assembler flags when building project without any framework
  • Minor fixes and improvements