aboutsummaryrefslogtreecommitdiff
path: root/Arduino.mk
AgeCommit message (Expand)Author
2015-09-13Ensure AVRDUDE_CONF is set when AVR_TOOLS_DIR is manually set by user,Simon John
2015-09-07Make sure TARGET is set correctly when CURDIR contains spaces.Sven Dahlstrand
2015-07-14Added support for AVR Dragon in both ISP and DebugWire modePaul Russo
2015-07-09Took another couple of changes from @peplin's PR #256 for chipKITSimon John
2015-07-09Preserve source extension for object files.Simon John
2015-06-11Add /dev/tty.wchusbserial* to the list of serial ports (CH341, CH34O chip com...Grzegorz Biesiadecki
2015-06-11Add support for picocom as a monitorGrzegorz Biesiadecki
2015-06-02Add option to split avrdude MCU from avr-gcc MCUhhgarnes
2015-04-12Looks for submenu items first when parsing BOARDS_TXTSimon John
2015-04-07Bump version to v1.5 for release1.5Sudar
2015-04-04Better autodetection of ARDUINO_SKETCHBOOK and ARDUINO_DIR on OSXSimon John
2015-03-28Added support for VARIANT in submenu'sSimon John
2015-03-28Fixed typo - bracket should be backslash to continue the call to firstword()Simon John
2015-03-28Locate 1.5+ preferences.txt file on MacSudar
2015-03-27Now we know that arduino 1.6.1 uses the ~/.arduino15 directorySimon John
2015-03-27Add = to PARSE_BOARD regex to make it less greedy.Simon John
2015-03-26Added BOARD_SUB to OBJDIR so that when changing sub boards we don't accidenta...Simon John
2015-03-25Added ARCHITECTURE to ALTERNATE_CORE_PATH to support 1.5+ cores like arduino-...Simon John
2015-03-25Added search of PLATFORM_LIB_NAMES to ARDUINO_LIBS so that Wire.h is found on...Simon John
2015-02-26Add "linuxgpio" to the list of ISP's that don't have a portonandoffables
2014-12-30Fix build.core parsingGabrielius Mickevicius
2014-12-30Tidy new arduino mk varsGabrielius Mickevicius
2014-12-30Let 'build.core' from boards.txt change ARDUINO_CORE_PATHGabrielius Mickevicius
2014-12-28Let user skip MONITOR_PORT existance checkGabrielius Mickevicius
2014-12-07Do not add '.' to gcc includes search pathPhil Hord
2014-12-03Moved location of avrdude and avrdude.conf for 1.5.8 on Linux (only!)Simon John
2014-11-29Removed all double-quoting except for comments/echo'sSimon John
2014-11-23Added support for PuTTY on WindowsPeter Mosmans
2014-11-23Improved Windows (Cygwin/MSYS) supportPeter Mosmans
2014-11-10Fix speed regression since 8d443f62c, faster than 1.3.4 nowSimon John
2014-11-07Allow avrdude to erase the chip before programming during isploadThomas Hebb
2014-11-05Made CXX compile *.cpp files instead of CC.Simon John
2014-10-24Merge pull request #282 from sej7278/masterSudar
2014-10-24Merge pull request #281 from stepcut/teensy.mkSudar
2014-10-23Add's "avrispmkii" to the list of ISP's that don't have a port,Simon John
2014-10-22move ARDUINO_DIR auto-detection into Common.mk. This allows Teensy.mk to use ...stepcut
2014-10-14Merge pull request #277 from lukasz-e/arduino-1.5.x-libsSudar
2014-10-13do not print default (empty) ARDUINO_PLATFORM_LIB_PATH value for arduino 1.0.xLukasz Engel
2014-10-12remove unwanted TABsLukasz Engel
2014-10-12Replaced double quotes with singles when passing arguments toSimon John
2014-10-11Arduino 1.5.x - support new library layout and plaform specific system libsLukasz Engel
2014-09-21Removed Travis-CI references from all examples. Regular usersSimon John
2014-08-29Added *.cpp to extensions supported by "make generate_assembly"Simon John
2014-08-29Allow libraries/sketches to have the same name as system libs,Simon John
2014-08-17Fix regex for "make show_boards" on 1.5Simon John
2014-08-16allows "make clean" to be extended in the user's local makefile to cleanSimon John
2014-08-13add CFLAGS_STD and CXXFLAGS_STD defaultsladislas
2014-08-13Revert "Using CFLAGS_STD and CPPFLAGS_STD"Sudar
2014-08-12create CPPFLAGS_STD and make both CFLAGS_STD and CPPFLAGS_STD avalaible for C...ladislas
2014-08-01Fix CFLAGS vs CXXFLAGS typoSimon John