Initial commit
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"name":"Arduino on ESP32-C3",
|
||||
"toolchainPrefix":"riscv32-esp-elf",
|
||||
"svdFile":"debug.svd",
|
||||
"request":"attach",
|
||||
"serverArgs":[
|
||||
"-d3"
|
||||
],
|
||||
"overrideAttachCommands":[
|
||||
"set remote hardware-watchpoint-limit 8",
|
||||
"monitor reset",
|
||||
"monitor halt",
|
||||
"monitor gdb_sync",
|
||||
"thb setup"
|
||||
],
|
||||
"overrideRestartCommands":[
|
||||
"monitor reset",
|
||||
"monitor halt",
|
||||
"monitor gdb_sync",
|
||||
"thb setup"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user