arduino / arduino/include-robot
Make the installer compile the sketch also for the RP2040
Open
installer
- Dominant language
- JavaScript
- Stars
- 14
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
Extend the [installer function](https://github.com/arduino/include-robot/blob/main/installer/src-tauri/build.rs#L52) to take as input the FQBN of the board on which compile the sketch. The FQBN should then be stored in the binary name.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start in installer/src-tauri/build.rs at the installer function around line 52 and trace how the sketch is currently compiled. The installer should accept the board FQBN, compile the sketch for that board, and include the FQBN in the resulting binary name; verify the build output reflects the selected board.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100