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:
Jakob Hasse
2022-11-16 17:11:03 +08:00
8 changed files with 87 additions and 3 deletions

View File

@@ -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 --------------------------