Skip to content

Commit

Permalink
soc: riscv: esp32c3: update west version
Browse files Browse the repository at this point in the history
to enable wifi subsystem for esp32c3, also
update the linker with proper wlog sections.

Signed-off-by: Felipe Neves <felipe.neves@espressif.com>
  • Loading branch information
Felipe Neves authored and cfriedt committed Sep 30, 2021
1 parent d4ed7f6 commit 6020afe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion boards/riscv/esp32c3_devkitm/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ choice BT_HCI_BUS_TYPE
default BT_ESP32
endchoice

endif # BT
endif # BT
2 changes: 2 additions & 0 deletions soc/riscv/esp32c3/linker.ld
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,8 @@ SECTIONS
*(".srodata.*")
*(.rodata)
*(.rodata.*)
*(.rodata_wlog)
*(.rodata_wlog*)
_thread_local_end = ABSOLUTE(.);
_rodata_reserved_end = ABSOLUTE(.);
. = ALIGN(4);
Expand Down
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ manifest:
groups:
- hal
- name: hal_espressif
revision: 6cb37487b6ee42f96b4ba0d4719bb5759b098822
revision: 2f438dfde14900d35bf703ddc4c0f71efc0d065f
path: modules/hal/espressif
west-commands: west/west-commands.yml
groups:
Expand Down

0 comments on commit 6020afe

Please sign in to comment.