Re: [PATCH rtems-lwip v4 0/7] lwIP port for STM32F4 BSP

2022-09-10 Thread Joel Sherrill
On Fri, Sep 9, 2022, 10:40 PM Kinsey Moore wrote: > I think this may also be waiting on the RTEMS patches to go in based on > the prerequisite comment. > Ok. Monday we can work this out. On 9/9/2022 22:00, Joel Sherrill wrote: > > I'd like to see another ack. Chris? Andrei? Christian? Poke them

Re: [PATCH rtems-lwip v4 0/7] lwIP port for STM32F4 BSP

2022-09-09 Thread Kinsey Moore
I think this may also be waiting on the RTEMS patches to go in based on the prerequisite comment. On 9/9/2022 22:00, Joel Sherrill wrote: I'd like to see another ack. Chris? Andrei? Christian? Poke them on discord please. On Fri, Sep 9, 2022, 9:05 PM Kinsey Moore wrote: This addresses

Re: [PATCH rtems-lwip v4 0/7] lwIP port for STM32F4 BSP

2022-09-09 Thread Joel Sherrill
I'd like to see another ack. Chris? Andrei? Christian? Poke them on discord please. On Fri, Sep 9, 2022, 9:05 PM Kinsey Moore wrote: > This addresses all my issues with the patch, looks good! > > > Kinsey > > On 9/9/2022 18:13, Duc Doan wrote: > > This patch set aims to port RTEMS lwIP for STM32

Re: [PATCH rtems-lwip v4 0/7] lwIP port for STM32F4 BSP

2022-09-09 Thread Kinsey Moore
This addresses all my issues with the patch, looks good! Kinsey On 9/9/2022 18:13, Duc Doan wrote: This patch set aims to port RTEMS lwIP for STM32F4 BSP. It also contains generic drivers for STM32 chips in general. It is tested with a TCP echo server application on STM32F407 Discovery Board.

[PATCH rtems-lwip v4 0/7] lwIP port for STM32F4 BSP

2022-09-09 Thread Duc Doan
This patch set aims to port RTEMS lwIP for STM32F4 BSP. It also contains generic drivers for STM32 chips in general. It is tested with a TCP echo server application on STM32F407 Discovery Board. Prerequisite: this patch set requires my STM32F4 patches to be applied because it uses STM32 HAL. v2: