feat(osal): enable linux specific features with os_none (#8989)

This commit is contained in:
André Costa
2025-10-06 08:51:15 +02:00
committed by GitHub
parent 1bfc9a1b88
commit ee11d254c9
7 changed files with 39 additions and 32 deletions
+1
View File
@@ -230,6 +230,7 @@ LV_EXPORT_CONST_INT(LV_DRAW_BUF_ALIGN);
#if LV_USE_SYSMON == 0
#define LV_USE_PERF_MONITOR 0
#define LV_USE_MEM_MONITOR 0
#define LV_SYSMON_PROC_IDLE_AVAILABLE 0
#endif /*LV_USE_SYSMON*/
#if LV_USE_PERF_MONITOR == 0