- New boards:
- Updated Zephyr framework to
v2.2.0
(release notes) - Updated Arduino STM32 core to
v1.8.0
(release notes) - Fixed overriding of linker scripts via
board_build.ldscript
option inplatformio.ini
- Minor bug fixes and improvements
Note
Starting with this release, replacing linker scripts using -Wl,-T
flag is considered deprecated.
Please use board_build.ldscript
option instead:
[env:nucleo_h743zi]
platform = ststm32
framework = arduino
board = nucleo_h743zi
board_build.ldscript = /path/to/script.ld