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

Vijay Kumar Banerjee vijaykumar9597 at gmail.com
Wed Sep 18 19:05:02 UTC 2019


On Wed, Sep 18, 2019 at 11:27 PM Vijay Kumar Banerjee <
vijaykumar9597 at gmail.com> wrote:

>
>
>
> On Wed, Sep 18, 2019 at 10:13 AM Chris Johns <chrisj at rtems.org> wrote:
>
>> 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 0000000..c706491
>> > --- /dev/null
>> > +++ b/lvgl/hello/wscript
>> > @@ -0,0 +1,30 @@
>> > +# Copyright 2019 Vijay Kumar Banerjee (vijaykumar9597 at gmail.com)
>> > +#
>> > +# This file's license is 2-clause BSD as in this distribution's
>> LICENSE.2 file.
>> > +#
>> > +
>> > +import rtems_waf.rtems as rtems
>> > +import os
>> > +
>> > +def configure(conf):
>> > +    rtems.check_lib_path(conf, lib = 'm')
>> > +    rtems.check_lib_path(conf, lib = 'lvgl')
>> > +    rtems.check_lib_path(conf, lib = 'bsd')
>>
>> What happens if there is no liblvgl found? I could not see any
>> conditional logic.
>>
>> Do the examples build for the SPARC erc32 BSP without liblvgl and libbsd?
>>
>> I have fixed this issue in the attached patch. Please have a look.
>
Sorry, this patch doesn't seem to work properly, I have modified it a bit
and
attached the v4 here. This v4 needs the rtems_waf typo patch that I recently
posted.

> Chris
>>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/devel/attachments/20190919/f6b1d46d/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: v4-0001-Add-lvgl-hello-Sample-Hello-world-app-using-littl.patch
Type: application/x-patch
Size: 8879 bytes
Desc: not available
URL: <http://lists.rtems.org/pipermail/devel/attachments/20190919/f6b1d46d/attachment-0001.bin>


More information about the devel mailing list