mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-14 07:53:40 +00:00
add support for CPU interrupts for ESP32-C3
This commit is contained in:
@@ -141,6 +141,9 @@ SECTIONS
|
||||
*/
|
||||
.text : ALIGN(4)
|
||||
{
|
||||
. = ALIGN (256);
|
||||
*(.text.exception_vectors)
|
||||
. = ALIGN (4);
|
||||
*(.text .text.*)
|
||||
} >IROM
|
||||
|
||||
|
||||
Reference in New Issue
Block a user