Commit graph

641 commits

Author SHA1 Message Date
Sudar Muthu
0ce685b1a1 Merge pull request #388 from sej7278/master
Replace $VENDOR with $ARDMK_VENDOR
2015-09-15 18:48:22 +05:30
Simon John
af17878bc4 Replace $VENDOR with $ARDMK_VENDOR as $VENDOR is a tcsh environment variable.
$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-15 00:00:30 +01:00
Simon John
3198aeab40 Merge pull request #385 from sej7278/master
Ensure AVRDUDE_CONF is set when AVR_TOOLS_DIR is manually set
2015-09-14 23:50:41 +01:00
Simon John
44fe2270a2 Ensure AVRDUDE_CONF is set when AVR_TOOLS_DIR is manually set by user,
not just on Windows - fixes issue #381

Code around this area probably needs a tidy up at some point.
2015-09-13 09:49:53 +01:00
Simon John
7efd0ccd2c Added contributor details to history 2015-09-07 11:21:43 +01:00
Simon John
40f17b8482 Merge pull request #380 from svendahlstrand/target-documentation
Add documentation for the TARGET variable.

thanks @svendahlstrand
2015-09-07 11:19:00 +01:00
Simon John
8f85c543d8 Merge pull request #379 from svendahlstrand/target-spaces
Make sure TARGET is set correctly when CURDIR contains spaces.
2015-09-07 11:18:43 +01:00
Sven Dahlstrand
81d0669869 Add documentation for the TARGET variable. 2015-09-07 11:23:18 +02:00
Sven Dahlstrand
8e787ca161 Make sure TARGET is set correctly when CURDIR contains spaces.
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-09-07 11:22:00 +02:00
Sudar Muthu
69f3db0bff Merge pull request #371 from optik-aper/master
Fix typo
2015-08-05 10:32:20 +05:30
michael
f7efd1ba97 Fix typo 2015-08-04 21:44:15 -04:00
Simon John
1fb7cddf0e Add AVR Dragon commit info to HISTORY.md 2015-07-14 14:45:51 +02:00
Simon John
2cde585210 Merge pull request #369 from mtnocean/AVRDragonISP
Added support for AVR Dragon in both ISP and DebugWire mode

Thanks @mtnocean
2015-07-14 14:43:23 +02:00
Paul Russo
98f91e65cf Added support for AVR Dragon in both ISP and DebugWire mode 2015-07-14 00:19:52 -06:00
Sudar Muthu
3dd06a6e90 Merge pull request #365 from sej7278/master
Preserve source extension for object files.

