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 <felipe.neves@espressif.com>
This commit is contained in:
parent
d4ed7f69d4
commit
6020afe46a
3 changed files with 4 additions and 2 deletions
|
@ -309,6 +309,8 @@ SECTIONS
|
||||||
*(".srodata.*")
|
*(".srodata.*")
|
||||||
*(.rodata)
|
*(.rodata)
|
||||||
*(.rodata.*)
|
*(.rodata.*)
|
||||||
|
*(.rodata_wlog)
|
||||||
|
*(.rodata_wlog*)
|
||||||
_thread_local_end = ABSOLUTE(.);
|
_thread_local_end = ABSOLUTE(.);
|
||||||
_rodata_reserved_end = ABSOLUTE(.);
|
_rodata_reserved_end = ABSOLUTE(.);
|
||||||
. = ALIGN(4);
|
. = ALIGN(4);
|
||||||
|
|
2
west.yml
2
west.yml
|
@ -62,7 +62,7 @@ manifest:
|
||||||
groups:
|
groups:
|
||||||
- hal
|
- hal
|
||||||
- name: hal_espressif
|
- name: hal_espressif
|
||||||
revision: 6cb37487b6ee42f96b4ba0d4719bb5759b098822
|
revision: 2f438dfde14900d35bf703ddc4c0f71efc0d065f
|
||||||
path: modules/hal/espressif
|
path: modules/hal/espressif
|
||||||
west-commands: west/west-commands.yml
|
west-commands: west/west-commands.yml
|
||||||
groups:
|
groups:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue