zephyr/soc/riscv/openisa_rv32m1
Carlo Caione 741b9dc65d riscv: Rename __irq_wrapper to _isr_wrapper
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>
2022-06-21 20:27:20 -04:00
..
CMakeLists.txt
Kconfig
Kconfig.defconfig soc: riscv: openisa: rv32m1: remove default pinmux configuration 2022-05-05 13:34:39 -05:00
Kconfig.soc riscv: Rework and cleanup Kconfig 2022-06-05 14:28:42 +02:00
linker.ld linker: update files with <zephyr/...> include prefix 2022-05-09 12:45:29 -04:00
pinctrl_soc.h
soc.c soc: migrate includes to <zephyr/...> 2022-05-06 19:57:59 +02:00
soc.h
soc_context.h
soc_irq.S asm: update files with <zephyr/...> include prefix 2022-05-09 12:45:29 -04:00
soc_offsets.h
soc_ri5cy.h
soc_zero_riscy.h
vector.S riscv: Rename __irq_wrapper to _isr_wrapper 2022-06-21 20:27:20 -04:00
vector_table.ld riscv: Rename __irq_wrapper to _isr_wrapper 2022-06-21 20:27:20 -04:00
wdog.S asm: update files with <zephyr/...> include prefix 2022-05-09 12:45:29 -04:00