Home
last modified time | relevance | path

Searched refs:LV_MEM_CUSTOM_INCLUDE (Results 1 – 6 of 6) sorted by relevance

/lvgl-latest/env_support/rt-thread/
Dlv_rt_thread_conf.h25 # define LV_MEM_CUSTOM_INCLUDE LV_RTTHREAD_INCLUDE macro
/lvgl-latest/env_support/cmsis-pack/
Dlv_conf_cmsis.h59 #define LV_MEM_CUSTOM_INCLUDE <stdlib.h> /*Header for the dynamic memory function*/ macro
/lvgl-latest/
Dlv_conf_template.h63 #define LV_MEM_CUSTOM_INCLUDE <stdlib.h> /*Header for the dynamic memory function*/
DKconfig85 config LV_MEM_CUSTOM_INCLUDE config
/lvgl-latest/src/
Dlv_conf_internal.h161 #ifndef LV_MEM_CUSTOM_INCLUDE
163 #define LV_MEM_CUSTOM_INCLUDE CONFIG_LV_MEM_CUSTOM_INCLUDE macro
165 #define LV_MEM_CUSTOM_INCLUDE <stdlib.h> /*Header for the dynamic memory function*/ macro
/lvgl-latest/src/misc/
Dlv_mem.c17 #include LV_MEM_CUSTOM_INCLUDE