arduino-cmake / Arduino-CMake-NG

CMake-Based framework for Arduino platforms
MIT License
138 stars 39 forks source link

Provide means to override `avrdude` #88

Open MrPointer opened 5 years ago

MrPointer commented 5 years ago

69 reveals a situation that can be solved by replacing the default avrdude with a custom one.

To do so, the framework should support a user-set variable to use as the real path to avrdude, avoiding the usual search.