Skip to content

Releases: platformio/platform-ststm32

14.0.1

29 Jun 16:58
Compare
Choose a tag to compare
  • 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)

14.0.0

31 May 17:26
Compare
Choose a tag to compare

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

13.0.0

30 Apr 18:57
Compare
Choose a tag to compare
  • Updated Arduino Core for mbed enabled devices to v2.0.0 (relase notes)
  • Minor updates for BlackPill F4x series of boards (#517)

12.1.1

05 Apr 13:09
Compare
Choose a tag to compare

12.1.0

29 Mar 17:05
Compare
Choose a tag to compare
  • Added new board Arduino Portenta H7
  • Added initial support for mbed-based Arduino core (#494)
  • Updated Mbed OS6 to the latest v6.9.0 (release notes)
  • Better handling of the pregenerated STM32Cube configuration file (#503)
  • Fixed dynamic configuration of serverless debug probes
  • Fixed RAM size for STM32F407VG (#452)
  • Nucleo-Gxxx boards now support uploading and debugging via on-board STLink probes (#509)
  • Minor fixes and improvements (#508)

Mbed OS

We're happy to announce updated support for the latest Mbed OS 6 versions with extended BLE functionality, support for the current 1.2 version of the TF-M reference software and many bugfixes.

12.0.0

26 Feb 22:04
Compare
Choose a tag to compare

Breaking Zephyr API changes

Please note, Zephyr v2.5.0 contains API changes that might break legacy projects. More information about deprecated functionality and removed APIs can be found here.

11.0.0

30 Dec 19:40
Compare
Choose a tag to compare
  • Updated Mbed OS to v6.6.0
  • Minor bugfixes and improvements (#458, #460, #461)

Mbed OS

We're happy to announce updated support for the latest Mbed OS 6 versions with improvements to the BLE and COAP implementations, additional cloud connectivity integrations and better support for the bare metal profile.

More information on project configuration for Mbed framework can be found here.

10.0.1

08 Dec 11:44
Compare
Choose a tag to compare
  • Disabled J-Link GUI when uploading firmware

10.0.0

30 Nov 20:34
Compare
Choose a tag to compare

Please note

Starting with this release the ST STM32 platform uses the official STM32Cube packages from STMicroelectronics and updated linker scripts.

9.0.0

11 Nov 14:00
Compare
Choose a tag to compare

Breaking Zephyr API changes

Zephyr v2.4 deprecates Zephyr integer types in favor of C99 integer types. More information about other API changes can be found here.