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] lwip.py: Allow lwIP to build against stale install

2022-09-10 Thread Chris Johns
On 10/9/2022 12:07 pm, Kinsey Moore wrote: This removes the default BSP include path from environment variables so that rtems-lwip can build even when there's a stale version with outdated headers installed in the BSP. I am not following what this does and what problem you are attempting to so

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

2022-09-10 Thread Chris Johns
The build systems changes look good. Thanks Chris On 9/9/2022 2:34 am, 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. Prerequisite