index
:
Arduino-Makefile.git
auto-lib
headers
master
gitar
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Common.mk
Age
Commit message (
Expand
)
Author
2019-05-03
fix regression: PARSE_BOARD chops off flags which contain '=' signs (closes #...
Steffen Vogel
2018-09-15
Moved the BOARDS_TXT section and stop if BOARDS_TXT is not a file.
Pieter du Preez
2018-09-13
Moved the PARSE_BOARD macro from Arduino.mk to Common.mk.
Pieter du Preez
2018-02-24
SAMD Cortex M0 device support (Zero, MKR1000, etc)
John Whittington
2017-09-06
Auto detect Windows sketchbook path using USERPROFILE not HOME and spelling
John Whittington
2017-09-05
Documentation changes for Windows usage
John Whittington
2017-08-08
Quote the prefix tag in the space_pad_to function
SZEDER Gábor
2015-04-04
Better autodetection of ARDUINO_SKETCHBOOK and ARDUINO_DIR on OSX
Simon John
2014-10-22
put ARDUINO_DIR block after Travis-CI block else travis will fail.
stepcut
2014-10-22
move ARDUINO_DIR auto-detection into Common.mk. This allows Teensy.mk to use ...
stepcut
2014-09-22
Update Travis-CI scripts to test against Arduino v1.0.6
Simon John
2014-09-21
Removed Travis-CI references from all examples. Regular users
Simon John
2014-03-20
Add phony target to run pre-build hook script
Julien Ridoux
2014-01-14
Move files out of `arduino-mk` subdirectory
Simon John