Small script that converts a PlatformIO project into an Arduino sketch, builds it and uploads it using arduino-cli.
This was made because the board we are using (Realtek AMB82) is not compatible with PlatformIO, only Arduino IDE.
This should allow you to use the basic features of PlatformIO with any board compatible with Arduino IDE.
Just change board_fqdn, board_pid and board_vid in build-upload.py. (run arduino-cli board list --json for board_pid and board_vid, arduino-cli board listall for board_fqdn).
To use it, put this repo content in your .vscode folder, alongside with arduino-cli.
-
Notifications
You must be signed in to change notification settings - Fork 0
Small script that converts a PlatformIO project into an Arduino sketch, builds it and uploads it using arduino-cli.
License
CesiSpaceCenter/platformio-build-any
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
Small script that converts a PlatformIO project into an Arduino sketch, builds it and uploads it using arduino-cli.