Re: [PATCH rtems-lwip v2 1/7] lwip.py: Change arch and bsp check method

2022-09-06 Thread Chris Johns
On 7/9/2022 4:41 am, Kinsey Moore wrote: I'm not opposed to this change since it reduces repetition a bit, but was there a particular reason for it beyond that? Yes there is. The arch/bsp checks ... -    if bld.env.RTEMS_ARCH_BSP.startswith('arm-rtems6-tms570ls3137_hdk'): ... included the m

Re: [PATCH rtems-lwip v2 1/7] lwip.py: Change arch and bsp check method

2022-09-06 Thread Kinsey Moore
I'm not opposed to this change since it reduces repetition a bit, but was there a particular reason for it beyond that? Kinsey On 9/6/2022 11:20, Duc Doan wrote: --- lwip.py | 30 +- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/lwip.py b/lwip.

[PATCH rtems-lwip v2 1/7] lwip.py: Change arch and bsp check method

2022-09-06 Thread Duc Doan
--- lwip.py | 30 +- 1 file changed, 17 insertions(+), 13 deletions(-) diff --git a/lwip.py b/lwip.py index 84eef2c..9db5348 100644 --- a/lwip.py +++ b/lwip.py @@ -99,6 +99,8 @@ def build(bld): drv_incl = [] arch_lib_path = rtems.arch_bsp_lib_path(bld.env.RTE