Releases: platformio/platform-ststm32
Releases · platformio/platform-ststm32
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)
 
14.2.0
- Updated STM32Cube packages:
- STM32CubeF0 
v1.11.3, STM32CubeF1v1.8.4, STM32CubeF2v1.9.3, STM32CubeF3v1.11.3, STM32CubeF4v1.26.2, STM32CubeF7v1.16.1, STM32CubeG0v1.5.0, STM32CubeG4v1.4.0, STM32CubeH7v1.9.0, STM32CubeL0v1.12.1, STM32CubeL1v1.10.3, STM32CubeL4v1.17.0, STM32CubeL5v1.4.0 
 - STM32CubeF0 
 - Updated Arduino Core for mbed-enabled devices to 
v2.4.1(release notes) - Minor fixes and improvements
 
14.1.0
- Added new boards:
 - Updated Zephyr framework to 
v2.6.0(release notes) - Updated Arduino Core for mbed enabled devices to 
v2.3.1(release notes) - Minor fixes and improvements (#545)
 
14.0.1
- Synchronized the latest revision of the build script for the libOpenCM3 framework
 - Fixed an issue with incorrect size of the RAM memory for Arduino-enabled L4-based boards (#537)
 - Fixed the OpenOCD target for the 
vccgnd_f407zg_miniboard (#535) - Fixed default 
LINKFLAGSfor the SPL framework to achieve lower memory footprint (#524) - Minor fixes and improvements (#531)
 
14.0.0
- New boards:
 - Updated STM32 Arduino Core to the latest 
v2.0.0(relase notes) - Updated Arduino Core for mbed enabled devices to 
v2.1.0(relase notes) - Updated OpenOCD to the latest 
v0.11.0(relase notes) - Updated SVD files for better debug experience (#514)
 - Minor fixes and improvements
 
Note
The latest STM32 Arduino Core v2.0.0 is a major release with refactored variant structure. These changes may break custom board manifests which used previous variant names. In case your projects are not compilable after the update, you can always roll back to the previous version of the platform, for example:
[env:nucleo_f072rb]
platform = ststm32@^13.0.0
framework = arduino
board = nucleo_f072rb13.0.0
12.1.1
- Added a new board ST NUCLEO L412RB-P
 - Fixed broken firmware uploading process for the Portenta H7 board (#511)