mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-08 17:36:09 +00:00
In order to simplify x86 interrupt stub creation, each interrupt controller implements an interrupt stub definition macro. Add IRQ_CONNECT_STATIC() for static interrupt registration, and construct the interrupt stubs name from device and interrupt handler names. Add IRQ_CONFIG() macro for the interrupt controller configuration. On x86 platform it programs APIC to associate an IRQ number with the interupt vector. Add HPET_TIMER0_INT_PRI parameter to Quark platform header to make it build correctly. Change-Id: I24ad25e1aa807ffa63733a27ad882877fcad72af Signed-off-by: Dmitriy Korovkin <dmitriy.korovkin@windriver.com> |
||
---|---|---|
.. | ||
arch | ||
bluetooth | ||
drivers | ||
microkernel | ||
misc | ||
net | ||
toolchain | ||
atomic.h | ||
clock_vars.h | ||
device.h | ||
init.h | ||
kernel_version.h | ||
linker-defs.h | ||
linker-tool-gcc.h | ||
linker-tool.h | ||
microkernel.h | ||
nanokernel.h | ||
section_tags.h | ||
sections.h | ||
sw_isr_table.h | ||
toolchain.h |