加入了屏幕驅動

發燒了,下次再寫
Signed-off-by: kevin <wuwenfengmi@outlook.com>
This commit is contained in:
kevin
2023-01-01 21:36:10 +08:00
parent 6535da52e3
commit d7c1db0cfd
127 changed files with 127509 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"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"
]
}