zephyr/include
Andrew Boie e444825ee3 irq: formalize external zephyr interrupt API
The app-facing interface for configuring interrupts was never
formally defined, instead it was defined separately for each arch
in their respective arch-specific header files. Occasionally these
would go out of sync.

Now there is a single irq.h header which defines this interface.
To avoid runtime overhead, these map to _arch_* implementations of
each that must be defined in headers pulled in by arch/cpu.h.

Change-Id: I69afbeff31fd07f981b5b291f3c427296b00a4ef
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2016-02-26 15:53:22 +00:00
..
arch irq: formalize external zephyr interrupt API 2016-02-26 15:53:22 +00:00
bluetooth Bluetooth: BR/EDR: Add HCI SSP exchange IO Capa defines 2016-02-26 13:41:31 +00:00
display c++: Add extern "C" { } block to header files 2016-02-05 20:25:22 -05:00
drivers sys_clock/microkernel: do not announce ticks until microkernel is up 2016-02-11 17:10:49 -05:00
microkernel doc: API doc edits for microkernel event.h 2016-02-11 20:12:31 +00:00
misc docs: fixed API linking 2016-02-16 06:16:48 +00:00
net net: ip: Make sure CONFIG_NETWORKING_WITH_LOGGING is properly handled 2016-02-19 12:33:45 +00:00
toolchain toolchain: check if both __aligned and __packed are defined 2016-02-05 20:25:31 -05:00
adc.h struct packing 2016-02-10 16:21:26 +00:00
aio_comparator.h c++: Add extern "C" { } block to header files 2016-02-05 20:25:22 -05:00
atomic.h Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
cache.h cache: add implementation for cache-less systems 2016-02-05 20:25:24 -05:00
clock_control.h clock: add Quark SE clock control 2016-02-05 20:24:48 -05:00
device.h docs: doxygen: group driver APIs 2016-02-16 06:16:47 +00:00
gpio.h gpio: clarify API doc 2016-02-18 18:25:50 +00:00
i2c.h i2c: clarify API doc 2016-02-18 17:54:03 +00:00
init.h init: add SYS_INIT() 2016-02-05 20:25:25 -05:00
ipm.h doc: Edit the IPM driver APIs 2016-02-11 01:08:24 +00:00
irq.h irq: formalize external zephyr interrupt API 2016-02-26 15:53:22 +00:00
irq_offload.h doc: Fix misuse of @file doxygen tag 2016-02-11 20:11:03 +00:00
kernel_version.h c++: Add extern "C" { } block to header files 2016-02-05 20:25:22 -05:00
linker-defs.h init: Add protection against incorrect levels or priorities 2016-02-05 20:24:54 -05:00
linker-tool-gcc.h Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
linker-tool.h Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
microkernel.h c++: Add extern "C" { } block to header files 2016-02-05 20:25:22 -05:00
nanokernel.h kernel: add fiber_wakeup() 2016-02-25 11:06:09 -05:00
pinmux.h doc: Edit the Pinmux driver APIs 2016-02-11 01:06:53 +00:00
pwm.h doc: Edit the PWM driver APIs 2016-02-11 01:08:41 +00:00
rtc.h c++: Add extern "C" { } block to header files 2016-02-05 20:25:22 -05:00
section_tags.h ARM: ARC: put sw_isr_table in ROM by default 2016-02-05 20:25:21 -05:00
sections.h ARM: ARC: put sw_isr_table in ROM by default 2016-02-05 20:25:21 -05:00
shared_irq.h c++: Add extern "C" { } block to header files 2016-02-05 20:25:22 -05:00
spi.h doc: Edit the SPI driver APIs 2016-02-11 01:05:46 +00:00
sw_isr_table.h irq: fix declared _sw_isr_table size on ARC 2016-02-05 20:25:25 -05:00
sys_clock.h c++: Add extern "C" { } block to header files 2016-02-05 20:25:22 -05:00
sys_io.h sys_io: include nanokernel.h 2016-02-05 20:24:42 -05:00
toolchain.h Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
uart.h doc: Edit the UART driver APIs 2016-02-12 17:20:46 -06:00
watchdog.h c++: Add extern "C" { } block to header files 2016-02-05 20:25:22 -05:00
zephyr.h sysgen: generate sysgen.h instead of zephyr.h 2016-02-05 20:24:35 -05:00