mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
riscv: moved some interrupt functions from IRAM to flash
These functions dont need to be in IRAM.
This commit is contained in:
parent
db059b155a
commit
f7d045ad5c
@ -2,4 +2,6 @@
|
||||
archive: libriscv.a
|
||||
entries:
|
||||
interrupt (noflash_text)
|
||||
interrupt:intr_handler_get (default)
|
||||
interrupt:intr_handler_set (default)
|
||||
vectors (noflash_text)
|
||||
|
Loading…
Reference in New Issue
Block a user