fix(freertos): sync signal from isr fixed (#6793)
Signed-off-by: Nicușor Cîțu <nicusor.citu@nxp.com> Signed-off-by: Cosmin-Daniel Radu <cosmin.radu_1@nxp.com> Co-authored-by: Nicușor Cîțu <nicusor.citu@nxp.com>
This commit is contained in:
committed by
GitHub
parent
55faa53bcc
commit
9db0ee3d02
9
Kconfig
9
Kconfig
@@ -162,6 +162,15 @@ menu "LVGL configuration"
|
||||
string "Custom OS include header"
|
||||
default "stdint.h"
|
||||
depends on LV_OS_CUSTOM
|
||||
|
||||
config LV_USE_FREERTOS_TASK_NOTIFY
|
||||
bool "Use RTOS task with a direct notification for synchronization"
|
||||
default y
|
||||
depends on LV_OS_FREERTOS
|
||||
help
|
||||
Unblocking an RTOS task with a direct notification is 45% faster and uses less RAM
|
||||
than unblocking a task using an intermediary object such as a binary semaphore.
|
||||
RTOS task notifications can only be used when there is only one task that can be the recipient of the event.
|
||||
endmenu
|
||||
|
||||
menu "Rendering Configuration"
|
||||
|
||||
Reference in New Issue
Block a user