Re: [PATCH] update rtems_waf

2019-09-17 Thread Vijay Kumar Banerjee
On Fri, Sep 13, 2019 at 9:00 AM Chris Johns wrote: > On 11/9/19 6:14 pm, Vijay Kumar Banerjee wrote: > > ping :) > > Sorry about the delay. OK to push. > > Hi, Thanks for the review! Can you please push this. :) Also, the github descript for rtems-examples has the wrong link, it needs to be

Re: LLVM on openSUSE 15.1

2019-09-17 Thread Sebastian Huber
On 17/09/2019 08:07, Chris Johns wrote: On 17/9/19 3:32 pm, Sebastian Huber wrote: Hello, I didn't get far: config.status: creating t/wrap/automake-1.12 + make -j 12 all   GEN  automake   GEN  aclocal   GEN  t/ax/shell-no-trail-bslash   GEN  doc/aclocal.1   GEN 

Re: [PATCH] Add lvgl_hello: Sample Hello world app using littleVGL and libbsd

2019-09-17 Thread Vijay Kumar Banerjee
On Thu, Sep 12, 2019 at 2:37 PM Christian Mauderer < christian.maude...@embedded-brains.de> wrote: > > > On 12/09/2019 10:28, Vijay Kumar Banerjee wrote: > > > > > > > > On Wed, Sep 11, 2019 at 4:38 PM Christian Mauderer > > > > wrote: > > > > On

Re: [PATCH] Add lvgl_hello: Sample Hello world app using littleVGL and libbsd

2019-09-17 Thread Christian Mauderer
On 17/09/2019 08:46, Vijay Kumar Banerjee wrote: > > > On Thu, Sep 12, 2019 at 2:37 PM Christian Mauderer > > wrote: > > > > On 12/09/2019 10:28, Vijay Kumar Banerjee wrote: > > > > > > > > On Wed, Sep 11, 2019 at 4:38 PM

Re: LLVM on openSUSE 15.1

2019-09-17 Thread Chris Johns
On 17/9/19 3:32 pm, Sebastian Huber wrote: > Hello, > > I didn't get far: > > config.status: creating t/wrap/automake-1.12 > + make -j 12 all >   GEN  automake >   GEN  aclocal >   GEN  t/ax/shell-no-trail-bslash >   GEN  doc/aclocal.1 >   GEN  doc/automake.1 >   GEN 

Re: LLVM on openSUSE 15.1

2019-09-17 Thread Chris Johns
On 17/9/19 4:07 pm, Sebastian Huber wrote: > On 17/09/2019 08:07, Chris Johns wrote: >> On 17/9/19 3:32 pm, Sebastian Huber wrote: >>> Hello, >>> >>> I didn't get far: >>> >>> config.status: creating t/wrap/automake-1.12 >>> + make -j 12 all >>>    GEN  automake >>>    GEN  aclocal >>>   

Re: LLVM on openSUSE 15.1

2019-09-17 Thread Sebastian Huber
On 17/09/2019 08:07, Sebastian Huber wrote: On 17/09/2019 08:07, Chris Johns wrote: On 17/9/19 3:32 pm, Sebastian Huber wrote: Hello, I didn't get far: config.status: creating t/wrap/automake-1.12 + make -j 12 all    GEN  automake    GEN  aclocal    GEN 

Re: [PATCH] update rtems_waf

2019-09-17 Thread Christian Mauderer
On 17/09/2019 08:51, Vijay Kumar Banerjee wrote: > > > > On Fri, Sep 13, 2019 at 9:00 AM Chris Johns > wrote: > > On 11/9/19 6:14 pm, Vijay Kumar Banerjee wrote: > > ping :) > > Sorry about the delay. OK to push. > > Hi, > Thanks for the review! > Can

Re: [PATCH] Add lvgl_hello: Sample Hello world app using littleVGL and libbsd

2019-09-17 Thread Vijay Kumar Banerjee
On Tue, Sep 17, 2019 at 2:21 PM Christian Mauderer wrote: > On 17/09/2019 08:46, Vijay Kumar Banerjee wrote: > > > > > > On Thu, Sep 12, 2019 at 2:37 PM Christian Mauderer > > > > wrote: > > > > > > > > On 12/09/2019 10:28, Vijay Kumar Banerjee

Re: [PATCH] Add lvgl_hello: Sample Hello world app using littleVGL and libbsd

2019-09-17 Thread Christian Mauderer
On 17/09/2019 21:04, Vijay Kumar Banerjee wrote: > > > > On Tue, Sep 17, 2019 at 2:21 PM Christian Mauderer > wrote: > > On 17/09/2019 08:46, Vijay Kumar Banerjee wrote: > > > > > > On Thu, Sep 12, 2019 at 2:37 PM Christian Mauderer > >

