| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixing hanging uploads
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
variable ARDUINO_DIR
This corrects the behaviour of ard-parse-boards --boards , which would
fail if the path to boards.txt on the system didn't match the value
which was hardcoded.
|
|
Also update existing auxiliary targets with help, and
make the .PHONY list complete and in order.
|
|
|
|
|
|
|
|
|
|
|
|
from Dan Villiom Podlaski Christiansen and Marc Plano-Lesay
|
|
|
|
documentation patch) as per Scott Howard's comment
|
|
dependent. This follows comments from Matthias Urlichs and Scott Howard
|
|
|
|
Szechy's patch. Craig Leres made a similar comment
|
|
notes for other OSs
|
|
|
|
Issue reported at upstream (https://github.com/mjoldfield/Arduino-Makefile/issues/21)
|
|
Making other *FLAGS += rather than =
|
|
|
|
|
|
|
|
|
|
Auto-detect ARDUINO_LIBS, ARDUINO_SKETCHBOOK and ARDMK_DIR variables and automatically include /utility folder from libraries.
|
|
|
|
header files to be included and source files to be built. Modified
SYS_LIBS and USER_LIBS to accomodate those directories if they exist.
|
|
|
|
setting in $(HOME)/.arduino/preferences.txt before setting default of
$(HOME)/sketchbook.
|
|
|
|
|
|
|
|
|
|
|