Skip to content

Commit 0a751af

Browse files
committed
feat(esp8266): Remove unused or unsupported library
1 parent 2c72ce9 commit 0a751af

File tree

11 files changed

+5
-806
lines changed

11 files changed

+5
-806
lines changed

components/esp8266/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ register_component()
1111

1212
target_link_libraries(${COMPONENT_NAME} "-L ${CMAKE_CURRENT_SOURCE_DIR}/lib")
1313
if(NOT CONFIG_NO_BLOBS)
14-
target_link_libraries(${COMPONENT_NAME} airkiss crypto espnow gcc hal core mirom
15-
net80211 phy pp pwm smartconfig ssc wpa cirom)
14+
target_link_libraries(${COMPONENT_NAME} crypto gcc hal core
15+
net80211 phy pp smartconfig ssc wpa)
1616
endif()
1717

1818
target_link_libraries(${COMPONENT_NAME} "-u call_user_start")

components/esp8266/component.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ COMPONENT_SRCDIRS := driver source
1111

1212
LIBS ?=
1313
ifndef CONFIG_NO_BLOBS
14-
LIBS += airkiss crypto espnow gcc hal core net80211 \
15-
phy pp pwm smartconfig ssc wpa
14+
LIBS += crypto gcc hal core net80211 \
15+
phy pp smartconfig ssc wpa
1616
endif
1717

1818
#Linker scripts used to link the final application.

components/esp8266/include/airkiss.h

Lines changed: 0 additions & 150 deletions
This file was deleted.

0 commit comments

Comments
 (0)