From e8db6d5f4d4854e5da2cec364c204f9683a520fb Mon Sep 17 00:00:00 2001 From: "Ben V. Brown" Date: Mon, 24 Feb 2025 20:26:53 +1100 Subject: [PATCH] Update FreeRTOSConfig.h --- source/Core/BSP/Pinecilv2/FreeRTOSConfig.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/Core/BSP/Pinecilv2/FreeRTOSConfig.h b/source/Core/BSP/Pinecilv2/FreeRTOSConfig.h index f0005d77..8144ae93 100644 --- a/source/Core/BSP/Pinecilv2/FreeRTOSConfig.h +++ b/source/Core/BSP/Pinecilv2/FreeRTOSConfig.h @@ -30,6 +30,8 @@ #define configUSE_PORT_OPTIMISED_TASK_SELECTION 1 #define configUSE_STATS_FORMATTING_FUNCTIONS 0 #define configUSE_TICKLESS_IDLE 0 +#define configTASK_NOTIFICATION_ARRAY_ENTRIES 2 +#define configUSE_TASK_NOTIFICATIONS 1 /* Co-routine definitions. */ #define configUSE_CO_ROUTINES 0