741b9dc65d
For some reasons RISCV is the only arch where the vector table entry is called __irq_wrapper instead of _isr_wrapper. This is not only a cosmetic change but Zephyr expects the common ISR handler to be called _isr_wrapper (for example when generating the IRQ vector table). Change it. find ./ -type f -exec sed -i 's/__irq_wrapper/_isr_wrapper/g' {} \; Signed-off-by: Carlo Caione <ccaione@baylibre.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
check_regs.c | ||
chip_chipregs.h | ||
pinctrl_soc.h | ||
power.c | ||
soc_common.h | ||
soc_common_irq.c | ||
soc_dt.h | ||
soc_espi.h | ||
soc_irq.S | ||
vector.S |