mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-07-02 23:10:08 +08:00
Merge branch 'feature/update_libphy' into 'master'
esp8266: update libphy from to version 1149 See merge request sdk/ESP8266_RTOS_SDK!1063
This commit is contained in:
@ -63,7 +63,7 @@ else()
|
||||
target_link_libraries(${COMPONENT_LIB} PUBLIC "-L ${CMAKE_CURRENT_SOURCE_DIR}/lib" "-lstdc++")
|
||||
|
||||
if(NOT CONFIG_NO_BLOBS)
|
||||
set(blobs "gcc" "hal" "core" "net80211" "phy" "clk" "pp" "smartconfig" "ssc" "wpa" "espnow" "wps")
|
||||
set(blobs "gcc" "hal" "core" "net80211" "phy" "rtc" "clk" "pp" "smartconfig" "ssc" "wpa" "espnow" "wps")
|
||||
foreach(blob ${blobs})
|
||||
add_library(${blob} STATIC IMPORTED)
|
||||
set_property(TARGET ${blob} PROPERTY IMPORTED_LOCATION ${CMAKE_CURRENT_SOURCE_DIR}/lib/lib${blob}.a)
|
||||
|
@ -13,10 +13,10 @@ LIBS ?=
|
||||
ifndef CONFIG_NO_BLOBS
|
||||
ifndef CONFIG_ESP8266_WIFI_DEBUG_LOG_ENABLE
|
||||
LIBS += gcc hal core net80211 \
|
||||
phy clk pp smartconfig ssc wpa espnow wps
|
||||
phy rtc clk pp smartconfig ssc wpa espnow wps
|
||||
else
|
||||
LIBS += gcc hal core_dbg net80211_dbg \
|
||||
phy clk pp_dbg smartconfig ssc wpa_dbg espnow_dbg wps_dbg
|
||||
phy rtc clk pp_dbg smartconfig ssc wpa_dbg espnow_dbg wps_dbg
|
||||
endif
|
||||
endif
|
||||
|
||||
|
@ -7,4 +7,4 @@ gwen:
|
||||
wps: 743c778
|
||||
|
||||
smartconfig: 2.8.2
|
||||
phy: 1055_22
|
||||
phy: 1149
|
||||
|
BIN
components/esp8266/lib/libphy.a
Normal file → Executable file
BIN
components/esp8266/lib/libphy.a
Normal file → Executable file
Binary file not shown.
BIN
components/esp8266/lib/librtc.a
Executable file
BIN
components/esp8266/lib/librtc.a
Executable file
Binary file not shown.
BIN
examples/system/factory-test/components/rf_test/lib/librftest.a
Normal file → Executable file
BIN
examples/system/factory-test/components/rf_test/lib/librftest.a
Normal file → Executable file
Binary file not shown.
Reference in New Issue
Block a user