zephyr/soc/riscv/esp32c3
Carlo Caione 10061efdc4 riscv: Rework and cleanup Kconfig
This patch is doing several things:

- Core ISA and extension Kconfig symbols have now a formalized name
  (CONFIG_RISCV_ISA_* and CONFIG_RISCV_ISA_EXT_*)

- a new Kconfig.isa file was introduced with the full set of extensions
  currently supported by the v2.2 spec

- a new Kconfig.core file was introduced to host all the RISCV cores
  (currently only E31)

- ISA and extensions settings are moved to SoC configuration files

Signed-off-by: Carlo Caione <ccaione@baylibre.com>
2022-06-05 14:28:42 +02:00
..
CMakeLists.txt soc: riscv: esp32c3: fixes flash size reference 2022-02-07 13:22:25 -05:00
Kconfig.defconfig soc: esp32c3: linker script clean up 2022-04-26 14:26:53 -04: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 ztest: Fix userspace ztests in new API 2022-05-25 11:20:13 +09:00
loader.c soc: migrate includes to <zephyr/...> 2022-05-06 19:57:59 +02:00
pinctrl_soc.h soc: migrate includes to <zephyr/...> 2022-05-06 19:57:59 +02:00
soc.c soc: migrate includes to <zephyr/...> 2022-05-06 19:57:59 +02:00
soc.h soc: migrate includes to <zephyr/...> 2022-05-06 19:57:59 +02:00
soc_irq.S asm: update files with <zephyr/...> include prefix 2022-05-09 12:45:29 -04:00
soc_irq.c soc: migrate includes to <zephyr/...> 2022-05-06 19:57:59 +02:00
vectors.S asm: update files with <zephyr/...> include prefix 2022-05-09 12:45:29 -04:00