mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-14 09:52:19 +00:00
Submitted by Michael Petersen:
patch #9697: Add iseavrprog support * avrdude.conf.in (iseavrprog): New programmer git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1467 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
2021-11-07 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
||||||
|
|
||||||
|
Submitted by Michael Petersen:
|
||||||
|
patch #9697: Add iseavrprog support
|
||||||
|
* avrdude.conf.in (iseavrprog): New programmer
|
||||||
|
|
||||||
2021-11-07 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
2021-11-07 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
||||||
|
|
||||||
bug #50630: Erase Cycle Counter options ( -y -Y n ) should be removed from usage Message
|
bug #50630: Erase Cycle Counter options ( -y -Y n ) should be removed from usage Message
|
||||||
|
|||||||
2
NEWS
2
NEWS
@@ -46,6 +46,7 @@ Current:
|
|||||||
- Atmel Powerdebugger in all modes (JTAG, PDI, UPDI, debugWIRE, ISP)
|
- Atmel Powerdebugger in all modes (JTAG, PDI, UPDI, debugWIRE, ISP)
|
||||||
- linuxspi (direct SPI bus e.g. on Raspberry Pi devices)
|
- linuxspi (direct SPI bus e.g. on Raspberry Pi devices)
|
||||||
- PICkit4, Snap, PKoB
|
- PICkit4, Snap, PKoB
|
||||||
|
- iseavrprog
|
||||||
|
|
||||||
* Bugfixes:
|
* Bugfixes:
|
||||||
bug #47550: Linux GPIO broken
|
bug #47550: Linux GPIO broken
|
||||||
@@ -100,6 +101,7 @@ Current:
|
|||||||
patch #9811: ATmega328pb has efuse bit 3
|
patch #9811: ATmega328pb has efuse bit 3
|
||||||
patch #9744: Patch for ATMega324A support
|
patch #9744: Patch for ATMega324A support
|
||||||
patch #10000: Add support for extended UPDI device context
|
patch #10000: Add support for extended UPDI device context
|
||||||
|
patch #9697: Add iseavrprog support
|
||||||
|
|
||||||
* Internals:
|
* Internals:
|
||||||
- New avrdude.conf keyword "family_id", used to verify SIB attributes
|
- New avrdude.conf keyword "family_id", used to verify SIB attributes
|
||||||
|
|||||||
@@ -889,6 +889,16 @@ programmer
|
|||||||
usbpid = 0x0BA5;
|
usbpid = 0x0BA5;
|
||||||
;
|
;
|
||||||
|
|
||||||
|
# commercial version of USBtiny, using a separate VID/PID
|
||||||
|
programmer
|
||||||
|
id = "iseavrprog";
|
||||||
|
desc = "USBtiny-based USB programmer, https://github.com/IowaScaledEngineering/ckt-avrprogrammer";
|
||||||
|
type = "usbtiny";
|
||||||
|
connection_type = usb;
|
||||||
|
usbvid = 0x1209;
|
||||||
|
usbpid = 0x6570;
|
||||||
|
;
|
||||||
|
|
||||||
programmer
|
programmer
|
||||||
id = "butterfly";
|
id = "butterfly";
|
||||||
desc = "Atmel Butterfly Development Board";
|
desc = "Atmel Butterfly Development Board";
|
||||||
|
|||||||
Reference in New Issue
Block a user