[lwip-users] Core locking with NO_SYS

2022-12-30 Thread Christoph M. Wintersteiger
I'm getting some mixed signals about core locking and I wonder whether someone could clarify this. The documentation for LWIP_ASSERT_CORE_LOCKED (https://www.nongnu.org/lwip/2_1_x/group__lwip__opts__lock.html#ga6a30040db3 07b3459fc11906bd433f75 ) says: Not in ISR (this should be checked for NO_

Re: [lwip-users] [OT] Sync local time to NTP

2022-12-30 Thread Thompson, Jeff
I'm seeing demand for NTS rather than SNTP. I’d be interested in an implementation of that. Jeff Thompson | Senior Electrical Engineer - Firmware +1 704 752 6513 x1394 www.invue.com -Original Message- From: lwip-users-bounces+jeffthompson=invue@nongnu.org On Behalf Of Giuseppe Mo

[lwip-users] [OT] Sync local time to NTP

2022-12-30 Thread Giuseppe Modugno
The typical scenario of lwip is an embedded platform. When a wall clock is needed and the device is network connected, NTP is usually used to retrieve automatically the correct time at startup and stay in sync with an accurate reference (in other cases, the user can set a time as he wants). Co