| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-06-22 | Merge remote-tracking branch 'sudar/master' | straccio | |
| 2016-02-22 | Bump up version to v1.5.1 for release1.5.1 | Sudar Muthu | |
| 2016-02-20 | Merge pull request #412 from drewhutchison/master | Sudar Muthu | |
| Add target to display submenu options parsed out of boards.txt | |||
| 2016-02-19 | update changelog to reflect show_submenu target | andrew hutchison | |
| 2016-02-19 | updated BOARD_TAG to indicate show_submenu target | andrew hutchison | |
| 2016-02-19 | added show_submenu target | andrew hutchison | |
| 2016-02-12 | Merge pull request #411 from gauteh/pyserial_3_fix | Sudar Muthu | |
| should be setBaudrate not setBaudRate | |||
| 2016-02-11 | should be setBaudrate not setBaudRate | Gaute Hope | |
| 2016-02-09 | Merge pull request #409 from sudar/fix/travis | Sudar Muthu | |
| Fix Travis build | |||
| 2016-02-09 | Don't upgrade setuptools while bootstrap travis environment | Sudar 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-09 | Merge pull request #408 from gauteh/pyserial_3 | Sudar Muthu | |
| ard-reset-arduino: support pyserial 3.0 | |||
| 2016-02-09 | ard-reset-arduino: support pyserial 3.0 | Gaute Hope | |
| 2015-12-30 | Merge pull request #403 from sej7278/master | Simon John | |
| Removed the check for BOOTLOADER_PATH being empty Tested on 1.0.5 and 1.6.7, last commit of 2015? | |||
| 2015-12-28 | Removed the check for BOOTLOADER_PATH being empty as its merged into | Simon John | |
| BOOTLOADER_FILE in 1.5+ Now we just check for BOOTLOADER_FILE being non-empty on both versions. Fixes issue #402 | |||
| 2015-12-16 | Merge pull request #399 from sej7278/master | Simon John | |
| Fixed "make show_boards" regex to allow for hyphens in BOARD_TAG | |||
| 2015-12-16 | Fixed "make show_boards" regex to allow for hyphens in BOARD_TAG | Simon John | |
| e.g. attiny44-20, thanks to Atmel for the sample chip! | |||
| 2015-10-27 | Merge pull request #393 from zabereer/master | Simon John | |
| Better parsing of boards.txt file, thanks for the PR and good spotting! | |||
| 2015-10-27 | correct HISTORY.md order | Albert Pretorius | |
| 2015-10-26 | Better parsing of boards.txt file which allows Adafruit Trinket to be used | Albert Pretorius | |
| 2015-09-21 | Merge pull request #390 from thomaskilian/master | Simon John | |
| Correct path ARDUINO_DIR for Macs Merged and thanks for the PR @thomaskilian | |||
| 2015-09-21 | added missing quote in RAEDME.md and fix-note in HISTORY.md | Thomas Kilian | |
| 2015-09-21 | Add path examples for both Mac IDE versions | Thomas Kilian | |
| 2015-09-21 | Correct path ARDUINO_DIR for Macs | Thomas Kilian | |
| 2015-09-15 | Merge pull request #388 from sej7278/master | Sudar Muthu | |
| Replace $VENDOR with $ARDMK_VENDOR | |||
| 2015-09-15 | Replace $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-14 | Merge pull request #385 from sej7278/master | Simon John | |
| Ensure AVRDUDE_CONF is set when AVR_TOOLS_DIR is manually set | |||
| 2015-09-13 | Ensure 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-07 | Added contributor details to history | Simon John | |
| 2015-09-07 | Merge pull request #380 from svendahlstrand/target-documentation | Simon John | |
| Add documentation for the TARGET variable. thanks @svendahlstrand | |||
| 2015-09-07 | Merge pull request #379 from svendahlstrand/target-spaces | Simon John | |
| Make sure TARGET is set correctly when CURDIR contains spaces. | |||
| 2015-09-07 | Add documentation for the TARGET variable. | Sven Dahlstrand | |
| 2015-09-07 | Make 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-05 | Merge pull request #371 from optik-aper/master | Sudar Muthu | |
| Fix typo | |||
| 2015-08-04 | Fix typo | michael | |
| 2015-07-14 | Add AVR Dragon commit info to HISTORY.md | Simon John | |
| 2015-07-14 | Merge pull request #369 from mtnocean/AVRDragonISP | Simon John | |
| Added support for AVR Dragon in both ISP and DebugWire mode Thanks @mtnocean | |||
| 2015-07-14 | Added support for AVR Dragon in both ISP and DebugWire mode | Paul Russo | |
| 2015-07-12 | Merge pull request #365 from sej7278/master | Sudar Muthu | |
| Preserve source extension for object files. Fix #256 Fix #266 Fix #364 | |||
| 2015-07-09 | Took another couple of changes from @peplin's PR #256 for chipKIT | Simon John | |
| 2015-07-09 | Added space between -T and linker script to allow mpide-0023-linux64-20140821 | Simon John | |
| to build (blink at least!) | |||
| 2015-07-09 | fix typo, add more info about asm core sources | Simon John | |
| 2015-07-09 | Preserve 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-02 | Merge pull request #362 from sej7278/master | Sudar Muthu | |
| Added examples for various boards and IDE versions to the Blink example. | |||
| 2015-07-02 | Added examples for various boards and IDE versions to the Blink example. | Simon John | |
| 2015-06-24 | Merge pull request #361 from sej7278/master | Sudar Muthu | |
| Updated instructions for Fedora 22 | |||
| 2015-06-24 | Updated instructions for Fedora 22 | Simon John | |
| 2015-06-12 | Merge pull request #360 from biesiad/master | Sudar Muthu | |
| Add support for picocom terminal emulator and /dev/tty.wchusbserial | |||
| 2015-06-11 | Updated changelog | Grzegorz Biesiadecki | |
| 2015-06-11 | Add /dev/tty.wchusbserial* to the list of serial ports (CH341, CH34O chip ↵ | Grzegorz Biesiadecki | |
| comes with cheap arduino clones - DCCduino) | |||
| 2015-06-11 | Add support for picocom as a monitor | Grzegorz Biesiadecki | |
