aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2015-04-12Looks for submenu items first when parsing BOARDS_TXTSimon John
as suggested by @michaelbaisch in issue #346 Might want to update HISTORY.md with an "in development" version number.
2015-04-08Update README about the version of Arduino that are supportedSudar
Fix #328
2015-04-07Bump version to v1.5 for release1.5Sudar
2015-04-06Merge pull request #342 from sej7278/masterSudar Muthu
Replace comment about not supporting 1.5 with not supporting SAM
2015-04-06Replace comment about not supporting 1.5 with not supporting SAMSimon 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-05Add a note about Arduino.orgSudar
2015-04-04Merge branch 'calvinli-patch-1'Sudar
Fix #340
2015-04-04Fix reset for leonardoCalvin 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-04Make sure pyserial is properly linkedSudar
2015-04-04Link to Requirements sectionSudar
2015-04-04Tweak pyserial installation instructionsSudar
2015-04-04Better highlighting for code in READMESudar
2015-04-04Merge pull request #339 from sej7278/masterSudar Muthu
Better autodetection of ARDUINO_SKETCHBOOK and ARDUINO_DIR on OSX
2015-04-04Better autodetection of ARDUINO_SKETCHBOOK and ARDUINO_DIR on OSXSimon John
2015-03-28Merge pull request #336 from sej7278/masterSimon John
Added support for VARIANT in submenu's Also fixed sed issue on OSX (copyright symbol)
2015-03-28Replaced UTF-8 copyright symbol causing sed errors on OSXSimon John
Fixes issue #335
2015-03-28Added support for VARIANT in submenu'sSimon John
Also added a note that in certain 1.6 cores (attiny) F_CPU is a submenu item e.g. attiny.menu.clock.internal1.build.f_cpu=1000000L
2015-03-28Add a new example to show how serial monitor can be usedSudar
2015-03-28Whitespace fixes in examplesSudar
2015-03-28Merge pull request #334 from sej7278/masterSimon John
Fixed typo - bracket should be backslash to continue the call to firstword