1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/lvgl
Jean Pierre Dudey 7092c455f9 pkg/lvgl: set LVGL thread priority higher than main
Using a lower priority than of the main thread would make
the LVGL thread to preempt the main thread, for example,
if you do a `xtimer_msleep(200);` on the main thread
giving any chance for the LVGL thread to preempt it
while working with LVGL on the main thread would
make the CPU crash.

To reproduce the bug just create various widgets, and fill
them with data from a sensor that "waits" for data to be ready.

Signed-off-by: Jean Pierre Dudey <me@jeandudey.tech>
2020-11-11 09:46:21 +01:00
..
contrib treewide: Cleanup access to internal variables 2020-09-07 12:59:55 +02:00
include pkg/lvgl: update defaults in lv_conf.h 2020-11-08 17:04:55 +01:00
doc.txt pkg/lvgl: add LittlevGL package 2020-03-18 14:15:38 +01:00
Makefile pkg/lvgl: bump to v7.7.1 2020-11-08 16:19:55 +01:00
Makefile.dep pkg/lvgl: bump to version 7.0.0 2020-08-11 15:39:01 +02:00
Makefile.include pkg/lvgl: set LVGL thread priority higher than main 2020-11-11 09:46:21 +01:00
Makefile.lvgl_module pkg/lvgl: bump to version 7.0.0 2020-08-11 15:39:01 +02:00