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
b07a534984
commit
de33225c31
@ -2,4 +2,6 @@
|
|||||||
archive: libriscv.a
|
archive: libriscv.a
|
||||||
entries:
|
entries:
|
||||||
interrupt (noflash_text)
|
interrupt (noflash_text)
|
||||||
|
interrupt:intr_handler_get (default)
|
||||||
|
interrupt:intr_handler_set (default)
|
||||||
vectors (noflash_text)
|
vectors (noflash_text)
|
||||||
|
Loading…
Reference in New Issue
Block a user