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-07-12
Bump up version to v1.3.4 for release
1.3.4
Sudar
2014-06-30
Build core objects in subdirectory, fixes issue #82
Simon John
2014-06-29
Added quotes around greps/cats to help alleviate possible problems
Simon John
2014-06-21
Really fix $MONITOR_PORT detection
Simon John
2014-06-15
Fixed $MONITOR_PORT detection, thanks choffmann
Simon John
2014-06-10
Make Arduino.mk compatible with Flymake
Ronan Barzic
2014-05-27
Add missing newlines at end of some echo's (issue #207)
Simon John
2014-05-23
Fixed alpha sort on those crazy Macs ;-)
Simon John
2014-05-22
"make show_boards" now lists the board name as well as board tag.
Simon John
2014-05-21
Some language clean up
Simon John
2014-05-20
Check that on windows ARDUINO_DIR (and MPIDE_DIR) is a relative path.
Simon John
2014-05-03
If no port is specified, try to guess it from wildcards
Chris Patuzzo
2014-04-25
Add support for assembler code in libraries
hrobeers
2014-04-14
Allow spaces in "Serial.begin (....)"
Pierre DAVID
2014-04-13
Bump up version to v1.3.3 for release
1.3.3
Simon John
2014-04-11
Tweak AVRdude conf file detection in windows
EAGMnor
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