feat(freertos): allow overriding idle percentage calculation (#9647)

This commit is contained in:
Akash
2026-02-26 18:47:30 +01:00
committed by GitHub
parent 65192290e6
commit 586a25ed6f
7 changed files with 93 additions and 1 deletions
+3
View File
@@ -127,6 +127,9 @@
* RTOS task notifications can only be used when there is only one task that can be the recipient of the event.
*/
#define LV_USE_FREERTOS_TASK_NOTIFY 1
/* Enable this to provide a custom implementation of lv_os_get_idle_percent. */
#define LV_OS_IDLE_PERCENT_CUSTOM 0
#endif
/*========================