Re: [PATCH 0/3] sntp for NET_LWIP

2025-06-02 Thread Tom Rini
On Mon, Jun 02, 2025 at 08:35:31PM +0200, Heinrich Schuchardt wrote: > Am 2. Juni 2025 20:06:08 MESZ schrieb E Shattow : > > > > > >On 6/2/25 01:11, Jerome Forissier wrote: > >> Hi Tim, > >> > >> On 5/30/25 17:46, Tim Harvey wrote: > >>> On Wed, May 21, 2025 at 8:15 AM Jerome Forissier > >>> wrot

Re: [PATCH 0/3] sntp for NET_LWIP

2025-06-02 Thread Heinrich Schuchardt
Am 2. Juni 2025 20:06:08 MESZ schrieb E Shattow : > > >On 6/2/25 01:11, Jerome Forissier wrote: >> Hi Tim, >> >> On 5/30/25 17:46, Tim Harvey wrote: >>> On Wed, May 21, 2025 at 8:15 AM Jerome Forissier >>> wrote: Implement the sntp command with lwIP (CONFIG_NET_LWIP=y). SNTP is sup

Re: [PATCH 0/3] sntp for NET_LWIP

2025-06-02 Thread E Shattow
On 6/2/25 01:11, Jerome Forissier wrote: > Hi Tim, > > On 5/30/25 17:46, Tim Harvey wrote: >> On Wed, May 21, 2025 at 8:15 AM Jerome Forissier >> wrote: >>> >>> Implement the sntp command with lwIP (CONFIG_NET_LWIP=y). SNTP is >>> supported as an app in lib/lwip/lwip/src/apps/sntp/sntp.c so th

Re: [PATCH 0/3] sntp for NET_LWIP

2025-06-02 Thread Jerome Forissier
Hi Tim, On 5/30/25 17:46, Tim Harvey wrote: > On Wed, May 21, 2025 at 8:15 AM Jerome Forissier > wrote: >> >> Implement the sntp command with lwIP (CONFIG_NET_LWIP=y). SNTP is >> supported as an app in lib/lwip/lwip/src/apps/sntp/sntp.c so this is >> mainly about adding that file to the build and

Re: [PATCH 0/3] sntp for NET_LWIP

2025-05-30 Thread Tim Harvey
On Wed, May 21, 2025 at 8:15 AM Jerome Forissier wrote: > > Implement the sntp command with lwIP (CONFIG_NET_LWIP=y). SNTP is > supported as an app in lib/lwip/lwip/src/apps/sntp/sntp.c so this is > mainly about adding that file to the build and writing do_sntp() to use > the sntp_*() API and run

[PATCH 0/3] sntp for NET_LWIP

2025-05-21 Thread Jerome Forissier
Implement the sntp command with lwIP (CONFIG_NET_LWIP=y). SNTP is supported as an app in lib/lwip/lwip/src/apps/sntp/sntp.c so this is mainly about adding that file to the build and writing do_sntp() to use the sntp_*() API and run the receive & timer loop. There is a patch to extract a small bit o