André Costa
e0b65f78cc
feat(test): add Dockerfile support with CI env ( #8209 )
2025-05-12 20:00:43 +02:00
VIFEX and pengyiqiang
e79ead093e
fix(ffmpeg): fix ffmpeg decoder assert ( #8128 )
...
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com >
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com >
2025-04-23 10:46:19 +02:00
André Costa
f0257a633f
build: remove pcpp dependency ( #8090 )
2025-04-14 19:51:58 +02:00
David Truan
371c21bbda
arch(cmake): add native Kconfig support to cmake ( #7934 )
2025-04-03 14:42:18 +02:00
Benson Muite
95256b45cd
fix(tests): explicitly install libudev dependency #7983 ( #7985 )
Arduino Lint / lint (push) Waiting to run
MicroPython CI / Build esp32 port (push) Waiting to run
MicroPython CI / Build rp2 port (push) Waiting to run
MicroPython CI / Build stm32 port (push) Waiting to run
MicroPython CI / Build unix port (push) Waiting to run
C/C++ CI / Build OPTIONS_16BIT - Ubuntu (push) Waiting to run
C/C++ CI / Build OPTIONS_24BIT - Ubuntu (push) Waiting to run
C/C++ CI / Build OPTIONS_FULL_32BIT - Ubuntu (push) Waiting to run
C/C++ CI / Build OPTIONS_NORMAL_8BIT - Ubuntu (push) Waiting to run
C/C++ CI / Build OPTIONS_SDL - Ubuntu (push) Waiting to run
C/C++ CI / Build OPTIONS_VG_LITE - Ubuntu (push) Waiting to run
C/C++ CI / Build OPTIONS_16BIT - cl - Windows (push) Waiting to run
C/C++ CI / Build OPTIONS_16BIT - gcc - Windows (push) Waiting to run
C/C++ CI / Build OPTIONS_24BIT - cl - Windows (push) Waiting to run
C/C++ CI / Build OPTIONS_24BIT - gcc - Windows (push) Waiting to run
C/C++ CI / Build OPTIONS_FULL_32BIT - cl - Windows (push) Waiting to run
C/C++ CI / Build OPTIONS_FULL_32BIT - gcc - Windows (push) Waiting to run
C/C++ CI / Build OPTIONS_VG_LITE - cl - Windows (push) Waiting to run
C/C++ CI / Build OPTIONS_VG_LITE - gcc - Windows (push) Waiting to run
C/C++ CI / Build ESP IDF ESP32S3 (push) Waiting to run
C/C++ CI / Run tests with 32bit build (push) Waiting to run
C/C++ CI / Run tests with 64bit build (push) Waiting to run
BOM Check / bom-check (push) Waiting to run
Verify that lv_conf_internal.h matches repository state / verify-conf-internal (push) Waiting to run
Verify the widget property name / verify-property-name (push) Waiting to run
Verify code formatting / verify-formatting (push) Waiting to run
Build docs / build-and-deploy (push) Waiting to run
Test API JSON generator / Test API JSON (push) Waiting to run
Check Makefile / Build using Makefile (push) Waiting to run
Check Makefile for UEFI / Build using Makefile for UEFI (push) Waiting to run
Port repo release update / run-release-branch-updater (push) Waiting to run
Verify Kconfig / verify-kconfig (push) Waiting to run
2025-03-26 11:15:38 -03:00
Liu Yi
cb8ac4df4f
ci(ubuntu): ci use ubuntu24.04 ( #6241 )
...
Signed-off-by: lhdjply <lhdjply@126.com >
2025-03-07 10:47:17 +01:00
Fabian Blatz
57b799f4fc
fix(Kconfig): Fix non existant LV_STDLIB_BUILTIN ( #6851 )
2024-09-20 11:59:09 +08:00
Gabor Kiss-Vamosi
51f06c097d
feat(sdl_render): support all draw task types ( #6437 )
2024-08-26 10:46:40 +02:00
Erik Tagirov
e186b4c8b6
feat(driver): import Wayland driver from v8 ( #6549 )
2024-08-23 22:03:55 +02:00
Liu Yi
80b8c33f21
ci(sdl): add sdl build to ci test ( #6505 )
...
Signed-off-by: lhdjply <lhdjply@126.com >
Signed-off-by: Liu Yi <lhdjply@126.com >
2024-07-19 18:10:58 +08:00
Neo Xu
147ac8ec72
fix(test): fix compile error on macos ( #6377 )
...
Signed-off-by: Neo Xu <neo.xu1990@gmail.com >
2024-06-19 16:36:01 +02:00
d85a39e78c
feat(opengles): add basic driver for opengles ( #6254 )
...
Co-authored-by: Dany Liu <dany.yang.liu@email.com >
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com >
2024-06-07 22:54:52 +02:00
Gabor Kiss-Vamosi
f2e81d80b3
ci(test): remove non-native builds and add native 32 and 64 bit builds instead
2024-05-23 18:25:17 +02:00
Johannes Marbach and Neo Xu
1ea51ad616
fix(drm): eliminate use of non-existent lv_api_map.h and enable smoke tests ( #5694 )
...
Signed-off-by: Neo Xu <neo.xu1990@gmail.com >
Co-authored-by: Neo Xu <neo.xu1990@gmail.com >
2024-02-22 12:19:23 +01:00
Neo Xu
f5f19ca7f0
feat(event): return event dsc for later to remove ( #5630 )
...
Signed-off-by: Neo Xu <neo.xu1990@gmail.com >
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com >
2024-02-19 21:43:57 +01:00
Johannes Marbach
b45ef5ccf9
feat(drivers): add libinput/xkb driver ( #5486 )
2024-01-29 13:14:37 +01:00
Neo Xu
214d72da88
feat(test): automatically generate test image ( #4976 )
...
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com >
2024-01-19 10:38:30 +01:00
Benign X
1563a2cce8
feat(script): add freetype install requirements ( #5155 )
2024-01-02 08:05:36 +01:00
Viktor Szépe
742682ae51
chore: fix execute permissions and shebangs ( #4695 )
2023-10-24 09:41:51 +02:00
_VIFEXTech and pengyiqiang
c4c4627ae0
feat(libs): add libjpeg-turbo decoder ( #4567 )
...
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com >
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com >
2023-09-22 10:43:59 +02:00
Tomas Rezucha
e7a0f3b99c
fix various issues for esp32 ( #3007 )
...
* kconfig: Fix invalid dependancy in fsdrv
LV_USE_FS_* symbols are integers, instead of usual booleans.
We must treat them as such.
* ci: Get LVGL version from git tag
* docu: Update Espressif readme
* ci run apt update before installing
2022-01-14 12:47:49 -05:00
Chris Mumford
c11569dc5c
ci(tests) use common script to install development prereqs ( #2504 )
...
Simplified workflow and documentation, by moving the
development package prerequisites into a new build script
`scripts/install-prerequisites.sh`.
Also, moved prerequisite installation into its own CI step and
removed explicit working directory change as it is no longer
needed (`main.py` does it).
2021-08-27 18:57:46 -04:00