zephyr/arch/arm
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
..
core irq: formalize external zephyr interrupt API 2016-02-26 15:53:22 +00:00
include idle: fix tasks waiting when NANO_TIMEOUTS is enabled 2016-02-05 20:25:24 -05:00
soc i2c: adds driver for Atmel SAM3 2016-02-08 21:45:07 -05:00
Kbuild build: fix issue with static interrupts on ARC/ARM 2016-02-05 20:25:25 -05:00
Kconfig arm: add support for linking images entirely in SRAM 2016-02-05 20:25:24 -05:00
Makefile Move compiler optimization to the SoC 2016-02-05 20:25:29 -05:00
defconfig Use SoC instead of platform. 2016-02-05 20:25:11 -05:00