add support for CPU interrupts for ESP32-C3

This commit is contained in:
Dmitriy
2021-10-22 21:13:24 -04:00
committed by Ayke
parent b5b2600b7b
commit 43efe94041
5 changed files with 167 additions and 1 deletions
+2 -1
View File
@@ -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"]
}
+3
View File
@@ -141,6 +141,9 @@ SECTIONS
*/
.text : ALIGN(4)
{
. = ALIGN (256);
*(.text.exception_vectors)
. = ALIGN (4);
*(.text .text.*)
} >IROM