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 (
Expand
)
Author
2012-09-17
Added changelog
release-0.10
Martin Oldfield
2012-09-17
Added support for the USB PID/VID needed for the Leonardo, as per patches fro...
Martin Oldfield
2012-09-17
Only set AVRDUDE_CONF if it's not set, as per Tom Hall's patch
Martin Oldfield
2012-09-17
Only set OBJDIR if it is not already set; if we do set it make it $BOARD_TAG ...
Martin Oldfield
2012-09-17
Fixed ARDUNIO/ARDUINO typo in README.md as per Kalin Kozhuharov's comment
Martin Oldfield
2012-09-17
Made the size target look at the ELF file, not the hex, as per Jared Szechy's...
Martin Oldfield
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
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
2012-04-26
Allow punter to specify boards.txt file independently of command (after Pepli...
Martin Oldfield
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