arduino / arduino-builder

A command line tool for compiling Arduino sketches
GNU General Public License v2.0
458 stars 114 forks source link

Deprecate Arduino-builder in favor of Arduino-cli #369

Closed dcuartielles closed 3 years ago

dcuartielles commented 4 years ago

Given that we now have arduino-cli which seems to be operational, I would like to see a feature on arduino-cli that would allow for it to use experimental branches of a library so that we could, at some point, deprecate arduino-builder which seems to have structural issues that haven't been reviewed for a long time (like the hardcoded /bin/avr-g++ executable)

(in the meanwhile, improve the documentation for the arduino-builder so that people learn how to use the -prefs option)

per1234 commented 3 years ago

arduino-builder has now been deprecated: https://github.com/arduino/arduino-builder/pull/350

I would like to see a feature on arduino-cli that would allow for it to use experimental branches of a library

The user is free to install any version of a library they like, so that is already supported.

improve the documentation for the arduino-builder so that people learn how to use the -prefs option

Since it's deprecated, there is no need to expend effort on improving the documentation.