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
+3
View File
@@ -141,6 +141,9 @@ SECTIONS
*/
.text : ALIGN(4)
{
. = ALIGN (256);
*(.text.exception_vectors)
. = ALIGN (4);
*(.text .text.*)
} >IROM