zephyr/arch/xtensa/soc/hifi_mini
Leandro Pereira 27ea2d8eb7 arch: xtensa: Convert Xtensa port to use gen_isr_table
The Xtensa port was the only one remaining to be converted to the new
way of connecting interrupts in Zephyr.  Some things are still
unconverted, mainly the exception table, and this will be performed
another time.

Of note: _irq_priority_set() isn't called on _ARCH_IRQ_CONNECT(), since
IRQs can't change priority on Xtensa: while the architecture has the
concept of interrupt priority levels, each line has a fixed level and
can't be changed.

Signed-off-by: Leandro Pereira <leandro.pereira@intel.com>
2017-08-09 12:26:14 -07:00
..
Kconfig.defconfig xtensa: build similar to other Zephyr arches 2017-04-13 12:42:06 +00:00
Kconfig.soc xtensa: build similar to other Zephyr arches 2017-04-13 12:42:06 +00:00
linker.ld arch: xtensa: Convert Xtensa port to use gen_isr_table 2017-08-09 12:26:14 -07:00
Makefile Xtensa port: Removed the need to put an empy file soc.c in arch/xtensa/soc dir. 2017-02-13 08:04:27 -08:00