summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update rtems_wafHEADmasterVijay Kumar Banerjee2021-03-261-0/+0
|
* wscript: Upgrade rtems_version numberVijay Kumar Banerjee2021-03-262-2/+2
|
* Allow to pass custom lv_conf.h and lv_drv_conf.h.Christian Mauderer2020-07-104-3/+28
|
* lvgl: Update to v7.1.0Christian Mauderer2020-07-094-61/+279
|
* lv_drv_conf: Enable USE_BSD_EVDEV optionVijay Kumar Banerjee2020-06-051-1/+5
|
* lvgl: Get lv_drivers source list directly from the directoryVijay Kumar Banerjee2020-06-051-4/+9
|
* update lv_driversVijay Kumar Banerjee2020-06-051-0/+0
|
* update lvgl and lv_drivers submodule urlVijay Kumar Banerjee2020-06-051-2/+2
|
* lvgl.py: Replace deprecated file by open.Christian Mauderer2020-04-021-1/+1
| | | | | In python file() is deprecated and doesn't work with python3. Replace it with an open() call.
* Update lv_driversVijay Kumar Banerjee2020-03-251-0/+0
|
* Add READMEVijay Kumar Banerjee2020-03-251-0/+47
|
* Update to lvgl v6.1.2Christian Mauderer2020-03-202-0/+0
|
* waf: Enable optimization and debug symbols.Christian Mauderer2020-03-201-0/+1
|
* waf: Remove unnecessary code.Christian Mauderer2020-03-201-10/+1
|
* lv_conf.h: Enable user data.Christian Mauderer2020-01-301-1/+1
| | | | | | This is usefull for passing driver objects arround and it doesn't add too much overhad for drivers that don't need it. Therefore enabling it by default seems like the better choice.
* Allow to build without drivers.Christian Mauderer2019-11-052-3/+12
| | | | This is for example usefull if you want to build without libbsd.
* lvgl.py: install the lvgl headers in PREFIX following a similar tree to the ↵Vijay Kumar Banerjee2019-09-022-5/+8
| | | | | | | source tree This is required to be able to add the PREFIX path as the include path in an lvgl based app.
* lvgl.py: fix include paths in buildVijay Kumar Banerjee2019-08-302-6/+8
|
* lvgl.py: Add waf builder for lvglVijay Kumar Banerjee2019-08-292-16/+48
|
* Add lvgl.pyVijay Kumar Banerjee2019-08-293-34/+63
| | | | +Added support to parse source and cflags from .mk file
* Add conf headersVijay Kumar Banerjee2019-08-275-1/+1115
|
* Initial commit: add the littleVGL and rtems_waf submodulesVijay Kumar Banerjee2019-08-245-0/+11