Re: llvm on CentOS 7

2019-09-17 Thread dufault
> On Sep 16, 2019, at 17:52 , Joel Sherrill wrote: > > I need to install that! That’s in regards to: >> >> You can also install “devtoolset-7” from the CentOS Software Collection Sig >> (https://wiki.centos.org/SpecialInterestGroup/SCLo). I have that installed. >>

Re: [PATCH] Add lvgl_hello: Sample Hello world app using littleVGL and libbsd

2019-09-17 Thread Vijay Kumar Banerjee
On Wed, Sep 18, 2019 at 12:54 AM Christian Mauderer wrote: > > > Hi, > > I followed the error and figured out that the reason for the error was a > > call to > > `rtems_task_wake_after` which was coming from the `udelay()` call in > bbb-i2c > > in function `am335x_i2c_reset`. For now, commenting

[PATCH 0/1] Add i2c in Beagle initialization

2019-09-17 Thread Vijay Kumar Banerjee
Hello, The following patch adds i2c device initialization in BBB. The intention is to have th i2c-0 device created during initialization so that the libbsd applications can use the RTEMS i2c device on Beaglebone black without the need to call the i2c register api from the application. If there's

Re: [PATCH] update rtems_waf

2019-09-17 Thread Chris Johns
On 17/9/19 6:49 pm, Christian Mauderer wrote: > On 17/09/2019 08:51, Vijay Kumar Banerjee wrote: >> On Fri, Sep 13, 2019 at 9:00 AM Chris Johns > > wrote: >> >> On 11/9/19 6:14 pm, Vijay Kumar Banerjee wrote: >> > ping :) >> >> Sorry about the delay. OK to

[PATCH v2] Add lvgl/hello: Sample Hello world app using littleVGL and libbsd

2019-09-17 Thread Vijay Kumar Banerjee
--- README | 2 +- lvgl/README| 6 ++ lvgl/hello/test.c | 154 + lvgl/hello/wscript | 30 + lvgl/wscript | 13 wscript| 9 ++- 6 files changed, 212 insertions(+), 2 deletions(-) create mode

[PATCH 1/1] bsps/beagle: register i2c device at initialization

2019-09-17 Thread Vijay Kumar Banerjee
--- bsps/arm/beagle/i2c/bbb-i2c.c| 6 +++--- bsps/arm/beagle/start/bspstart.c | 13 + 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/bsps/arm/beagle/i2c/bbb-i2c.c b/bsps/arm/beagle/i2c/bbb-i2c.c index 37b88864b9..f705078085 100644 ---

Re: [PATCH 0/1] Add i2c in Beagle initialization

2019-09-17 Thread Chris Johns
On 18/9/19 8:03 am, Vijay Kumar Banerjee wrote: > The following patch adds i2c device initialization in BBB. > The intention is to have th i2c-0 device created during > initialization so that the libbsd applications can use the > RTEMS i2c device on Beaglebone black without the need to > call the

Re: [PATCH v2] Add lvgl/hello: Sample Hello world app using littleVGL and libbsd

2019-09-17 Thread Chris Johns
On 18/9/19 7:31 am, Vijay Kumar Banerjee wrote: > diff --git a/lvgl/hello/wscript b/lvgl/hello/wscript > new file mode 100644 > index 000..c706491 > --- /dev/null > +++ b/lvgl/hello/wscript > @@ -0,0 +1,30 @@ > +# Copyright 2019 Vijay Kumar Banerjee (vijaykumar9...@gmail.com) > +# > +# This

Re: LLVM on openSUSE 15.1

2019-09-17 Thread Chris Johns
On 18/9/19 3:36 pm, Sebastian Huber wrote: > On 17/09/2019 08:07, Sebastian Huber wrote: >> >> >> On 17/09/2019 08:07, Chris Johns wrote: >>> On 17/9/19 3:32 pm, Sebastian Huber wrote: Hello, I didn't get far: config.status: creating t/wrap/automake-1.12 + make -j 12

Re: LLVM on openSUSE 15.1

2019-09-17 Thread Sebastian Huber
On 17/09/2019 08:07, Sebastian Huber wrote: On 17/09/2019 08:07, Chris Johns wrote: On 17/9/19 3:32 pm, Sebastian Huber wrote: Hello, I didn't get far: config.status: creating t/wrap/automake-1.12 + make -j 12 all    GEN  automake    GEN  aclocal    GEN