index
:
Arduino-Makefile.git
auto-lib
headers
master
gitar
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2012-07-06
Updated Readme and added the list of changes done in this fork
Sudar
2012-07-02
Revert "Changed echo command to work on linux". Was having issues with Ubuntu...
Sudar
2012-06-23
the package name in Debian and Ubuntu is arduino-mk
Scott Howard
2012-06-23
cleaner way to delete the build-cli directory when make clean is invoked
Sudar
2012-06-10
Merge pull request #1 from WizenedEE/master
Sudar
2012-06-10
Changed AVRDUDE_CONF so it can be defined in per-project makefile
Adam Dunlap
2012-06-10
Changed echo command to work on linux
Adam Dunlap
2012-06-09
Replaced = with += in CPPFLAGS assignment so that we can set CPPFLAGS per ske...
Sudar
2012-05-12
Added support for compiling .pde files in Arduino 1.0 environment
Sudar
2012-05-05
Delete the build-cli folder as well while doing make clean
Sudar
2012-05-05
Prevent the *file-not-found* error if the depends.mk file is not needed
Sudar
2012-05-05
Corrected the ubuntu package names
Sudar
2012-04-29
Fixed broken examples/Blink/Makefile
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-28
Merge pull request #14 from brotchie/master
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-04-26
Merge pull request #3 from peplin/ignore
Martin Oldfield
2012-03-31
Separate out user lib variables from sys lib counterparts for clarity.
Christopher Peplin
2012-03-25
Remove build files and add to gitignore.
Christopher Peplin
2012-03-25
Build user libraries from the sketchbook directory.
Christopher Peplin
2012-03-25
Add gitignore file.
Christopher Peplin
2012-03-10
Added README
Martin Oldfield
2012-03-09
Moved released tarballs to releases subdir
Martin Oldfield
2012-02-28
Remove more object files
Martin Oldfield
2012-02-28
Remove object files
Martin Oldfield
2012-02-28
Initial NWO check in
Martin Oldfield