We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6605668 commit 89861c7Copy full SHA for 89861c7
avrdude-6.3-patches/31-avrdude-6.3-added_arduinoorgisp.patch
@@ -0,0 +1,18 @@
1
+--- avrdude.conf.in.orig 2016-12-16 13:02:11.218301337 +0100
2
++++ avrdude.conf.in 2016-12-16 13:02:13.446302698 +0100
3
+@@ -884,6 +884,15 @@
4
+ ;
5
+
6
+ programmer
7
++ id = "arduinoisporg";
8
++ desc = "Arduino ISP Programmer";
9
++ type = "usbtiny";
10
++ connection_type = usb;
11
++ usbvid = 0x2A03;
12
++ usbpid = 0x0049;
13
++;
14
++
15
++programmer
16
+ id = "butterfly";
17
+ desc = "Atmel Butterfly Development Board";
18
+ type = "butterfly";
0 commit comments