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 | ||
Kconfig | ||
Kconfig.defconfig | ||
Kconfig.soc | ||
linker.ld | ||
pinctrl_soc.h | ||
soc.c | ||
soc.h | ||
soc_context.h | ||
soc_irq.S | ||
soc_offsets.h | ||
soc_ri5cy.h | ||
soc_zero_riscy.h | ||
vector.S | ||
vector_table.ld | ||
wdog.S |