Submitted by Submitted David Griffith:
patch #9530: Update URL to Ladyada's USBtinyISP page. * avrdude.conf.in (usbtiny): Update URL git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1409 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
6744c9e48a
commit
4de2d7c8c4
|
@ -1,3 +1,9 @@
|
||||||
|
2018-01-12 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
||||||
|
|
||||||
|
Submitted by Submitted David Griffith:
|
||||||
|
patch #9530: Update URL to Ladyada's USBtinyISP page.
|
||||||
|
* avrdude.conf.in (usbtiny): Update URL
|
||||||
|
|
||||||
2018-01-12 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
2018-01-12 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
||||||
|
|
||||||
Submitted by Milan Kupcevic:
|
Submitted by Milan Kupcevic:
|
||||||
|
|
1
NEWS
1
NEWS
|
@ -47,6 +47,7 @@ Current:
|
||||||
patch #9506: Script to create device configuration stub from Atmel
|
patch #9506: Script to create device configuration stub from Atmel
|
||||||
ATDF files
|
ATDF files
|
||||||
patch #9423: Support ATtiny841 and ATtiny441
|
patch #9423: Support ATtiny841 and ATtiny441
|
||||||
|
patch #9530: Update URL to Ladyada's USBtinyISP page.
|
||||||
|
|
||||||
* Internals:
|
* Internals:
|
||||||
- New avrdude.conf keyword "family_id", used to verify SIB attributes
|
- New avrdude.conf keyword "family_id", used to verify SIB attributes
|
||||||
|
|
|
@ -868,7 +868,7 @@ programmer
|
||||||
|
|
||||||
programmer
|
programmer
|
||||||
id = "usbtiny";
|
id = "usbtiny";
|
||||||
desc = "USBtiny simple USB programmer, http://www.ladyada.net/make/usbtinyisp/";
|
desc = "USBtiny simple USB programmer, https://learn.adafruit.com/usbtinyisp";
|
||||||
type = "usbtiny";
|
type = "usbtiny";
|
||||||
connection_type = usb;
|
connection_type = usb;
|
||||||
usbvid = 0x1781;
|
usbvid = 0x1781;
|
||||||
|
|
Loading…
Reference in New Issue