1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

19 Commits

Author SHA1 Message Date
lhdjply
6e36f71f57
chore(rt-thread): env adapts to the latest functions in v9 (#4863)
Signed-off-by: lhdjply <lhdjply@126.com>
2023-11-27 07:28:29 +01:00
Gabor Kiss-Vamosi
84c8cf8573 feat(arc): add float support 2023-10-25 11:05:04 +02:00
Viktor Szépe
f9572ed303
chore: remove BOM and fix typos (#4685) 2023-10-22 06:39:43 +02:00
Gabor Kiss-Vamosi
65f031c2bd feat(rt-thread): make the rt-thread env recursively glob the UI files 2023-06-20 07:54:08 +02:00
Rbb666
84a7163eba
fix(rt-thread): fix create lvgl thread problem (#4246) 2023-05-29 16:23:27 +02:00
Man, Jianting (Meco)
3c83a1e35b
fix(rt-thread): sync rt-thread v5.0.0 rt_align (#3864) 2022-12-13 11:45:24 +01:00
Man, Jianting (Meco)
ea15573988
fix(rt-thread): fix compiler cannot find the lvgl/lvgl.h file with SquareLine (#3814) 2022-11-28 20:58:24 +01:00
Man, Jianting (Meco)
704363c5bd
[rt-thread][squareline] support squareline studio for every rt-thread bsp which has supported LVGL (#3566)
Squareline Studio can automatically put the generated C files into `ui` folder, so that rt-thread will automatically detect them; or, as a user,  you can move the generated C files into `ui` folder manually.
2022-08-15 14:47:58 +02:00
Man, Jianting (Meco)
95e6fcc566
[rt-thread] attach redefine LV_SNPRINTF and LV_VSNPRINTF (#3567)
attach 965552e446
2022-08-15 13:26:17 +02:00
Xiang Xiao
343c61375b
fix(config): remove LV_DISP_DEF_REFR_PERIOD related stuff (#3512)
* fix(config): remove LV_DISP_DEF_REFR_PERIOD related stuff

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

* fix(config): remove LV_INDEV_DEF_READ_PERIOD related stuff

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-07-23 00:27:48 +02:00
Man, Jianting (Meco)
60139e27fa
fix(rt-thread): thread align to 8 bytes (#3467) 2022-07-11 14:23:41 +02:00
Man, Jianting (Meco)
c63d12f6da
feat(rt-thread): allow users to control refresh period in the lvgl thread (#3375) 2022-05-22 14:45:49 +02:00
Man, Jianting (Meco)
40e9c6b9e0
chore(rt.thread): improve rt-thread marcos (#3355) 2022-05-12 09:35:28 +02:00
Man, Jianting (Meco)
a6cbf3146a
improve rt-thread initialization process (#3345) 2022-05-10 19:55:22 +02:00
Man, Jianting (Meco)
6185da3d76
fix(Keil-AC5): slience warnings in Keil-AC5 (#3221)
* fix(Keil-AC5): slience warnings in Keil-AC5

* Update SConscript

* Update src/misc/lv_types.h

Co-authored-by: embeddedt <42941056+embeddedt@users.noreply.github.com>

Co-authored-by: embeddedt <42941056+embeddedt@users.noreply.github.com>
2022-03-30 13:12:39 +02:00
Man, Jianting (Meco)
15247f9305
fix(rt-thread): Sconscript use LOCAL_CFLAGS to replace LOCAL_CCFLAGS (#3196) 2022-03-23 13:13:59 +01:00
Man, Jianting (Meco)
ca17c204d0
doc(rt-thread): add more BSP supports (#3178)
* doc(rt-thread): add more BSP supports

* improve sconscript
2022-03-18 14:09:01 +01:00
Man, Jianting (Meco)
8a2d72c35b
fix(rt-thread): use ARCH_CPU_BIG_ENDIAN to replace RT_USING_BIG_ENDIAN (#3044) 2022-01-25 12:37:51 +01:00
Man, Jianting (Meco)
bd243f3124
arch(env): move rt-thread into env_support folder (#3025) 2022-01-19 22:10:54 +01:00