FreeRTOS config

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

Hi,

is there a way to set a FreeRTOS config token like INCLUDE_uxTaskGetStackHighWaterMark without editing WICED/RTOS/FreeRTOS/ver8.2.1/Source/include/FreeRTOS.h by hand?

1 Solution
SeyhanA_31
Employee
Employee
250 replies posted 100 replies posted 50 replies posted

Hi,

You may add the following line to your application makefile to control the config token.

GLOBAL_DEFINES += INCLUDE_uxTaskGetStackHighWaterMark

Seyhan

View solution in original post

1 Reply
SeyhanA_31
Employee
Employee
250 replies posted 100 replies posted 50 replies posted

Hi,

You may add the following line to your application makefile to control the config token.

GLOBAL_DEFINES += INCLUDE_uxTaskGetStackHighWaterMark

Seyhan