Releases: platformio/platform-ststm32
Releases · platformio/platform-ststm32
5.3.0
5.2.0
- New boards:
- 3D Printer Controller
- Black STM32F407VE
- Black STM32F407VG
- Black STM32F407ZE
- Black STM32F407ZE
- BlackPill F103C8
- BlackPill F103C8 (128k)
- Blue STM32F407VE Mini
- BluePill F103C6
- Demo F030F4
- ST Discovery F072RB
- F407VG
- FK407M1
- Tiny STM103T
- M200 V2
- Malyan M200 V1
- N2+
- ST Nucleo L452RE
- RAK811 LoRa Tracker
- RAK811 LoRa Tracker
- 3D printer controller
- 3D Printer control board
- STM32F4Stamp F405
- Refactored support for Arduino STM32 cores
- Added documentation how to configure Arduino cores and switch between them
- Updated openOCD to 0.10.0+dev-00462-gdd1d90111
- Use
stlink
as default protocol for Discovery and Nucleo boards (you need to install ST-Link drives on Windows) - Bug fixes and improvements
5.1.0
- Updated ARM Mbed OS to v5.11.4
5.0.0
- New boards: ST Nucleo L412KB, BluePill F103C8 (128k), STM32F303CB (32k RAM. 128k Flash)
- New builder for ARM Mbed OS with support for mbed_app.json and configuration system
- Updated ARM Mbed OS to v5.11.3
- Improved compatibility with ARM Mbed on-line compiler
4.6.0
- Added new board
nucleo_f722ze
(issue #81) - Added new board
nucleo_h743zi
(issue #150) - Support for official STM32 Core for Arduino (issue #76)
- Switched to official J-Link tool for uploading and debugging
- Allowed DFU protocol for other frameworks (issue #164)
- Updated support for CMSIS framework (issue #143)
- Updated support for STM32Cube framework
- Updated STM32Duino tool to 1.0.1
- Removed dependency on
build.variant
field from SPL framework - Fixed invalid upload port when serial protocol is used (issue #138)
4.5.0
- Added support for ST Nucleo L4R5ZI
- Added initial support for STM32F407VG generic MCU (issue #147)
- Moved mbed build script to
framework-mbed
package - Updated mbed to 5.10.1
- Set ST-Link as default debugger for BluePill
- Fixed incorrect macro for STM32F413 boards
- Fixed RAM size for disco_f407vg (issue #147)
4.4.0
- Add new boards: ST 32L100DISCOVERY, ST Nucleo F439ZI, ST 32L496GDISCOVERY, Nucleo F756ZG, Nucleo L433RC-P, Nucleo L476RG, Nucleo L496ZG-P, ST Sensor Node, u-blox C030-R410M IoT, Seeed Wio 3G
- Arduno core support for Maple RET6 board, Microduino, generic STM32F103T*, STM32F103V B/D, STM32F103Z C/D/E
- Update mbed to 5.9.4
- Update STM32Duino Core to #d4b3cd11
- Drop mbed support from ST Nucleo L011K4
4.3.1
- Link additional mbed framework core libraries
- Fix LD script generator for mbed when PIO Core path contains a space
4.3.0
- Add STM32Cube support for STM32F407VE
- Update mbed framework to 5.8.6
- Declare command for checking memory usage
- Use independent LD script for SPL framework
- Fix issue when path contains space while generating LD script
4.2.1
- Compatibility with a new PlatformIO Unified Debugger for VSCode