| Age | Commit message (Collapse) | Author |
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Look first in the user dir. Any not found there are sought in the
system (Arduino) dir. If any are not found, error out right away
with a useful message. Show all libraries and where they were found
(user or system) in the config info.
|
|
This also lets us restore the non-overridable detection of avr-size type.
|
|
|
|
|
|
Helps simplify understanding all the nested conditionals.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|