zephyr/arch/arm
Andrew Boie 2a1ae3f436 ARM: ARC: put sw_isr_table in ROM by default
We can save a great deal of RAM this way, it only needs to be
in RAM if dynamic interrupts are in use.

At some point this config option broke, probably when static
interrupts were introduced into the system.

To induce build (instead of runtime) errors when irq_connect_dynamic()
is used without putting the table in RAM, the dynamic interrupt
functions are now conditionally compiled.

Change-Id: I4860508746fd375d189390163876c59b6c544c9a
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2016-02-05 20:25:21 -05:00
..
core ARM: ARC: put sw_isr_table in ROM by default 2016-02-05 20:25:21 -05:00
include kernel: add per-thread errno support 2016-02-05 20:24:58 -05:00
soc serial: adds UART driver for SAM3X8E 2016-02-05 20:25:21 -05:00
defconfig Use SoC instead of platform. 2016-02-05 20:25:11 -05:00
Kbuild Use SoC instead of platform. 2016-02-05 20:25:11 -05:00
Kconfig Use SoC instead of platform. 2016-02-05 20:25:11 -05:00
Makefile Revert "Move compiler optimization to the SoC" 2016-02-05 20:25:21 -05:00