Updated STM32 Arduino Core to the latest

Hello,

I have a question on how releases are managed:

The Updated STM32 Arduino Core in platformio is at version 2.2.0. However the latest stm32duino core is v2.3.0 - released in June 2022 (GitHub - stm32duino/Arduino_Core_STM32: STM32 core support for Arduino)

How long does it normally take till it is available in platformio?

Thanks

Hello @ivankravets,

I have a question regarding PIO releases:

  • The ststm32 platform release today in PIO is at release 15.4.1.
  • The latest STM32duino version in PIO is at v2.2.0 (included in STSTM32 platform in release 15.3.0)

However the latest STM32duino release is 2.3.0 (June 2022).
When is the latest version included the ststm32 platform? Or are there easy ways to include it yourself as pio user?

Thanks in advance,
Jeroen

This is untested by me, but you could try to add

platform_packages =
   framework-arduinoststm32@https://github.com/stm32duino/Arduino_Core_STM32.git

to your platformio.ini to make it source the Arduino from the git. (Or, to get 2.3.0 stable, add #2.3.0 after .git).

See docs and platform.

1 Like

Thanks! That would be nice to try as I am eager to test the 2.3.0 :slight_smile:

Please file a feature request at

1 Like

Hi @ivankravets, filled a request / hope it is ok and I understood well.

Rgds,
Jeroen