zephyr/arch/arc/soc/em11d
Wayne Ren f8d061faf7 arch: arc: add nested interrupt support
* add nested interrupt support for interrupts
   + use a varibale exc_nest_count to trace nest interrupt and exception
   + regular interrupts can be nested by regular interrupts and fast
interrupts
   + fast interrupt's priority is the highest, cannot be nested
* remove the firq stack and exception stack
   + remove the coressponding kconfig option
   + all interrupts (normal and fast) and exceptions will be handled
     in the same stack (_interrupt stack)
   + the pros are, smaller memory footprint (no firq stack), simpler
     stack management, simpler codes, etc.. The cons are, possible
     10-15 instructions overhead for the case where fast irq nests
     regular irq
* add the case of ARC in test/kernel/gen_isr_table

Signed-off-by: Wayne Ren <wei.ren@synopsys.com>
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-08-10 12:47:15 -04:00
..
Kbuild
Kconfig.defconfig arch: arc: add nested interrupt support 2017-08-10 12:47:15 -04:00
Kconfig.soc boards: Update arc em_starterkit support from 2.2 to 2.3 2017-05-19 15:58:41 +02:00
Makefile boards: Update arc em_starterkit support from 2.2 to 2.3 2017-05-19 15:58:41 +02:00
linker.ld license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
soc.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00
soc.h arc: em9d/em11d: Modify and cleanup soc.h 2017-08-09 23:21:13 -04:00
soc_config.c license: Replace Apache boilerplate with SPDX tag 2017-01-19 03:50:58 +00:00