mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
bf57594ebe
Add dynamic interrupt allocation mechanism This adds: - Dynamic allocation of interrupts. Pass it the features of the interrupt you want, it'll set you up with an int. - Shared interrupts. Enables multiple peripheral drivers to use the same interrupt. - Marking what interrupts are fully executable from IRAM; if an int isn't marked like that it will get disabled once flash cache gets disabled. Also: - Modifies driver to be in line with these changes See merge request !254 |
||
---|---|---|
.. | ||
include | ||
lib | ||
platform_include | ||
test | ||
.gitignore | ||
.gitmodules | ||
component.mk | ||
COPYING.NEWLIB | ||
libc_discard.list | ||
locks.c | ||
Makefile.old | ||
reent_init.c | ||
syscall_table.c | ||
syscalls.c | ||
time.c |