diff --git a/misc/debuggerUsbMapping.json b/misc/debuggerUsbMapping.json index 4db05789..f9a2c339 100644 --- a/misc/debuggerUsbMapping.json +++ b/misc/debuggerUsbMapping.json @@ -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": "" } ] \ No newline at end of file diff --git a/misc/usbmapping.json b/misc/usbmapping.json index 56599ad3..afd8a9fb 100644 --- a/misc/usbmapping.json +++ b/misc/usbmapping.json @@ -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",