cc3200: In FreeRTOSConfig.h, comment on configSUPPORT_STATIC_ALLOCATION.

This config variable is now needed regardless of whether threading is
enabled or not.
uheapq-ticks
Damien George 2016-06-05 12:43:04 +01:00
parent 8b9ddf4031
commit 1d5aa9d245
1 changed files with 3 additions and 1 deletions

View File

@ -154,9 +154,11 @@ version. */
/* We provide a definition of ucHeap so it can go in a special segment. */
#define configAPPLICATION_ALLOCATED_HEAP 1
/* We use static versions of functions (like xTaskCreateStatic) */
#define configSUPPORT_STATIC_ALLOCATION 1
/* For threading */
#define configNUM_THREAD_LOCAL_STORAGE_POINTERS 1
#define configSUPPORT_STATIC_ALLOCATION 1
#undef configUSE_MUTEXES
#define configUSE_MUTEXES 1
#undef INCLUDE_vTaskDelete