1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-28 07:03:00 +08:00

39 Commits

Author SHA1 Message Date
Niklas Fiekas
63a7258111
fix(cmake): generate lvgl.pc in CMAKE_CURRENT_BINARY_DIR (#7127) 2024-10-29 12:47:37 +01:00
Cosmin-Daniel Radu
9db0ee3d02
fix(freertos): sync signal from isr fixed (#6793)
Signed-off-by: Nicușor Cîțu <nicusor.citu@nxp.com>
Signed-off-by: Cosmin-Daniel Radu <cosmin.radu_1@nxp.com>
Co-authored-by: Nicușor Cîțu <nicusor.citu@nxp.com>
2024-09-24 13:35:39 +02:00
Gabor Kiss-Vamosi
559618d9d2
fix(cmake): fix install (#6787) 2024-09-11 14:13:09 +02:00
Gabor Kiss-Vamosi
ba3ef34600
chore: bump version to v9.3.0-dev (#6764) 2024-08-29 20:47:19 +02:00
Gabor Kiss-Vamosi
d39fc17595 chore: increase the version numbers to v9.2 2024-08-26 21:39:11 +02:00
NicGrimpe
8b659fc9a2
fix(env_support/cmake): If LV_CONF_PATH is set, install the indicated config instead of the default one. (#6675) 2024-08-26 12:31:12 +02:00
Tomas Rezucha
8699a7e86e
feat(cmake): Make LVGL version available for all CMake environments (#6654) 2024-08-09 12:29:22 +08:00
Fabian Blatz
f5443d2fd2
feat(env): make LVGL a Zephyr compatible module (#6460) 2024-07-05 00:16:25 +02:00
Josh Soref
df0d36f02a
chore: fix spelling (#6401)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-06-28 09:09:23 +02:00
Gabor Kiss-Vamosi
723f411076
fix(cmake): install headers correctly (#6332) 2024-06-13 11:40:30 +08:00
KaruroChori
6927a10d7e
fix(env): fix meson build break (#5745)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-06-11 08:27:13 +02:00
Dennis Field
e181fb1199
Add LVGL9 demos to esp.cmake (#6220) 2024-05-20 22:12:38 +08:00
Marex
2c469279f5
fix(cmake): generate versioned shared libraries (#5865)
Signed-off-by: Marek Vasut <marex@denx.de>
Co-authored-by: Marek Vasut <marex@denx.de>
2024-04-20 20:33:09 +02:00
Liam
e72f52d0bd
feat(CI): Windows MSVC and GCC build (#6015) 2024-04-18 15:12:50 +02:00
Benign X
c9922d5701
chore(vg_lite_tvg): fix build warnings (#5984)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
Co-authored-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-04-04 14:57:05 +08:00
Mattia Maldini
de09007c03
fix(env): added *.cpp glob in ESP configuration (#5761) 2024-03-04 11:28:29 +08:00
Neo Xu
9b09182fc7 fix(thorvg): link lvgl_thorvgl with lvgl
Signed-off-by: Neo Xu <neo.xu1990@gmail.com>
2024-03-04 02:00:44 +08:00
Ju1He1
c1c3580c5a
optinally install demos and libs as well (#5387)
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2024-02-02 10:24:51 +08:00
Ju1He1
b1d1498790
Install dlls to correct location (#5331) 2024-01-15 20:37:11 +08:00
_VIFEXTech
39cb1ddc4a
feat(vg_lite_tvg): organize configuration items (#5280)
Signed-off-by: pengyiqiang <pengyiqiang@xiaomi.com>
Co-authored-by: pengyiqiang <pengyiqiang@xiaomi.com>
2024-01-12 11:35:45 +01:00
Neo Xu
bbeef5a3d0
fix(doc): workaround doc build break (#5265)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-10 23:57:25 +08:00
Neo Xu
c9386a1a93
feat(vg_lite): add porting layer for VG-Lite simulator based on ThorVG (#5256)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-10 13:20:46 +01:00
Neo Xu
e217674295
chore: move lv_obj_t define to lv_types.h (#5161)
Signed-off-by: Xu Xingliang <xuxingliang@xiaomi.com>
2024-01-03 21:44:36 +01:00
Peter Bee
b42cb43074
fix(cmake): add asm file compile definitions (#4884)
Signed-off-by: Peter Bee <bijunda1@xiaomi.com>
2023-11-28 09:17:21 +01:00
gcopoix
2cba406014
fix(cmake): fixed lvgl.pc source dir in install step if using FetchContent (#4815)
Co-authored-by: Gregor Copoix <gregor.copoix@ithinx.io>
2023-11-18 08:46:43 +01:00
gcopoix
5267c0b9f4
feat(drivers): add x11 driver (display/input) support (#4795)
Co-authored-by: Gregor Copoix <gregor.copoix@ithinx.io>
2023-11-15 14:08:03 +01:00
Zhang Ji Peng
8cf0bbb558
feat(draw): add implements vector graphic APIs (#4528) (#4691)
Signed-off-by: zhangjipeng <zhangjipeng@xiaomi.com>
Co-authored-by: zhangjipeng <zhangjipeng@xiaomi.com>
Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
2023-11-09 11:37:33 +01:00
Adam Nilsson
e3380a8fe8
feat(build): add pkgconfig file (#4744)
Co-authored-by: Adam x Nilsson <adamni@axis.com>
2023-11-06 14:00:07 +01:00
zephyr-zhu
f6e0ab80eb
fix(cmake): fix issue of cmake generating header files (#4557)
Signed-off-by: zephyrZhu <zenghui_zhu@126.com>
2023-09-14 19:32:19 +02:00
António Oliveira
5d056ed2b9
build(cmake): allow correct use of LV_CONF_PATH (#4428)
Signed-off-by: António Oliveira <antonio@amsobr.com>
Co-authored-by: António Oliveira <antonio@amsobr.com>
2023-08-02 22:06:05 +02:00
Tomas Rezucha
da278c764b
fix(esp): fix ESP-IDF pedantic builds (#4132) 2023-04-14 11:39:24 +02:00
Forairaaaaa
ecafa88d2c
chore: add an option to "LV_TICK_CUSTOM" (#3870) 2022-12-19 16:24:54 +01:00
legerborea
541b431546
feat(cmake-build): add options to disable build of examples/demos (#3738) 2022-10-13 11:55:36 +02:00
legerborea
5971894a9b
fix(cmake-build): Add missing definition for LVGL conf path (#3733) 2022-10-11 19:46:00 +02:00
sparkles43
eb54353f00
feat(cmake-build): build all libraries either SHARED or STATIC (#3669) 2022-09-09 21:52:20 +02:00
Xiang Xiao
8538f88793
Minor fix for cmake (#3498)
* chore(cmake): correct LV_CONF_INCLUDE_SIMPLE prompt message in custom.cmake

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>

* chore(cmake): remove the duplication statements in esp.cmake

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>

* chore(cmsis): remove README_zh.md reference from gen_pack.sh

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-07-18 15:06:45 +02:00
wangyz1997
9d0896cdef
fix(cmake-build): Fix example and demo build on esp-idf (#3466) 2022-07-13 18:07:30 +02:00
simplejack-src
1cf2e5d886
feat(cmake-build): Option to allow building shared libraries. (#3278)
Add option in CMake build to specify that shared libraries should be created (as
opposed to static). This is an exclusive option (not enabled by default).

Co-authored-by: simeplejack-src <example@example.com>
2022-04-20 12:04:56 +02:00
Gabor Kiss-Vamosi
773d50f0ac arch(env): arch(env): move the cmake folder into the env_support folder 2022-01-19 22:14:04 +01:00