mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-12-18 03:14:42 +00:00
Add support for Micronucleus bootloader
This commit is contained in:
@@ -916,6 +916,15 @@ programmer
|
||||
usbpid = 0x0BA5;
|
||||
;
|
||||
|
||||
programmer
|
||||
id = "micronucleus";
|
||||
desc = "Micronucleus Bootloader";
|
||||
type = "micronucleus";
|
||||
connection_type = usb;
|
||||
usbvid = 0x16D0;
|
||||
usbpid = 0x0753;
|
||||
;
|
||||
|
||||
# commercial version of USBtiny, using a separate VID/PID
|
||||
programmer
|
||||
id = "iseavrprog";
|
||||
|
||||
Reference in New Issue
Block a user