You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue was mentioned multiple times already (#368, #439, #555). Current stm32cubeXX platformio packages are out of date for about 3 years (example). Are there any plans to automate the update process to keep platformio packages in sync? Or is there any potential compatibility problems?
As a temporary fix, I'm using this method (reference). Maybe it can be useful to someone:
Clone the official STM32CubeXX repo with a specific version:
{
"description": "STM32Cube is a set of tools and embedded software bricks available free of charge to enable fast and easy development on the STM32 platform (STM32CubeG4 MCU Firmware Package)",
"keywords": ["framework", "hal", "stm32", "st"],
"name": "framework-stm32cubeg4",
"version": "1.6.0",
"homepage": "https://github.com/STMicroelectronics/STM32CubeG4"
}
Include this directory as a platform dependency of your projects (using local folder aka "file://" spec):
Any update on this? Adding platform_packages doesn't remove the out of date platformio framework which is making it difficult to use the latest STM32G0 drivers.
This issue was mentioned multiple times already (#368, #439, #555). Current
stm32cubeXX
platformio packages are out of date for about 3 years (example). Are there any plans to automate the update process to keep platformio packages in sync? Or is there any potential compatibility problems?As a temporary fix, I'm using this method (reference). Maybe it can be useful to someone:
STM32CubeXX
repo with a specific version:package.json
file into the repository:The text was updated successfully, but these errors were encountered: