- Notifications
You must be signed in to change notification settings - Fork1k
PlatformIO
Frederic Pillon edited this pageMay 28, 2024 ·4 revisions
Warning
TheSTM32duino GitHub organization does not support issue met usingPlatformIO. Only the Arduino IDE is supported. Below information are provided "as it" based on this PR#1413 from@brianredbeard. Do not hesitate to correct them.
In your project, set your environment to use theplatform settingststm32 and theframework settingarduino, e.g:
[env]platform = ststm32framework = arduino
Behind the scenes this will create a dependency on theST STM32: development platform forPlatformIO (ststm32) and the framework packageframework-arduinoststm32 (thePlatformIOname of this library as noted in/package.json).
This repository should not be confused with theST STM32: development platform which is located athttps://github.com/platformio/platform-ststm32.