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
2016-02-22
Bump up version to v1.5.1 for release
1.5.1
Sudar Muthu
2016-02-19
added show_submenu target
andrew hutchison
2015-12-28
Removed the check for BOOTLOADER_PATH being empty as its merged into
Simon John
2015-12-16
Fixed "make show_boards" regex to allow for hyphens in BOARD_TAG
Simon John
2015-10-26
Better parsing of boards.txt file which allows Adafruit Trinket to be used
Albert Pretorius
2015-09-21
Add path examples for both Mac IDE versions
Thomas Kilian
2015-09-15
Replace $VENDOR with $ARDMK_VENDOR as $VENDOR is a tcsh environment variable.
Simon John
2015-09-13
Ensure AVRDUDE_CONF is set when AVR_TOOLS_DIR is manually set by user,
Simon John
2015-09-07
Make sure TARGET is set correctly when CURDIR contains spaces.
Sven Dahlstrand
2015-07-14
Added support for AVR Dragon in both ISP and DebugWire mode
Paul Russo
2015-07-09
Took another couple of changes from @peplin's PR #256 for chipKIT
Simon John
2015-07-09
Preserve source extension for object files.
Simon John
2015-06-11
Add /dev/tty.wchusbserial* to the list of serial ports (CH341, CH34O chip com...
Grzegorz Biesiadecki
2015-06-11
Add support for picocom as a monitor
Grzegorz Biesiadecki
2015-06-02
Add option to split avrdude MCU from avr-gcc MCU
hhgarnes
2015-04-12
Looks for submenu items first when parsing BOARDS_TXT
Simon John
2015-04-07
Bump version to v1.5 for release
1.5
Sudar
2015-04-04
Better autodetection of ARDUINO_SKETCHBOOK and ARDUINO_DIR on OSX
Simon John
2015-03-28
Added support for VARIANT in submenu's
Simon John
2015-03-28
Fixed typo - bracket should be backslash to continue the call to firstword()
Simon John
2015-03-28
Locate 1.5+ preferences.txt file on Mac
Sudar
2015-03-27
Now we know that arduino 1.6.1 uses the ~/.arduino15 directory
Simon John
2015-03-27
Add = to PARSE_BOARD regex to make it less greedy.
Simon John
2015-03-26
Added BOARD_SUB to OBJDIR so that when changing sub boards we don't accidenta...
Simon John
2015-03-25
Added ARCHITECTURE to ALTERNATE_CORE_PATH to support 1.5+ cores like arduino-...
Simon John
2015-03-25
Added search of PLATFORM_LIB_NAMES to ARDUINO_LIBS so that Wire.h is found on...
Simon John
2015-02-26
Add "linuxgpio" to the list of ISP's that don't have a port
onandoffables
2014-12-30
Fix build.core parsing
Gabrielius Mickevicius
2014-12-30
Tidy new arduino mk vars
Gabrielius Mickevicius
2014-12-30
Let 'build.core' from boards.txt change ARDUINO_CORE_PATH
Gabrielius Mickevicius
2014-12-28
Let user skip MONITOR_PORT existance check
Gabrielius Mickevicius
2014-12-07
Do not add '.' to gcc includes search path
Phil Hord
2014-12-03
Moved location of avrdude and avrdude.conf for 1.5.8 on Linux (only!)
Simon John
2014-11-29
Removed all double-quoting except for comments/echo's
Simon John
2014-11-23
Added support for PuTTY on Windows
Peter Mosmans
2014-11-23
Improved Windows (Cygwin/MSYS) support
Peter Mosmans
2014-11-10
Fix speed regression since 8d443f62c, faster than 1.3.4 now
Simon John
2014-11-07
Allow avrdude to erase the chip before programming during ispload
Thomas Hebb
2014-11-05
Made CXX compile *.cpp files instead of CC.
Simon John
2014-10-24
Merge pull request #282 from sej7278/master
Sudar
2014-10-24
Merge pull request #281 from stepcut/teensy.mk
Sudar
2014-10-23
Add's "avrispmkii" to the list of ISP's that don't have a port,
Simon John
2014-10-22
move ARDUINO_DIR auto-detection into Common.mk. This allows Teensy.mk to use ...
stepcut
2014-10-14
Merge pull request #277 from lukasz-e/arduino-1.5.x-libs
Sudar
2014-10-13
do not print default (empty) ARDUINO_PLATFORM_LIB_PATH value for arduino 1.0.x
Lukasz Engel
2014-10-12
remove unwanted TABs
Lukasz Engel
2014-10-12
Replaced double quotes with singles when passing arguments to
Simon John
2014-10-11
Arduino 1.5.x - support new library layout and plaform specific system libs
Lukasz Engel
2014-09-21
Removed Travis-CI references from all examples. Regular users
Simon John
2014-08-29
Added *.cpp to extensions supported by "make generate_assembly"
Simon John
[next]