Description
Trying to get LVGL working on ChibiOS
What MCU/Processor/Board and compiler are you using?
STM32H743ZIT6 custom board and gcc-arm-none-eabi
What do you want to achieve?
Use LVGL on ChibiOS with an LTDC screen.
What have you tried so far?
Configured everything and included in the makefile.
Code to reproduce
Im trying to link up the RTOS functions to LV_USE_OS.
Ive defined LV_OS_CUSTOM, pointed it to the .h and .c files ive created but im still facing issues with the lv_thread_t types.