Re: [PATCH rtems-lwip v2] lwip.py: Move bsp-specific information out

2022-11-10 Thread Vijay Kumar Banerjee
Thanks for the patch. The v2 looks good. Tested the build with beagleboneblack On Wed, Nov 9, 2022 at 9:33 PM Kinsey Moore wrote: > > This moves all BSP-specific information out of lwip.py and into JSON > descriptions of the files required to compile the drivers for each BSP. > > Note that file-i

[PATCH rtems-lwip v2] lwip.py: Move bsp-specific information out

2022-11-09 Thread Kinsey Moore
This moves all BSP-specific information out of lwip.py and into JSON descriptions of the files required to compile the drivers for each BSP. Note that file-import.json is kept separate because it is used to manage updating from upstream. --- COPYING.defs | 23 +++