You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have some different arduino-devices and it is a pain in the *** to remember all the different upload commands. hence I want to be able to upload just using "make upload-${target}" as I know it from arduino-mk either by supplying a upload command or the arduino-cli will do it for me.
a9183756-gh#47
I have some different arduino-devices and it is a pain in the *** to remember all the different upload commands. hence I want to be able to upload just using "make upload-${target}" as I know it from arduino-mk either by supplying a upload command or the arduino-cli will do it for me.
upload command would be:
${SERIAL_PORT_FILE}
should be configurable${BOARD_FQBN}
needs some sort of a translation from the ARDUINO_BOARD optionThe text was updated successfully, but these errors were encountered: