Re: [PATCH rtems-lwip 4/5] lwip.py: Add STM32 lwIP port to build

2022-09-04 Thread Duc Doan
Hello Chris, Thank you for pointing them out. I'll fix them in the next patch set. Best, Duc On Mon, 2022-09-05 at 09:05 +1000, Chris Johns wrote: > On 4/9/2022 11:25 am, Duc Doan wrote: > > --- > >  lwip.py | 20 +++- > >  1 file changed, 19 insertions(+), 1 deletion(-) > > >

Re: [PATCH rtems-lwip 4/5] lwip.py: Add STM32 lwIP port to build

2022-09-04 Thread Chris Johns
On 4/9/2022 11:25 am, Duc Doan wrote: > --- > lwip.py | 20 +++- > 1 file changed, 19 insertions(+), 1 deletion(-) > > diff --git a/lwip.py b/lwip.py > index 84eef2c..d806b64 100644 > --- a/lwip.py > +++ b/lwip.py > @@ -92,6 +92,17 @@ common_source_files = [ >

[PATCH rtems-lwip 4/5] lwip.py: Add STM32 lwIP port to build

2022-09-03 Thread Duc Doan
--- lwip.py | 20 +++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/lwip.py b/lwip.py index 84eef2c..d806b64 100644 --- a/lwip.py +++ b/lwip.py @@ -92,6 +92,17 @@ common_source_files = [ 'rtemslwip/bsd_compat/rtems-kernel-program.c' ] +stm32f4_drv_incl = [