aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2015-09-07Merge pull request #380 from svendahlstrand/target-documentationSimon John
Add documentation for the TARGET variable. thanks @svendahlstrand
2015-09-07Merge pull request #379 from svendahlstrand/target-spacesSimon John
Make sure TARGET is set correctly when CURDIR contains spaces.
2015-09-07Add documentation for the TARGET variable.Sven Dahlstrand
2015-09-07Make sure TARGET is set correctly when CURDIR contains spaces.Sven Dahlstrand
With this fix the `TARGET` variable is set correctly when the project directory (or its path) contains spaces. So in this case: /Users/Joe/Dropbox (Personal)/example project `TARGET` will be set to `example_project` instead of `Dropbox example project` (like it was before this fix).
2015-08-05Merge pull request #371 from optik-aper/masterSudar Muthu
Fix typo
2015-08-04Fix typomichael
2015-07-14Add AVR Dragon commit info to HISTORY.mdSimon John
2015-07-14Merge pull request #369 from mtnocean/AVRDragonISPSimon John
Added support for AVR Dragon in both ISP and DebugWire mode Thanks @mtnocean
2015-07-14Added support for AVR Dragon in both ISP and DebugWire modePaul Russo
2015-07-12Merge pull request #365 from sej7278/masterSudar Muthu
Preserve source extension for object files. Fix #256 Fix #266 Fix #364
2015-07-09Took another couple of changes from @peplin's PR #256 for chipKITSimon John
2015-07-09Added space between -T and linker script to allow mpide-0023-linux64-20140821Simon John
to build (blink at least!)
2015-07-09fix typo, add more info about asm core sourcesSimon John
2015-07-09Preserve source extension for object files.Simon John
Needed to fix the new wiring_pulse.S in IDE 1.6.5 which also has a wiring_pulse.c source file. Mostly rebased @peplin's PR #266, so should allow us to support newer chipKIT builds too.
2015-07-02Merge pull request #362 from sej7278/masterSudar Muthu
Added examples for various boards and IDE versions to the Blink example.
2015-07-02Added examples for various boards and IDE versions to the Blink example.Simon John
2015-06-24Merge pull request #361 from sej7278/masterSudar Muthu
Updated instructions for Fedora 22
2015-06-24Updated instructions for Fedora 22Simon John
2015-06-12Merge pull request #360 from biesiad/masterSudar Muthu
Add support for picocom terminal emulator and /dev/tty.wchusbserial
2015-06-11Updated changelogGrzegorz Biesiadecki
2015-06-11Add /dev/tty.wchusbserial* to the list of serial ports (CH341, CH34O chip ↵Grzegorz Biesiadecki
comes with cheap arduino clones - DCCduino)
2015-06-11Add support for picocom as a monitorGrzegorz Biesiadecki
2015-06-02Merge branch 'hhgarnes-patch-2'Sudar
2015-06-02Add option to split avrdude MCU from avr-gcc MCUhhgarnes
Fix #359
2015-05-21Merge pull request #355 from sej7278/masterSimon John
Added some extra checks to Travis-CI
2015-05-21Added some extra checks to Travis-CISimon John
2015-05-16Merge pull request #353 from sej7278/masterSudar Muthu
Updated some documentation to clarify 1.5+ settings.
2015-05-15Updated some documentation to clarify 1.5+ settings.Simon John
Fixes #352
2015-05-09Update HISTORY.mdSimon John
2015-05-09Merge pull request #351 from dcousens/patch-1Simon John
example: further spelling error fixes thanks @dcousens
2015-05-09example: "all of the"Daniel Cousens
thanks @sej7278
2015-05-09example: further spelling error fixesDaniel Cousens
2015-05-09Merge pull request #350 from dcousens/patch-1Sudar Muthu
Fix s/detailled/detailed typo
2015-05-09Fix s/detailled/detailed typoDaniel Cousens
2015-04-13Prepare HISTORY.md for develpment of next versionSudar
2015-04-13Merge pull request #347 from sej7278/masterSudar Muthu
Looks for submenu items first when parsing BOARDS_TXT. Fix #346