Skip to content

Commit 89861c7

Browse files
committed
added arduinoorgisp programmer
1 parent 6605668 commit 89861c7

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)