| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2015-06-02 | Merge branch 'hhgarnes-patch-2' | Sudar | |
| 2015-06-02 | Add option to split avrdude MCU from avr-gcc MCU | hhgarnes | |
| Fix #359 | |||
| 2015-05-21 | Merge pull request #355 from sej7278/master | Simon John | |
| Added some extra checks to Travis-CI | |||
| 2015-05-21 | Added some extra checks to Travis-CI | Simon John | |
| 2015-05-16 | Merge pull request #353 from sej7278/master | Sudar Muthu | |
| Updated some documentation to clarify 1.5+ settings. | |||
| 2015-05-15 | Updated some documentation to clarify 1.5+ settings. | Simon John | |
| Fixes #352 | |||
| 2015-05-09 | Update HISTORY.md | Simon John | |
| 2015-05-09 | Merge pull request #351 from dcousens/patch-1 | Simon John | |
| example: further spelling error fixes thanks @dcousens | |||
| 2015-05-09 | example: "all of the" | Daniel Cousens | |
| thanks @sej7278 | |||
| 2015-05-09 | example: further spelling error fixes | Daniel Cousens | |
| 2015-05-09 | Merge pull request #350 from dcousens/patch-1 | Sudar Muthu | |
| Fix s/detailled/detailed typo | |||
| 2015-05-09 | Fix s/detailled/detailed typo | Daniel Cousens | |
| 2015-04-13 | Prepare HISTORY.md for develpment of next version | Sudar | |
| 2015-04-13 | Merge pull request #347 from sej7278/master | Sudar Muthu | |
| Looks for submenu items first when parsing BOARDS_TXT. Fix #346 | |||
| 2015-04-12 | Looks for submenu items first when parsing BOARDS_TXT | Simon John | |
| as suggested by @michaelbaisch in issue #346 Might want to update HISTORY.md with an "in development" version number. | |||
| 2015-04-08 | Update README about the version of Arduino that are supported | Sudar | |
| Fix #328 | |||
| 2015-04-07 | Bump version to v1.5 for release1.5 | Sudar | |
| 2015-04-06 | Merge pull request #342 from sej7278/master | Sudar Muthu | |
| Replace comment about not supporting 1.5 with not supporting SAM | |||
| 2015-04-06 | Replace comment about not supporting 1.5 with not supporting SAM | Simon John | |
| We can probably close issue #45 and maybe open a new one for ARM SAM support, as 1.6.3 is supported now (and 1.5 is dead). | |||
| 2015-04-05 | Add a note about Arduino.org | Sudar | |
| 2015-04-04 | Merge branch 'calvinli-patch-1' | Sudar | |
| Fix #340 | |||
| 2015-04-04 | Fix reset for leonardo | Calvin Li | |
| I found that the previous reset code did not work for Leonardo or Micro, nor did any reset code anywhere on the internet. An examination of the Arduino IDE source code (and the JNI code behind its serial implementation) shows that it holds RTS high and DTR low when doing the 1200 baud open/close. And it turns out that's exactly what's needed! | |||
| 2015-04-04 | Make sure pyserial is properly linked | Sudar | |
| 2015-04-04 | Link to Requirements section | Sudar | |
| 2015-04-04 | Tweak pyserial installation instructions | Sudar | |
| 2015-04-04 | Better highlighting for code in README | Sudar | |
