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

Vijay Kumar Banerjee vijaykumar9597 at gmail.com
Wed Sep 18 17:57:10 UTC 2019


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.

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


More information about the devel mailing list