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
Age
Commit message (
Expand
)
Author
2014-03-20
Add phony target to run pre-build hook script
Julien Ridoux
2014-03-14
Fix: Consider usb... to be a valid ISP_PORT
Geoff Holden
2014-02-15
Add -D__PROG_TYPES_COMPAT__ to the avr-g++ compiler flags
Simon John
2014-02-08
Add "gpio" to the list of isp's that don't have a port
Simon John
2014-02-05
now includes avr-libc/*.c files malloc.c and realloc.c
Simon John
2014-02-04
Bump up version to 1.3.1 for release
1.3.1
Sudar
2014-02-04
Add a new target `help_vars`
Sudar
2014-02-04
Document all the variables that can be overridden in child makefile
Sudar
2014-02-01
BUNDLED_AVR_TOOLS_DIR is now set correctly using := instead of ?=,
Simon John
2014-01-29
Bump up version to v1.3.0 for release
1.3.0
Sudar
2014-01-28
Merge pull request #159 from peplin/simpler-crossplatform-paths
Sudar
2014-01-28
Merge pull request #158 from peplin/silent-which
Sudar
2014-01-28
Use more reliable serial device naming in Windows.
Christopher Peplin
2014-01-28
Silence the stderr output from call to `which`.
Christopher Peplin
2014-01-28
Override complete compiler tool paths for chipKIT.
Christopher Peplin
2014-01-14
Simplify package vs git checkout detection
Simon John
2014-01-14
Move files out of `arduino-mk` subdirectory
Simon John