jung6717 / arduino

Automatically exported from code.google.com/p/arduino
0 stars 0 forks source link

Add USBasp programmer to Arduino IDE #121

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The following patch applied to trunk modifies hardware/programmers.txt to
add support for the USBasp avr programmer.

Versions of avrdude >= 5.2 support the USBasp programmer, ie the one
bundled with the Arduino IDE works out of the box!

Thanks,
David Cooper <dave@kupesoft.com>

Original issue reported on code.google.com by dave%kup...@gtempaccount.com on 21 Sep 2009 at 7:29

Attachments:

GoogleCodeExporter commented 9 years ago
I added the usbasp to the programmers.txt file just like David, and used it to 
flash 
the Arduino bootloader from the IDE onto an atmega328p chip, and all went 
perfectly. 

I would like to see this programmer added to the Arduino IDE as well, all that 
was 
needed to add to the programmers.txt file is:

usbasp.name=USBasp
usbasp.communication=usb
usbasp.protocol=usbasp

Thanks in advance,

Remco van Zuijlen

Original comment by remc...@gmail.com on 20 Jan 2010 at 11:43

GoogleCodeExporter commented 9 years ago
I'd second the request. The USBasp is a very popular open programmer which has 
complete support by avrdude. This patch is so simple. Why not?

Original comment by fabio.va...@gmail.com on 11 Sep 2011 at 8:49

GoogleCodeExporter commented 9 years ago
Issue 648 has been merged into this issue.

Original comment by dmel...@gmail.com on 22 Sep 2011 at 4:12

GoogleCodeExporter commented 9 years ago
Issue 360 has been merged into this issue.

Original comment by dmel...@gmail.com on 22 Sep 2011 at 4:12

GoogleCodeExporter commented 9 years ago

Original comment by dmel...@gmail.com on 22 Sep 2011 at 4:12

GoogleCodeExporter commented 9 years ago
https://github.com/arduino/Arduino/commit/2ffad50619e416555b34dd03a5a5d94bc3a7bc
44

Original comment by dmel...@gmail.com on 10 Oct 2011 at 3:59