[PATCH rtems-libbsd] libbsd.py: Build i2c shell command

2021-03-26 Thread Vijay Kumar Banerjee
--- libbsd.py | 1 + 1 file changed, 1 insertion(+) diff --git a/libbsd.py b/libbsd.py index f7efda43..fe0566e7 100644 --- a/libbsd.py +++ b/libbsd.py @@ -258,6 +258,7 @@ class rtems(builder.Module): 'rtems/rtems-bsd-rc-conf.c', 'rtems/rtems-bsd-set-if-input.c',

Re: [PATCH rtems-libbsd] libbsd.py: Build i2c shell command

2021-03-29 Thread Vijay Kumar Banerjee
Ping :) On Fri, Mar 26, 2021 at 2:40 PM Vijay Kumar Banerjee wrote: > > --- > libbsd.py | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/libbsd.py b/libbsd.py > index f7efda43..fe0566e7 100644 > --- a/libbsd.py > +++ b/libbsd.py > @@ -258,6 +258,7 @@ class rtems(builder.Module): >

Re: [PATCH rtems-libbsd] libbsd.py: Build i2c shell command

2021-03-31 Thread Chris Johns
I am fine with this. I did not know it existed. On 27/3/21 7:40 am, Vijay Kumar Banerjee wrote: > --- > libbsd.py | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/libbsd.py b/libbsd.py > index f7efda43..fe0566e7 100644 > --- a/libbsd.py > +++ b/libbsd.py > @@ -258,6 +258,7 @@ class rtems

Re: [PATCH rtems-libbsd] libbsd.py: Build i2c shell command

2021-03-31 Thread Vijay Kumar Banerjee
On Wed, Mar 31, 2021 at 4:20 PM Chris Johns wrote: > > I am fine with this. I did not know it existed. > Thanks. Pushed. Best regards, Vijay > On 27/3/21 7:40 am, Vijay Kumar Banerjee wrote: > > --- > > libbsd.py | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/libbsd.py b/libbsd.p