Skip to content

Commit

Permalink
Merge branch 'feature/remove_wps_lib' into 'master'
Browse files Browse the repository at this point in the history
feat(lib): remove wps library

See merge request sdk/ESP8266_RTOS_SDK!377
  • Loading branch information
donghengqaz committed Aug 10, 2018
2 parents 3d1844c + 9f19a82 commit af14369
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 145 deletions.
2 changes: 1 addition & 1 deletion components/esp8266/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ register_component()
target_link_libraries(${COMPONENT_NAME} "-L ${CMAKE_CURRENT_SOURCE_DIR}/lib")
if(NOT CONFIG_NO_BLOBS)
target_link_libraries(${COMPONENT_NAME} airkiss crypto espnow gcc hal core mirom
net80211 phy pp pwm smartconfig ssc wpa wps cirom)
net80211 phy pp pwm smartconfig ssc wpa cirom)
endif()

target_link_libraries(${COMPONENT_NAME} "-u call_user_start")
Expand Down
2 changes: 1 addition & 1 deletion components/esp8266/component.mk
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ COMPONENT_SRCDIRS := driver source
LIBS ?=
ifndef CONFIG_NO_BLOBS
LIBS += airkiss crypto espnow gcc hal core net80211 \
phy pp pwm smartconfig ssc wpa wps
phy pp pwm smartconfig ssc wpa
endif

#Linker scripts used to link the final application.
Expand Down
141 changes: 0 additions & 141 deletions components/esp8266/include/esp_wps.h

This file was deleted.

3 changes: 1 addition & 2 deletions components/esp8266/lib/VERSION
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ gwen:
pp: 830c0c8
pwm: 0181338
smartconfig:86a18f3
wpa: f59f0e0
wps: f59f0e0
wpa: f59f0e0
Binary file removed components/esp8266/lib/libwps.a
Binary file not shown.

0 comments on commit af14369

Please sign in to comment.