zephyr/soc/riscv/esp32c3
Gerard Marull-Paretas 736a1a9113 soc: riscv: remove usage of SOC_ERET
All SOC_ERET definitions expand to the mret instruction (used to return
from a trap: exception or interruption). The 'eret' instruction existed
in previous RISC-V privileged specs, but it doesn't seem to be used in
Zephyr (ref. RISC-V Privileged Architectures 3.2.2).

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2022-08-04 13:44:48 +02:00
..
CMakeLists.txt soc: riscv: esp32c3: fixes flash size reference 2022-02-07 13:22:25 -05:00
Kconfig.defconfig soc: esp32: opt to make device handles in dram 2022-06-22 12:27:43 +02:00
Kconfig.soc riscv: Rework and cleanup Kconfig 2022-06-05 14:28:42 +02:00
idle.c soc: migrate includes to <zephyr/...> 2022-05-06 19:57:59 +02:00
linker.ld linker: esp32: fix flash linking reference 2022-06-22 12:27:32 +02:00
loader.c soc: migrate includes to <zephyr/...> 2022-05-06 19:57:59 +02:00
pinctrl_soc.h soc: esp32/s2/c3: pinctrl: update pin init macros 2022-07-01 16:22:18 +00:00
soc.c soc: migrate includes to <zephyr/...> 2022-05-06 19:57:59 +02:00
soc.h soc: riscv: remove usage of SOC_ERET 2022-08-04 13:44:48 +02:00
soc_irq.S asm: update files with <zephyr/...> include prefix 2022-05-09 12:45:29 -04:00
soc_irq.c esp32c3: Avoid circular header inclusion 2022-07-07 10:00:20 +02:00
vectors.S riscv: Rename __irq_wrapper to _isr_wrapper 2022-06-21 20:27:20 -04:00