zephyr/doc/kernel
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
..
common update documentation to use boards where applicable 2016-02-05 20:25:11 -05:00
devices device: Provide generic API to handle synchronous calls in drivers 2016-02-05 20:24:57 -05:00
microkernel microkernel: remove task_irq_free() API 2016-02-05 20:25:21 -05:00
nanokernel ARM: ARC: put sw_isr_table in ROM by default 2016-02-05 20:25:21 -05:00
networking Bluetooth: Rename LE scan & advertising APIs for consistency 2016-02-05 20:25:00 -05:00
overview update documentation to use boards where applicable 2016-02-05 20:25:11 -05:00
kernel.rst device: Provide generic API to handle synchronous calls in drivers 2016-02-05 20:24:57 -05:00