Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions soc/riscv/esp32c3/Kconfig.soc
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,8 @@ config SOC_ESP32C3
select HAS_ESPRESSIF_HAL
select RISCV_ISA_RV32I
select RISCV_ISA_EXT_M
select RISCV_ISA_EXT_A
select RISCV_ISA_EXT_C
select RISCV_ISA_EXT_ZICSR
select RISCV_ISA_EXT_ZIFENCEI

if SOC_ESP32C3

Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ manifest:
groups:
- hal
- name: hal_espressif
revision: a06af2476671160f19e813c86570a17541f3b07e
revision: 76f8d87d9938482ad73ee71b70323e6479e054a1
path: modules/hal/espressif
west-commands: west/west-commands.yml
groups:
Expand Down