mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-03 15:04:39 +00:00
feat(freertos): make num of task notifications configurable
Closes https://github.com/espressif/esp-idf/issues/9349
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