-
-
Notifications
You must be signed in to change notification settings - Fork 414
Closed
Labels
conclusion: duplicateHas already been submittedHas already been submittedtopic: codeRelated to content of the project itselfRelated to content of the project itselftype: enhancementProposed improvementProposed improvement
Description
Thank you for your great work on arduino-cli. I really appreciate all your time & energy.
I would like to feed arduino-cli a matrix of AVR types and machine styles to test them all, automatically, in a Github Action.
I have https://github.com/MarginallyClever/Makelangelo-firmware/edit/master/.github/workflows/main.yml
Many AVRs, many kinematic models run by one firmware.
kinematic models are decided with a preprocessor directive. for instance,
#define MACHINE_STYLE = POLARGRAPH
Please! In a perfect world I would like to call
arduino-cli compile --fqbn arduino:avr:mega ./Makelangelo-firmware.ino --define MACHINE_STYLE = POLARGRAPH
If this is already possible I do apologize, I was unable to find the documentation.
Metadata
Metadata
Assignees
Labels
conclusion: duplicateHas already been submittedHas already been submittedtopic: codeRelated to content of the project itselfRelated to content of the project itselftype: enhancementProposed improvementProposed improvement