mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
Merge branch 'feat/update_phylib_on_s31_c6_for_track_v5.4' into 'release/v5.4'
feat(phy): update phy lib for esp32s31 & esp32c6 for track (v5.4) See merge request espressif/esp-idf!50793
This commit is contained in:
@@ -94,10 +94,10 @@ if(CONFIG_ESP_PHY_ENABLED)
|
||||
librftest.a $<TARGET_FILE:${esp_phy_lib}>)
|
||||
elseif(CONFIG_IDF_TARGET_ESP32S2)
|
||||
target_link_libraries(${COMPONENT_LIB} INTERFACE $<TARGET_FILE:${esp_phy_lib}> librftest.a
|
||||
librfate.a $<TARGET_FILE:${esp_phy_lib}>)
|
||||
$<TARGET_FILE:${esp_phy_lib}>)
|
||||
else()
|
||||
target_link_libraries(${COMPONENT_LIB} INTERFACE $<TARGET_FILE:${esp_phy_lib}> libbttestmode.a
|
||||
librfate.a librftest.a $<TARGET_FILE:${esp_phy_lib}>)
|
||||
librftest.a $<TARGET_FILE:${esp_phy_lib}>)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
||||
Submodule components/esp_phy/lib updated: 59c1234e92...5695f4f381
Reference in New Issue
Block a user