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

add debugging support for uno #685

Merged
merged 2 commits into from
Nov 9, 2018
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions misc/debuggerUsbMapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,5 +69,12 @@
"name": "CMSIS-DAP",
"short_name": "cmsis-dap",
"config_file": "cmsis-dap.cfg"
},
{
"vid": "1781",
"pid": "0c9f",
"name": "USBtinySPI",
"short_name": "debugWIRE",
"config_file": ""
}
]
7 changes: 7 additions & 0 deletions misc/usbmapping.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
{
"index_file": "package_index.json",
"boards": [
{
"name": "Arduino/Genuino Uno",
"package": "arduino",
"architecture": "avr",
"id": "uno",
"interface": "debugWIRE"
},
{
"vid": "2341",
"pid": "804e",
Expand Down