Skip to content

Commit 002bd57

Browse files
committed
Merge branch 'feature/use_sntp_in_lwip' into 'master'
feat(lwip): Use sntp in lwip See merge request sdk/ESP8266_RTOS_SDK!121
2 parents 63d3006 + dc24f36 commit 002bd57

File tree

10 files changed

+25
-509
lines changed

10 files changed

+25
-509
lines changed

components/esp8266/component.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COMPONENT_SRCDIRS := driver source
77

88
LIBS ?=
99
ifndef CONFIG_NO_BLOBS
10-
LIBS += airkiss cirom crypto espnow gcc hal core minic mirom net80211 \
10+
LIBS += airkiss cirom crypto espnow gcc hal core mirom net80211 \
1111
phy pp pwm smartconfig ssc wpa wps
1212
endif
1313

components/lwip/Kconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,11 @@ config LWIP_IP6_DEBUG
174174
depends on LWIP_DEBUG
175175
default n
176176

177+
config LWIP_SNTP_DEBUG
178+
bool "Enable debugging for SNTP."
179+
depends on LWIP_DEBUG
180+
default n
181+
177182
config LWIP_SO_REUSE
178183
bool "Enable SO_REUSEADDR option"
179184
default n

components/lwip/apps/sntp/sntp_time.c

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

0 commit comments

Comments
 (0)