mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-06-11 00:18:47 +08:00
feat(lib): remove wpa lib
This commit is contained in:
@ -66,7 +66,7 @@ else()
|
|||||||
target_link_libraries(${COMPONENT_LIB} PUBLIC "-L ${CMAKE_CURRENT_SOURCE_DIR}/lib" "-lstdc++")
|
target_link_libraries(${COMPONENT_LIB} PUBLIC "-L ${CMAKE_CURRENT_SOURCE_DIR}/lib" "-lstdc++")
|
||||||
target_compile_definitions(${COMPONENT_LIB} PUBLIC -DUSING_IBUS_FASTER_GET)
|
target_compile_definitions(${COMPONENT_LIB} PUBLIC -DUSING_IBUS_FASTER_GET)
|
||||||
if(NOT CONFIG_NO_BLOBS)
|
if(NOT CONFIG_NO_BLOBS)
|
||||||
set(blobs "gcc" "hal" "core" "net80211" "phy" "rtc" "clk" "pp" "smartconfig" "ssc" "wpa" "espnow" "wps" "wpa2")
|
set(blobs "gcc" "hal" "core" "net80211" "phy" "rtc" "clk" "pp" "smartconfig" "ssc" "espnow" "wps" "wpa2")
|
||||||
foreach(blob ${blobs})
|
foreach(blob ${blobs})
|
||||||
add_library(${blob} STATIC IMPORTED)
|
add_library(${blob} STATIC IMPORTED)
|
||||||
set_property(TARGET ${blob} PROPERTY IMPORTED_LOCATION ${CMAKE_CURRENT_SOURCE_DIR}/lib/lib${blob}.a)
|
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_NO_BLOBS
|
||||||
ifndef CONFIG_ESP8266_WIFI_DEBUG_LOG_ENABLE
|
ifndef CONFIG_ESP8266_WIFI_DEBUG_LOG_ENABLE
|
||||||
LIBS += gcc hal core net80211 \
|
LIBS += gcc hal core net80211 \
|
||||||
phy rtc clk pp smartconfig ssc wpa espnow wps wpa2
|
phy rtc clk pp smartconfig ssc espnow wps wpa2
|
||||||
else
|
else
|
||||||
LIBS += gcc hal core_dbg net80211_dbg \
|
LIBS += gcc hal core_dbg net80211_dbg \
|
||||||
phy rtc clk pp_dbg smartconfig ssc wpa_dbg espnow_dbg wps_dbg wpa2_dbg
|
phy rtc clk pp_dbg smartconfig ssc espnow_dbg wps_dbg wpa2_dbg
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -2,7 +2,6 @@ gwen:
|
|||||||
core: 8d27139
|
core: 8d27139
|
||||||
net80211: 8d27139
|
net80211: 8d27139
|
||||||
pp: 56518b7
|
pp: 56518b7
|
||||||
wpa: 56518b7
|
|
||||||
espnow: 56518b7
|
espnow: 56518b7
|
||||||
wps: 56518b7
|
wps: 56518b7
|
||||||
wpa2: 56518b7
|
wpa2: 56518b7
|
||||||
|
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user