Re: [PATCH rtems-littlevgl] Allow to pass custom lv_conf.h and lv_drv_conf.h.

2020-07-09 Thread Christian Mauderer
On 09/07/2020 20:52, Vijay Kumar Banerjee wrote: > > > On Fri, Jul 10, 2020, 12:11 AM Christian Mauderer > wrote: > > Hello Vijay, > > thanks for the review and the test. > > On 09/07/2020 19:58, Vijay Kumar Banerjee wrote: > > Hi, > > > > Th

Re: [PATCH rtems-littlevgl] Allow to pass custom lv_conf.h and lv_drv_conf.h.

2020-07-09 Thread Vijay Kumar Banerjee
On Fri, Jul 10, 2020, 12:11 AM Christian Mauderer wrote: > Hello Vijay, > > thanks for the review and the test. > > On 09/07/2020 19:58, Vijay Kumar Banerjee wrote: > > Hi, > > > > Thanks for the patch, I tested the patch and it's building fine. I > > just had two questions which I have inlined b

Re: [PATCH rtems-littlevgl] Allow to pass custom lv_conf.h and lv_drv_conf.h.

2020-07-09 Thread Christian Mauderer
Hello Vijay, thanks for the review and the test. On 09/07/2020 19:58, Vijay Kumar Banerjee wrote: > Hi, > > Thanks for the patch, I tested the patch and it's building fine. I > just had two questions which I have inlined below. > > On Thu, Jul 9, 2020 at 9:13 PM Christian Mauderer > wrote: >>

Re: [PATCH rtems-littlevgl] Allow to pass custom lv_conf.h and lv_drv_conf.h.

2020-07-09 Thread Vijay Kumar Banerjee
Hi, Thanks for the patch, I tested the patch and it's building fine. I just had two questions which I have inlined below. On Thu, Jul 9, 2020 at 9:13 PM Christian Mauderer wrote: > > --- > lv_conf.h => default_lv_conf.h | 0 > lv_drv_conf.h => default_lv_drv_conf.h | 0 > lvgl.py

[PATCH rtems-littlevgl] Allow to pass custom lv_conf.h and lv_drv_conf.h.

2020-07-09 Thread Christian Mauderer
--- lv_conf.h => default_lv_conf.h | 0 lv_drv_conf.h => default_lv_drv_conf.h | 0 lvgl.py| 19 --- wscript| 13 + 4 files changed, 29 insertions(+), 3 deletions(-) rename lv_conf.h => default_l