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:
Dong Heng
2019-09-09 12:00:32 +08:00
6 changed files with 4 additions and 4 deletions

View File

@ -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)

View File

@ -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

View File

@ -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

Binary file not shown.

BIN
components/esp8266/lib/librtc.a Executable file

Binary file not shown.

Binary file not shown.