mirror of
https://github.com/espressif/ESP8266_RTOS_SDK.git
synced 2025-05-22 01:27:11 +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_compile_definitions(${COMPONENT_LIB} PUBLIC -DUSING_IBUS_FASTER_GET)
|
||||
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})
|
||||
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 rtc clk pp smartconfig ssc wpa espnow wps wpa2
|
||||
phy rtc clk pp smartconfig ssc espnow wps wpa2
|
||||
else
|
||||
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
|
||||
|
||||
|
@ -2,7 +2,6 @@ gwen:
|
||||
core: 8d27139
|
||||
net80211: 8d27139
|
||||
pp: 56518b7
|
||||
wpa: 56518b7
|
||||
espnow: 56518b7
|
||||
wps: 56518b7
|
||||
wpa2: 56518b7
|
||||
|
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user