Platform Ststm32 Versions Save

ST STM32: development platform for PlatformIO

v15.4.0

1 year ago
  • Updated Arduino-mbed core to v3.1.1 (release notes)
  • Added compatibility with PIO Core 6.0
  • Improved support for bare assembly programming

v15.3.0

2 years ago

v15.2.0

2 years ago
  • Updated Zephyr framework to v2.7.1 (release notes)
  • Fixed the manifest file for VCCGND F407ZGT6 Mini

v15.1.0

2 years ago
  • Updated Arduino Core for mbed enabled devices to v2.6.1 (release notes)
  • Updated the ldscripts package to include the latest MCUs (#563)
  • Minor fixes and improvements (#576, #582)

v15.0.0

2 years ago

v14.2.0

2 years ago
  • Updated STM32Cube packages:
    • STM32CubeF0 v1.11.3, STM32CubeF1 v1.8.4, STM32CubeF2 v1.9.3, STM32CubeF3 v1.11.3, STM32CubeF4 v1.26.2, STM32CubeF7 v1.16.1, STM32CubeG0 v1.5.0, STM32CubeG4 v1.4.0, STM32CubeH7 v1.9.0, STM32CubeL0 v1.12.1, STM32CubeL1 v1.10.3, STM32CubeL4 v1.17.0, STM32CubeL5 v1.4.0
  • Updated Arduino Core for mbed-enabled devices to v2.4.1 (release notes)
  • Minor fixes and improvements

v14.1.0

2 years ago

v14.0.1

2 years ago
  • 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_mini board (#535)
  • Fixed default LINKFLAGS for the SPL framework to achieve lower memory footprint (#524)
  • Minor fixes and improvements (#531)

v14.0.0

2 years ago

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

v13.0.0

3 years ago
  • Updated Arduino Core for mbed enabled devices to v2.0.0 (relase notes)
  • Minor updates for BlackPill F4x series of boards (#517)