Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit e3f40ba

Browse files
DeqingSunczgtest
authored andcommitted
add hardware support for uno (#685)
1 parent 5c5a7e2 commit e3f40ba

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

misc/debuggerUsbMapping.json

+7
Original file line numberDiff line numberDiff line change
@@ -69,5 +69,12 @@
6969
"name": "CMSIS-DAP",
7070
"short_name": "cmsis-dap",
7171
"config_file": "cmsis-dap.cfg"
72+
},
73+
{
74+
"vid": "1781",
75+
"pid": "0c9f",
76+
"name": "USBtinySPI",
77+
"short_name": "debugWIRE",
78+
"config_file": ""
7279
}
7380
]

misc/usbmapping.json

+7
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
{
33
"index_file": "package_index.json",
44
"boards": [
5+
{
6+
"name": "Arduino/Genuino Uno",
7+
"package": "arduino",
8+
"architecture": "avr",
9+
"id": "uno",
10+
"interface": "debugWIRE"
11+
},
512
{
613
"vid": "2341",
714
"pid": "804e",

0 commit comments

Comments
 (0)