Files
it_auto_get_data/SW/ESP32_Arduino/demo1/debug_custom.json
T
kevin d7c1db0cfd 加入了屏幕驅動
發燒了,下次再寫
Signed-off-by: kevin <wuwenfengmi@outlook.com>
2023-01-01 21:36:10 +08:00

19 lines
353 B
JSON

{
"name":"Arduino on ESP32",
"toolchainPrefix":"xtensa-esp32-elf",
"svdFile":"esp32.svd",
"request":"attach",
"postAttachCommands":[
"set remote hardware-watchpoint-limit 2",
"monitor reset halt",
"monitor gdb_sync",
"thb setup",
"c"
],
"overrideRestartCommands":[
"monitor reset halt",
"monitor gdb_sync",
"thb setup",
"c"
]
}