File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
boards/riscv/esp32c3_devkitm Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ choice BT_HCI_BUS_TYPE
1919 default BT_ESP32
2020endchoice
2121
22- endif # BT
22+ endif # BT
Original file line number Diff line number Diff 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 );
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments