X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=FreeRTOS%2FDemo%2FWIN32-MSVC%2FFreeRTOSConfig.h;h=37aaf95515fdcb4710d26a7836cbb21531c24c92;hb=268cf9679156ae220e783762a3a5d2c850e201a9;hp=ce71af2df6db355de807266f5a5875674c2c3442;hpb=eb6d9aef2fc46c1b84f84e5e8c24de28de65c56d;p=freertos diff --git a/FreeRTOS/Demo/WIN32-MSVC/FreeRTOSConfig.h b/FreeRTOS/Demo/WIN32-MSVC/FreeRTOSConfig.h index ce71af2df..37aaf9551 100644 --- a/FreeRTOS/Demo/WIN32-MSVC/FreeRTOSConfig.h +++ b/FreeRTOS/Demo/WIN32-MSVC/FreeRTOSConfig.h @@ -78,7 +78,8 @@ * application requirements. * * THESE PARAMETERS ARE DESCRIBED WITHIN THE 'CONFIGURATION' SECTION OF THE - * FreeRTOS API DOCUMENTATION AVAILABLE ON THE FreeRTOS.org WEB SITE. + * FreeRTOS API DOCUMENTATION AVAILABLE ON THE FreeRTOS.org WEB SITE. See + * http://www.freertos.org/a00110.html *----------------------------------------------------------*/ #define configUSE_PREEMPTION 1 @@ -102,6 +103,7 @@ #define configUSE_ALTERNATIVE_API 1 #define configUSE_QUEUE_SETS 1 #define configUSE_TASK_NOTIFICATIONS 1 +#define configSUPPORT_STATIC_ALLOCATION 1 /* Software timer related configuration options. */ #define configUSE_TIMERS 1