index
:
Arduino-Makefile.git
auto-lib
headers
master
gitar
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arduino-mk
/
Arduino.mk
Age
Commit message (
Collapse
)
Author
2012-06-28
Properly categorize libs into user and system automatically.
Ryan Pavlik
2012-06-28
Only use Arduino's bundled AVR tools if they exist, otherwise try using "which"
Ryan Pavlik
2012-06-28
Be able to autodetect ARDUINO_DIR in some cases
Ryan Pavlik
2012-04-29
Rejig path calculations.\nMove reset target to Perl.\n
Martin Oldfield
2012-04-29
Added monitor target and AnalogInOutSerial example
Martin Oldfield
2012-04-27
Correct boards.txt now passed to ard-parse-boards.
James Brotchie
PARSE_BOARD usage in Arduino.mk fixed to be PARSE_BOARD_CMD. --boards_txt= command line argument is now correctly passed into ard-parse-boards.
2012-04-27
Add NO_CORE_MAIN_CPP flag to remove main.cpp, after Peplin
Martin Oldfield
2012-04-26
Added comment to changelog
Martin Oldfield
2012-04-26
Merge pull request #6 from peplin/sketchbook-libraries
Martin Oldfield
Compile and include libraries from the sketchbook folder
2012-04-26
Allow punter to specify boards.txt file independently of command (after ↵
Martin Oldfield
Peplin on github)
2012-03-31
Separate out user lib variables from sys lib counterparts for clarity.
Christopher Peplin
2012-03-25
Build user libraries from the sketchbook directory.
Christopher Peplin
2012-02-28
Initial NWO check in
Martin Oldfield