Re: [PATCH rtems-lwip] wscript: Allow deeper lwIP configuration

2022-11-11 Thread Vijay Kumar Banerjee
This is great! This makes it more adaptable with different BSPS. Also, thanks for the documentation. :) On Fri, Nov 11, 2022 at 3:03 PM Kinsey Moore wrote: > > This adds a basic configuration mechanism in config.ini to control which > BSPs are enabled and to alter lwIP's define/macro-based

[PATCH rtems-lwip] wscript: Allow deeper lwIP configuration

2022-11-11 Thread Kinsey Moore
This adds a basic configuration mechanism in config.ini to control which BSPs are enabled and to alter lwIP's define/macro-based configuration directives. Existing builds using --rtems-bsps are unaffected if config.ini is not used. --- README | 14 ++ wscript | 60