zephyr/arch/common
Laurentiu Mihalcea b8d487e54b arch: Add support for dynamically disconnecting shared interrupts
This commit provides the users a way to disconnect dynamic
interrupts. This is needed because we don't want to keep
piling up ISR/arg pairs until the number of registrable
clients is reached.

This feature is only relevant for shared and dynamic interrupts.

Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
2023-09-14 08:35:12 +02:00
..
CMakeLists.txt arch: Add support for static shared interrupts 2023-09-14 08:35:12 +02:00
Kconfig
fill_with_zeros.ld
isr_tables.c arch: Add support for static shared interrupts 2023-09-14 08:35:12 +02:00
nocache.ld
ramfunc.ld
rom_start_address.ld
rom_start_offset.ld
semihost.c
shared_irq.c arch: Add support for dynamically disconnecting shared interrupts 2023-09-14 08:35:12 +02:00
sw_isr_common.c arch: Add support for dynamic shared interrupts 2023-09-14 08:35:12 +02:00
timing.c