-
Notifications
You must be signed in to change notification settings - Fork 4
Description
I tried to build your project with PlatformIO but I get build errors.
"Error: Missing PlatformIO build script C:\Users....platformio\packages\framework-arduinoststm32\tools\platformio\platformio-build.py!"
The file exists but in the folder "...\framework-arduinoststm32\tools" and not in "...framework-arduinoststm32\tools\platformio".
But even if I copy the file in the desired folder I get alot of errors during build.
The first one is:
"C:\Users....platformio\packages\framework-arduinoststm32\system\STM32F4xx/stm32f4xx_hal_conf.h:4:10: fatal error: variant.h: No such file or directory".
There are also problems in "c_cpp_properties.json" shown:
"C:\Users....platformio\packages\framework-arduinoststm32\variants\STM32F4xx\F405RGT_F415RGT not found"
I just used the board which was as default selected but other board also fail.