- New boards:
- Updated Arduino STM32 core to
v1.9.0
(release notes) - Updated support for CMSIS framework:
- Updated CMSIS package to
v5.5.1
(release notes) - Added support for the official CMSIS Device MCU Components from STMicroelectronics
- Updated CMSIS package to
- Minor bug fixes and improvements
Please note
Starting with this release several possible breaking changes are introduced:
- Arduino
- The STM32Duino core is used by default for all boards (except Maple boards).
- CMSIS
- New CMSIS device packages may cause bigger firmware size due to new startup files and updated linker flags
- Updated default linker scripts
If some of the changes above are not acceptable for you project, you can set the previous release in the platformio.ini
file:
[env:nucleo_h743zi]
platform = ststm32@~6.1.1
framework = arduino
board = nucleo_h743zi