Skip to content

Commit

Permalink
esp32c6: wifi: add coexist linker file
Browse files Browse the repository at this point in the history
Apply changes needed after syncing hal to latest.

Signed-off-by: Sylvio Alves <[email protected]>
  • Loading branch information
sylvioalves committed Jan 16, 2025
1 parent 025e987 commit 84720c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zephyr/esp32c6/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ if(CONFIG_SOC_SERIES_ESP32C6)
## esp-idf wifi libs refer gcc libs symbols, so linked in libgcc
gcc
-L${CMAKE_CURRENT_SOURCE_DIR}/../blobs/lib/${CONFIG_SOC_SERIES}
-T${CMAKE_CURRENT_SOURCE_DIR}/../../components/esp_rom/${CONFIG_SOC_SERIES}/ld/${CONFIG_SOC_SERIES}.rom.coexist.ld
-T${CMAKE_CURRENT_SOURCE_DIR}/../../components/esp_rom/${CONFIG_SOC_SERIES}/ld/${CONFIG_SOC_SERIES}.rom.pp.ld
-T${CMAKE_CURRENT_SOURCE_DIR}/../../components/esp_rom/${CONFIG_SOC_SERIES}/ld/${CONFIG_SOC_SERIES}.rom.phy.ld
-T${CMAKE_CURRENT_SOURCE_DIR}/../../components/esp_rom/${CONFIG_SOC_SERIES}/ld/${CONFIG_SOC_SERIES}.rom.net80211.ld
Expand Down

0 comments on commit 84720c7

Please sign in to comment.