David Cermak
|
29b8a00c0a
|
esp_netif/lwip: Fix core-locking config (v4.4)
* Fix thread safety issues in non-core locking
* Add option to verify thread safety issues in lwip (core-lock assertion)
* Make esp_sntp.h thread safe API
* Fix sntp example
(v4.4 - fixes minor merge issue that duplicated
DHCP_DEFINE_CUSTOM_TIMEOUTS and DHCP_REQUEST_TIMEOUT_SEQUENCE)
Closes https://github.com/espressif/esp-idf/issues/9908
Closes https://github.com/espressif/esp-idf/issues/10502
Closes https://github.com/espressif/esp-idf/issues/10466
|
2023-03-21 10:31:20 +01:00 |
|
David Čermák
|
76f6dd6214
|
lwip: Moved default SNTP API to esp_sntp.h
and make sntp.h in port folders of lwip component obsoleted
|
2021-01-13 10:28:34 +08:00 |
|
Konstantin Kondrashov
|
98495e5939
|
sntp: Add API to set update interval
Closes: https://github.com/espressif/esp-idf/issues/4437
Closes: IDFGH-2298
|
2019-12-20 18:26:23 +08:00 |
|
Kerry Jones
|
28d79e242f
|
lwip/sntp: Added extern "C"
so that sntp_set_time_sync_notification_cb can be used from c++
Signed-off-by: Konstantin Kondrashov <konstantin@espressif.com>
Merges: https://github.com/espressif/esp-idf/pull/3700
|
2019-06-28 14:51:28 +08:00 |
|
Konstantin Kondrashov
|
7e5be1b58c
|
sntp/lwip: Add some modes for time synchronization
Closes: IDF-236
Closes: https://github.com/espressif/esp-idf/pull/1668
|
2019-04-15 18:11:47 +08:00 |
|