Fix #256 
Fix #266 
Fix #364
2015-07-12 15:43:26 +05:30
Simon John
28210c85a9 Took another couple of changes from @peplin's PR #256 for chipKIT 2015-07-09 22:26:02 +02:00
Simon John
da5f42be21 Added space between -T and linker script to allow mpide-0023-linux64-20140821
to build (blink at least!)
2015-07-09 21:18:40 +02:00
Simon John
62fb4668c5 fix typo, add more info about asm core sources 2015-07-09 20:13:16 +02:00
Simon John
abbd020bf4 Preserve source extension for object files.
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-09 18:05:28 +02:00
Sudar Muthu
e3d97f76f5 Merge pull request #362 from sej7278/master
Added examples for various boards and IDE versions to the Blink example.
2015-07-02 22:15:26 +05:30
Simon John
1ccbc03114 Added examples for various boards and IDE versions to the Blink example. 2015-07-02 14:37:28 +01:00
Sudar Muthu
1a1a7396ea Merge pull request #361 from sej7278/master
Updated instructions for Fedora 22
2015-06-24 08:05:29 +05:30
Simon John
6a9796b63f Updated instructions for Fedora 22 2015-06-24 01:55:33 +01:00
Sudar Muthu
ed6fb91bf0 Merge pull request #360 from biesiad/master
Add support for picocom terminal emulator and  /dev/tty.wchusbserial
2015-06-12 10:32:17 +05:30
Grzegorz Biesiadecki
6d56ac2037 Updated changelog 2015-06-11 11:13:48 -07:00
Grzegorz Biesiadecki
decdf73f7c Add /dev/tty.wchusbserial* to the list of serial ports (CH341, CH34O chip comes with cheap arduino clones - DCCduino) 2015-06-11 10:58:49 -07:00
Grzegorz Biesiadecki
92f82e3329 Add support for picocom as a monitor 2015-06-11 10:56:06 -07:00
Sudar
9629867ced Merge branch 'hhgarnes-patch-2' 2015-06-02 12:19:07 +05:30
hhgarnes
1dce271b53 Add option to split avrdude MCU from avr-gcc MCU
Fix #359
2015-06-02 12:18:12 +05:30
Simon John
7b11860ba8 Merge pull request #355 from sej7278/master
Added some extra checks to Travis-CI
2015-05-21 21:16:44 +01:00
Simon John
412e1c442e Added some extra checks to Travis-CI 2015-05-21 13:31:09 +01:00
Sudar Muthu
977e43f90a Merge pull request #353 from sej7278/master
Updated some documentation to clarify 1.5+ settings.
2015-05-16 10:39:40 +05:30
Simon John
eaa8f1fe44 Updated some documentation to clarify 1.5+ settings.
Fixes #352
2015-05-15 18:09:00 +01:00
Simon John
cd74017a06 Update HISTORY.md 2015-05-09 16:02:00 +01:00
Simon John
7e02600850 Merge pull request #351 from dcousens/patch-1
example: further spelling error fixes

thanks @dcousens
2015-05-09 16:00:08 +01:00
Daniel Cousens
0da1cb4b1f example: "all of the"
thanks @sej7278
2015-05-09 22:25:10 +10:00
Daniel Cousens
ae80ce16a9 example: further spelling error fixes 2015-05-09 22:04:36 +10:00
Sudar Muthu
63f2d0b7cd Merge pull request #350 from dcousens/patch-1
Fix s/detailled/detailed typo
2015-05-09 10:22:56 +05:30
Daniel Cousens
bc4d8791e8 Fix s/detailled/detailed typo 2015-05-09 14:10:31 +10:00
Sudar
6866b79423 Prepare HISTORY.md for develpment of next version 2015-04-13 09:21:22 +05:30
Sudar Muthu
d7ed2f4cbb Merge pull request #347 from sej7278/master
Looks for submenu items first when parsing BOARDS_TXT. Fix #346
2015-04-13 09:18:22 +05:30
Simon John
a066e86019 Looks for submenu items first when parsing BOARDS_TXT
as suggested by @michaelbaisch in issue #346

Might want to update HISTORY.md with an "in development" version number.
2015-04-12 19:46:58 +01:00
Sudar
0cc6faf16d Update README about the version of Arduino that are supported
Fix #328
2015-04-08 16:13:01 +05:30
Sudar
66ff5ce94e Bump version to v1.5 for release 2015-04-07 21:37:12 +05:30
Sudar Muthu
de21423c9c Merge pull request #342 from sej7278/master
Replace comment about not supporting 1.5 with not supporting SAM
2015-04-06 09:05:55 +05:30
Simon John
1e1f2f6b95 Replace comment about not supporting 1.5 with not supporting SAM
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-06 01:50:24 +01:00
Sudar
eba20c78c4 Add a note about Arduino.org 2015-04-05 17:14:32 +05:30
Sudar
c4089c02b0 Merge branch 'calvinli-patch-1'
Fix #340
2015-04-04 16:09:10 +05:30
Calvin Li
bc2a9a9798 Fix reset for leonardo
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 16:08:23 +05:30
Sudar
3dce457c6d Make sure pyserial is properly linked 2015-04-04 06:29:44 +05:30