22 lines
399 B
JSON
22 lines
399 B
JSON
{
|
|
"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"
|
|
]
|
|
} |