zephyr/arch/common
Andy Ross 74d26094f8 arch/common: Provide a weak, generic z_arch_irq_connect_dynamic()
It was discovered that the xtensa version of
z_arch_irq_connect_dynamic() was being removed along with the old
xtensa architecture support, because it was never included in the asm2
builds.

But there's no xtensa-specific code in it at all.  Architectures that
use the existing sw_isr_table mechanism and don't (or can't, in the
case of xtensa which has fixed interrupt priority) interpret the other
parameters might as well have access to a working generic
implementation.

Fixes #18272

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2019-08-22 17:53:51 -04:00
..
CMakeLists.txt arch: Put intlist.ld into Cmake 2019-05-20 22:28:28 -04:00
gen_isr_tables.py arch: common: gen_isr_tables table size check 2019-06-17 17:03:02 -07:00
isr_tables.c all: Update reserved function names 2019-03-11 13:48:42 -04:00
isr_tables.ld arch: Put intlist.ld into Cmake 2019-05-20 22:28:28 -04:00
nocache.ld arch: common: nocache: fix linker section definition 2019-06-19 09:08:40 -07:00
ramfunc.ld arch: Port the ramfunc section to the Cmake function 2019-05-20 22:28:28 -04:00
sw_isr_common.c arch/common: Provide a weak, generic z_arch_irq_connect_dynamic() 2019-08-22 17:53:51 -04:00
timing_info_bench.c tests: benchmark: timing_info: Fixed incorrect results. 2019-04-05 16:10:27 -04:00