Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Commit 1d5aa9d

Browse files
committed
cc3200: In FreeRTOSConfig.h, comment on configSUPPORT_STATIC_ALLOCATION.
This config variable is now needed regardless of whether threading is enabled or not.
1 parent 8b9ddf4 commit 1d5aa9d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cc3200/FreeRTOS/FreeRTOSConfig.h

+3-1
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,11 @@ version. */
154154
/* We provide a definition of ucHeap so it can go in a special segment. */
155155
#define configAPPLICATION_ALLOCATED_HEAP 1
156156

157+
/* We use static versions of functions (like xTaskCreateStatic) */
158+
#define configSUPPORT_STATIC_ALLOCATION 1
159+
157160
/* For threading */
158161
#define configNUM_THREAD_LOCAL_STORAGE_POINTERS 1
159-
#define configSUPPORT_STATIC_ALLOCATION 1
160162
#undef configUSE_MUTEXES
161163
#define configUSE_MUTEXES 1
162164
#undef INCLUDE_vTaskDelete

0 commit comments

Comments
 (0)