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

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: [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 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: [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-12 Thread Christian Mauderer
On 12/09/2019 10:28, Vijay Kumar Banerjee wrote: > > > > On Wed, Sep 11, 2019 at 4:38 PM Christian Mauderer > > wrote: > > On 11/09/2019 10:48, Vijay Kumar Banerjee wrote: > > > >  Hi, > > > > Since adding I2C in BBB

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

2019-09-12 Thread Vijay Kumar Banerjee
On Wed, Sep 11, 2019 at 4:38 PM Christian Mauderer < christian.maude...@embedded-brains.de> wrote: > On 11/09/2019 10:48, Vijay Kumar Banerjee wrote: > > > > Hi, > > > > Since adding I2C in BBB initialization seems like the right solution, > > should we ask > > in devel and user lists in a

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

2019-09-11 Thread Christian Mauderer
On 11/09/2019 10:48, Vijay Kumar Banerjee wrote: > > > > On Thu, Sep 5, 2019 at 3:08 PM Christian Mauderer > > wrote: > > Sorry for the late reply. This mail slipped my attention. > > On 03/09/2019 08:22, Chris Johns wrote: > > On

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

2019-09-11 Thread Vijay Kumar Banerjee
On Thu, Sep 5, 2019 at 3:08 PM Christian Mauderer < christian.maude...@embedded-brains.de> wrote: > Sorry for the late reply. This mail slipped my attention. > > On 03/09/2019 08:22, Chris Johns wrote: > > On 3/9/19 3:30 pm, Christian Mauderer wrote: > >> On 03/09/2019 01:46, Chris Johns wrote: >

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

2019-09-05 Thread Christian Mauderer
Sorry for the late reply. This mail slipped my attention. On 03/09/2019 08:22, Chris Johns wrote: > On 3/9/19 3:30 pm, Christian Mauderer wrote: >> On 03/09/2019 01:46, Chris Johns wrote: >>> On 2/9/19 5:42 pm, Vijay Kumar Banerjee wrote: On Mon, Sep 2, 2019 at 4:34 AM Chris Johns >>>

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

2019-09-03 Thread Chris Johns
On 3/9/19 3:30 pm, Christian Mauderer wrote: > On 03/09/2019 01:46, Chris Johns wrote: >> On 2/9/19 5:42 pm, Vijay Kumar Banerjee wrote: >>> On Mon, Sep 2, 2019 at 4:34 AM Chris Johns >> > wrote: >>> > +     puts("\nRTEMS I2C TEST\n"); >>> > +     exit_code =

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

2019-09-02 Thread Christian Mauderer
On 03/09/2019 01:46, Chris Johns wrote: > On 2/9/19 5:42 pm, Vijay Kumar Banerjee wrote: >> On Mon, Sep 2, 2019 at 4:34 AM Chris Johns > > wrote: >> > +     puts("\nRTEMS I2C TEST\n"); >> > +     exit_code = bbb_register_i2c_0(); >> > +     assert(exit_code ==

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

2019-09-02 Thread Vijay Kumar Banerjee
On Tue, Sep 3, 2019 at 5:15 AM Chris Johns wrote: > On 3/9/19 4:56 am, Vijay Kumar Banerjee wrote: > > > +void > > > +libbsdhelper_start_shell(rtems_task_priority prio) > > > +{ > > > + rtems_status_code sc = rtems_shell_init( > > > +

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

2019-09-02 Thread Chris Johns
On 3/9/19 4:56 am, Vijay Kumar Banerjee wrote: > > +void > > +libbsdhelper_start_shell(rtems_task_priority prio) > > +{ > > +     rtems_status_code sc = rtems_shell_init( > > +             "SHLL", > > +             STACK_SIZE_SHELL, > > +     

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

2019-09-02 Thread Chris Johns
On 2/9/19 5:42 pm, Vijay Kumar Banerjee wrote: > On Mon, Sep 2, 2019 at 4:34 AM Chris Johns > wrote: > > +     puts("\nRTEMS I2C TEST\n"); > > +     exit_code = bbb_register_i2c_0(); > > +     assert(exit_code == 0); > > Is this needed for the display to

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

2019-09-02 Thread Vijay Kumar Banerjee
> > > +void >> > +libbsdhelper_start_shell(rtems_task_priority prio) >> > +{ >> > + rtems_status_code sc = rtems_shell_init( >> > + "SHLL", >> > + STACK_SIZE_SHELL, >> > + prio, >> > + CONSOLE_DEVICE_NAME, >> > + false, >> > +

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

2019-09-02 Thread Vijay Kumar Banerjee
On Mon, Sep 2, 2019 at 4:34 AM Chris Johns wrote: > Hi, > > > Thank you for the patch. > > Can this please be moved as lvgl/hello? It would allow for other examples > to be > added. > > We need a test for liblvgl.a. Maybe lvgl/wscript can check and not build > if not > found. > > OK. Understood.

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

2019-09-01 Thread Chris Johns
Hi, Thank you for the patch. Can this please be moved as lvgl/hello? It would allow for other examples to be added. We need a test for liblvgl.a. Maybe lvgl/wscript can check and not build if not found. On 31/8/19 4:23 am, Vijay Kumar Banerjee wrote: > --- > README | 2 +- >

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

2019-08-30 Thread Vijay Kumar Banerjee
--- README | 2 +- lvgl_hello/README | 6 ++ lvgl_hello/test.c | 180 + lvgl_hello/wscript | 25 +++ wscript| 1 + 5 files changed, 213 insertions(+), 1 deletion(-) create mode 100644 lvgl_hello/README create mode