mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-30 19:19:21 +00:00
Merge branch 'feature/freertos_task_notification_configurable' into 'master'
freertos: make num of task notifications configurable Closes IDFGH-7819 See merge request espressif/esp-idf!20880
This commit is contained in:
@@ -129,7 +129,7 @@ This file get's pulled into assembly sources. Therefore, some includes need to b
|
||||
#define configUSE_QUEUE_SETS 1
|
||||
#define configQUEUE_REGISTRY_SIZE CONFIG_FREERTOS_QUEUE_REGISTRY_SIZE
|
||||
#define configUSE_TASK_NOTIFICATIONS 1
|
||||
#define configTASK_NOTIFICATION_ARRAY_ENTRIES 1
|
||||
#define configTASK_NOTIFICATION_ARRAY_ENTRIES CONFIG_FREERTOS_TASK_NOTIFICATION_ARRAY_ENTRIES
|
||||
|
||||
// ----------------------- System --------------------------
|
||||
|
||||
|
Reference in New Issue
Block a user