Skip to content

Commit f18d811

Browse files
sylvioalvesfabiobaltieri
authored andcommitted
soc: esp32c3: fix soc architecture definition
Update ESP32-C3 architecture as IMC instead IMA. Although not documented, ESP32-S3 supports CSR instructions. It also needs to be enabled, otherwise build will fail. Fixes #53555 Signed-off-by: Sylvio Alves <[email protected]>
1 parent d45788f commit f18d811

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

soc/riscv/esp32c3/Kconfig.soc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ config SOC_ESP32C3
1212
select HAS_ESPRESSIF_HAL
1313
select RISCV_ISA_RV32I
1414
select RISCV_ISA_EXT_M
15-
select RISCV_ISA_EXT_A
15+
select RISCV_ISA_EXT_C
1616
select RISCV_ISA_EXT_ZICSR
17-
select RISCV_ISA_EXT_ZIFENCEI
1817

1918
if SOC_ESP32C3
2019

0 commit comments

Comments
 (0)