mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-12 15:03:41 +00:00
add support for CPU interrupts for ESP32-C3
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
"serial-port": ["acm:303a:1001"],
|
||||
"openocd-interface": "esp_usb_jtag",
|
||||
"openocd-target": "esp32c3",
|
||||
"openocd-commands": ["gdb_memory_map disable"]
|
||||
"openocd-commands": ["gdb_memory_map disable"],
|
||||
"gdb": ["riscv32-esp-elf-gdb"]
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user