Releases: platformio/platform-ststm32
Releases · platformio/platform-ststm32
16.0.0
- 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
15.6.0
- Added new boards Arduino Nicla Vision
- Updated Arduino-mbed core to v4.0.2 (release notes)
15.5.1
15.5.0
- New boards:
- Updated Arduino core to v2.4.0 (release notes)
- Updated Arduino-mbed core to v3.5.4 (release notes)
- Minor fixes and improvements
15.4.1
15.4.0
- Updated Arduino-mbed core to v3.1.1 (release notes)
- Added compatibility with PIO Core 6.0
- Improved support for bare assembly programming
15.3.0
- Added new boards:
- Updated STM32 Arduino Core to the latest
v2.2.0
(release notes) - Updated Arduino Core for mbed enabled devices to the latest
v3.0.1
(release notes)
15.2.0
- Updated Zephyr framework to
v2.7.1
(release notes) - Fixed the manifest file for VCCGND F407ZGT6 Mini
15.1.0
15.0.0
- Added new boards:
- Updated Zephyr framework to
v2.7.0
(release notes) - Updated STM32 Arduino Core to the latest
v2.1.0
(relase notes) - Updated Arduino Core for mbed enabled devices to
v2.5.2
(release notes) - Updated the OpenOCD package to the latest
v0.11
- Minor fixes and improvements (#569, #570, #574)