- 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_f072rb