Skip to content

Commit 6020afe

Browse files
Felipe Nevescfriedt
authored andcommitted
soc: riscv: esp32c3: update west version
to enable wifi subsystem for esp32c3, also update the linker with proper wlog sections. Signed-off-by: Felipe Neves <[email protected]>
1 parent d4ed7f6 commit 6020afe

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

boards/riscv/esp32c3_devkitm/Kconfig.defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ choice BT_HCI_BUS_TYPE
1919
default BT_ESP32
2020
endchoice
2121

22-
endif # BT
22+
endif # BT

soc/riscv/esp32c3/linker.ld

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,8 @@ SECTIONS
309309
*(".srodata.*")
310310
*(.rodata)
311311
*(.rodata.*)
312+
*(.rodata_wlog)
313+
*(.rodata_wlog*)
312314
_thread_local_end = ABSOLUTE(.);
313315
_rodata_reserved_end = ABSOLUTE(.);
314316
. = ALIGN(4);

west.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ manifest:
6262
groups:
6363
- hal
6464
- name: hal_espressif
65-
revision: 6cb37487b6ee42f96b4ba0d4719bb5759b098822
65+
revision: 2f438dfde14900d35bf703ddc4c0f71efc0d065f
6666
path: modules/hal/espressif
6767
west-commands: west/west-commands.yml
6868
groups:

0 commit comments

Comments
 (0)