feat(freertos): make num of task notifications configurable

Closes https://github.com/espressif/esp-idf/issues/9349
This commit is contained in:
Jakob Hasse
2022-10-31 18:00:52 +01:00
parent fd9c88ac85
commit 73d9d83a2f
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 --------------------------