mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 02:37:19 +02:00
riscv: moved some interrupt functions from IRAM to flash
These functions dont need to be in IRAM.
This commit is contained in:
@ -2,4 +2,6 @@
|
||||
archive: libriscv.a
|
||||
entries:
|
||||
interrupt (noflash_text)
|
||||
interrupt:intr_handler_get (default)
|
||||
interrupt:intr_handler_set (default)
|
||||
vectors (noflash_text)
|
||||
|
Reference in New Issue
Block a user