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
2017-01-21
Arduino.mk: Fix generating assembly for cpp files.
batchy
2017-01-11
Bump up version to 1.5.2 for release
v1.5.2
1.5.2
Sudar Muthu
2016-11-04
make it work with modern arduino and teensyduino scripts
George Harker
2016-10-11
Changed the PARSE_BOARD function to handle colons found in things like build....
Simon John
2016-10-11
Changed LTO support check to avr-gcc > 4.9.0 as the 4.8.1 bundled with the ID...
Simon John
2016-09-08
Added LTO flags etc. to provide smaller/faster AVR code.
Simon John
2016-07-29
Fix for 1.6.10 version detection
Simon John
2016-07-25
Merge pull request #437 from straccio/master
Sudar Muthu
2016-07-25
Added -std=gnu++11 -fno-threadsafe-statics to CXXFLAGS_STD if we're using Ard...
Simon John
2016-07-02
Update README
az-z
2016-06-22
Search in BOARDS_TXT for chip or cpu submenu
straccio
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
[next]