lvgl: update to HEAD of release/v8.3 branch
When attempting to rebase on master of lvgl, it gives the following warning and the build fails with several errors. > You are using the development version of LVGL which is not stable at > this moment. For production use the release/v8.3 branch. So switch to release/v8.3.
This commit is contained in:
parent
0ca799d47d
commit
d2a8b993ab
2 changed files with 6 additions and 3 deletions
|
|
@ -20,9 +20,12 @@
|
|||
find lv_drivers -name '*.c'
|
||||
find lvgl/src/core -name '*.c'
|
||||
find lvgl/src/draw -name '*.c'
|
||||
find lvgl/src/extra -name '*.c'
|
||||
find lvgl/src/extra/layouts/flex -name '*.c'
|
||||
find lvgl/src/extra/widgets/keyboard -name '*.c'
|
||||
find lvgl/src/extra/widgets/msgbox -name '*.c'
|
||||
find lvgl/src/extra/widgets/span -name '*.c'
|
||||
find lvgl/src/font -name '*.c'
|
||||
find lvgl/src/hal -name '*.c'
|
||||
find lvgl/src/layouts -name '*.c'
|
||||
find lvgl/src/misc -name '*.c'
|
||||
find lvgl/src/themes -name '*.c'
|
||||
find lvgl/src/widgets -name '*.c'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue