Merge branch 'fix/esp-coex-deps' into 'master'

fix(esp_coex): add missing esp_phy dependency for libcoexist.a symbols

See merge request espressif/esp-idf!48790
This commit is contained in:
Guillaume Souchere
2026-05-22 08:20:46 +02:00

View File

@@ -29,7 +29,7 @@ endif()
idf_component_register(SRCS "${srcs}"
INCLUDE_DIRS "include"
PRIV_REQUIRES esp_timer esp_driver_gpio
PRIV_REQUIRES esp_timer esp_driver_gpio esp_phy
LDFRAGMENTS "${ldfragments}")
if(CONFIG_ESP_COEX_ENABLED)