zephyr/include
Peter Mitsis 5705d06874 x86: Properly initialize _interrupt_vectors_allocated[] bitmap
Updates the 'gen_idt' tool to generate a bitmap of (statically) allocated
interrupt vectors that is linked into the final image in a manner similar to
the static IDT. The kernel then uses this bitmap when dynamically connecting
an interrupt vector, thereby preventing the dynamic irq connections
from clobbering the static irq connections.

Change-Id: I0a8f488408dad4912736865179f32f63ff1ca98f
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
2016-02-05 20:24:28 -05:00
..
arch x86: Properly initialize _interrupt_vectors_allocated[] bitmap 2016-02-05 20:24:28 -05:00
bluetooth Bluetooth: Disable parts of public API if not configured 2016-02-05 20:24:24 -05:00
drivers spi: intel: Move back private structures to the right locations 2016-02-05 20:24:27 -05:00
microkernel doxygen: fixed typos and parameter references 2016-02-05 20:24:23 -05:00
misc byteorder: Add all remaining helpers for both little and big endian 2016-02-05 20:24:27 -05:00
net net: Create separate net_buf pool for RX and TX use 2016-02-05 20:15:39 -05:00
toolchain toolchain: rename FUNC_ALIAS parameters 2016-02-05 20:15:27 -05:00
adc.h adc: adding API include file 2016-02-05 20:24:27 -05:00
atomic.h doxygen: javadoc style 2016-02-05 20:14:32 -05:00
device.h Fixed typo: unctions->functions 2016-02-05 20:15:34 -05:00
gpio.h gpio: add polarity and pull up/down config flags 2016-02-05 20:24:18 -05:00
i2c.h i2c: simplify API and driver_api with generic transfer function 2016-02-05 20:24:27 -05:00
init.h init: Add more verbose comment block 2016-02-05 20:24:20 -05:00
ipi.h ipi.h: introduce low-level inter-processor interrupt API 2016-02-05 20:24:17 -05:00
kernel_version.h version: Update version handling and code 2016-02-05 20:14:27 -05:00
linker-defs.h doxygen: change comment style to match javadoc 2016-02-05 20:14:32 -05:00
linker-tool-gcc.h toolchain: add support for iamcu toolchain 2016-02-05 20:14:38 -05:00
linker-tool.h doxygen: change comment style to match javadoc 2016-02-05 20:14:32 -05:00
microkernel.h doxygen: add defgroups to kernel services 2016-02-05 20:15:34 -05:00
nanokernel.h kernel: Introduce sys_thread_busy_wait() API 2016-02-05 20:24:28 -05:00
pinmux.h pinmux: Add API for pinmux driver 2016-02-05 20:24:19 -05:00
pwm.h doxygen: fixed typos and parameter references 2016-02-05 20:24:23 -05:00
section_tags.h
sections.h doxygen: change comment style to match javadoc 2016-02-05 20:14:32 -05:00
shared_irq.h drivers: add shared interrupt driver 2016-02-05 20:24:21 -05:00
spi.h spi: Add a utility pointer for the application on SPI callback 2016-02-05 20:24:27 -05:00
sw_isr_table.h doxygen: change comment style to match javadoc 2016-02-05 20:14:32 -05:00
sys_clock.h sys_clock: add some more useful time conversion macros 2016-02-05 20:24:28 -05:00
sys_io.h sys_io: Add memory bit manipulation functions 2016-02-05 20:15:28 -05:00
toolchain.h doxygen: change comment style to match javadoc 2016-02-05 20:14:32 -05:00