8000
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 5c5a7e2 commit e3f40baCopy full SHA for e3f40ba
misc/debuggerUsbMapping.json
@@ -69,5 +69,12 @@
69
"name": "CMSIS-DAP",
70
"short_name": "cmsis-dap",
71
"config_file": "cmsis-dap.cfg"
72
+ },
73
+ {
74
+ "vid": "1781",
75
+ "pid": "0c9f",
76
+ "name": "USBtinySPI",
77
+ "short_name": "debugWIRE",
78
+ "config_file": ""
79
}
80
]
misc/usbmapping.json
@@ -2,6 +2,13 @@
2
{
3
"index_file": "package_index.json",
4
"boards": [
5
6
+ "name": "Arduino/Genuino Uno",
7
+ "package": "arduino",
8
+ "architecture": "avr",
9
+ "id": "uno",
10
+ "interface": "debugWIRE"
11
12
13
"vid": "2341",
14
"pid": "804e",
0 commit comments