aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-11-04fix mcuGeorge Harker
2016-11-04fix platform dirGeorge Harker
2016-11-04make it work with modern arduino and teensyduino scriptsGeorge Harker
2016-10-12Merge pull request #465 from sej7278/masterSimon John
Changed the PARSE_BOARD function to handle colons
2016-10-11Changed the PARSE_BOARD function to handle colons found in things like ↵Simon John
build.core and build.variant Fixes Issue #461
2016-10-11Merge pull request #464 from sej7278/masterSimon John
Changed LTO support check to avr-gcc > 4.9.0
2016-10-11Changed LTO support check to avr-gcc > 4.9.0 as the 4.8.1 bundled with the ↵Simon John
IDE prior to 1.6.10 doesn't support LTO or plugins. Fixes Issue #456 So essentially LTO support will only be enabled with avr-gcc 4.9.2 which comes with 1.6.10 or later and Debian, Ubuntu etc; not 4.8.1 which comes with IDE 1.6.9 and a few earlier versions. Tested with: * 1.6.8 (avr-gcc 4.8.1 which doesn't support LTO so uses avr-ar and doesn't set LTO flags) * 1.6.12 (avr-gcc 4.9.2 which supports LTO so uses avr-gcc-ar and sets LTO flags) * 1.0.5 with Debian avr-gcc 4.9.2 (supports LTO so uses avr-gcc-ar and sets LTO flags)
2016-09-08Merge pull request #453 from sej7278/masterSimon John
Updated changelog
2016-09-08Updated changelogSimon John
2016-09-08Merge pull request #452 from sej7278/masterSudar Muthu
Added LTO flags etc. to provide smaller/faster AVR code.
2016-09-08Updated docs regarding CXXFLAGS etc. for LTO supportSimon John
2016-09-08Added LTO flags etc. to provide smaller/faster AVR code.Simon John
Works with 1.6.10 or later; or 1.0.x with avr-gcc toolchain 4.8+
2016-08-25Merge pull request #449 from sovcik/masterSudar Muthu
PySerial installation for Windows updated
2016-08-25PySerial installation for Windows updated (#1)Jozef Sovcik
2016-07-29Merge pull request #445 from sej7278/masterSudar Muthu
Fix for 1.6.10 version detection
2016-07-29Fix for 1.6.10 version detectionSimon John
Updated HISTORY.md with latest commits
2016-07-25Merge pull request #437 from straccio/masterSudar Muthu
Search in submenu chip or cpu for vars
2016-07-25Merge pull request #442 from sej7278/masterSudar Muthu
Change CXXFLAGS_STD to match upstream
2016-07-25Added -std=gnu++11 -fno-threadsafe-statics to CXXFLAGS_STD if we're using ↵Simon John
Arduino 1.6 to match upstream (without it compilation seems to fail on OSX). Updated docs. Also made ARDUINO_LIB_PATH overloadable (as implied by arduino-mk-vars.md) although this is a pretty niche use-case.
2016-07-02Merge branch 'az-z-master'Sudar Muthu
2016-07-02Update READMEaz-z
Updated to reflect the Linux changes for Arduino 1.6.5 Updated to reflect the information (Linux portion) from the guide. Removed the URL to the blog.
2016-06-22Search in BOARDS_TXT for chip or cpu submenustraccio
Using new Arduino IDE and ATTinyCore board module he need to search var various vars not in cpu submenu but in chip. Changed the makefile in order to search chip or cpu using regular expression.
2016-06-22Merge remote-tracking branch 'sudar/master'straccio
2016-02-22Bump up version to v1.5.1 for release1.5.1Sudar Muthu
2016-02-20Merge pull request #412 from drewhutchison/masterSudar Muthu
Add target to display submenu options parsed out of boards.txt
2016-02-19update changelog to reflect show_submenu targetandrew hutchison
2016-02-19updated BOARD_TAG to indicate show_submenu targetandrew hutchison
2016-02-19added show_submenu targetandrew hutchison
2016-02-12Merge pull request #411 from gauteh/pyserial_3_fixSudar Muthu
should be setBaudrate not setBaudRate
2016-02-11should be setBaudrate not setBaudRateGaute Hope
2016-02-09Merge pull request #409 from sudar/fix/travisSudar Muthu
Fix Travis build
2016-02-09Don't upgrade setuptools while bootstrap travis environmentSudar Muthu
For some reason the command `pip install --upgrade setuptools` fails in the new travis build infrastructure. You can see the full error log in #404 Fix #404
2016-02-09Merge pull request #408 from gauteh/pyserial_3Sudar Muthu
ard-reset-arduino: support pyserial 3.0
2016-02-09ard-reset-arduino: support pyserial 3.0Gaute Hope
2015-12-30Merge pull request #403 from sej7278/masterSimon John
Removed the check for BOOTLOADER_PATH being empty Tested on 1.0.5 and 1.6.7, last commit of 2015?
2015-12-28Removed the check for BOOTLOADER_PATH being empty as its merged intoSimon John
BOOTLOADER_FILE in 1.5+ Now we just check for BOOTLOADER_FILE being non-empty on both versions. Fixes issue #402
2015-12-16Merge pull request #399 from sej7278/masterSimon John
Fixed "make show_boards" regex to allow for hyphens in BOARD_TAG
2015-12-16Fixed "make show_boards" regex to allow for hyphens in BOARD_TAGSimon John
e.g. attiny44-20, thanks to Atmel for the sample chip!
2015-10-27Merge pull request #393 from zabereer/masterSimon John
Better parsing of boards.txt file, thanks for the PR and good spotting!
2015-10-27correct HISTORY.md orderAlbert Pretorius
2015-10-26Better parsing of boards.txt file which allows Adafruit Trinket to be usedAlbert Pretorius
2015-09-21Merge pull request #390 from thomaskilian/masterSimon John
Correct path ARDUINO_DIR for Macs Merged and thanks for the PR @thomaskilian
2015-09-21added missing quote in RAEDME.md and fix-note in HISTORY.mdThomas Kilian
2015-09-21Add path examples for both Mac IDE versionsThomas Kilian
2015-09-21Correct path ARDUINO_DIR for MacsThomas Kilian
2015-09-15Merge pull request #388 from sej7278/masterSudar Muthu
Replace $VENDOR with $ARDMK_VENDOR
2015-09-15Replace $VENDOR with $ARDMK_VENDOR as $VENDOR is a tcsh environment variable.Simon John
$ARCHITECTURE is probably safe as that's usually called $ARCH. Fixes issue #386. Need to decide if this is going to upset too many user's who have already started using $VENDOR - and who uses tcsh? ;-)
2015-09-14Merge pull request #385 from sej7278/masterSimon John
Ensure AVRDUDE_CONF is set when AVR_TOOLS_DIR is manually set
2015-09-13Ensure AVRDUDE_CONF is set when AVR_TOOLS_DIR is manually set by user,Simon John
not just on Windows - fixes issue #381 Code around this area probably needs a tidy up at some point.
2015-09-07Added contributor details to historySimon John