X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=FreeRTOS-Plus%2FDemo%2FFreeRTOS_Plus_FAT_SL_and_CLI_Windows_Simulator%2FConfigurationFiles%2FFreeRTOSConfig.h;h=a6c87a6e6d84e3253c42626b6ae29c0435f828b6;hb=36464e74fd5b0f294f761c129ddb80ea3bacfe14;hp=35116afcae361d3f35dc13096b3d8277992adf85;hpb=a83ce42e0f5c6ed203ef7234f6a73898433f06c1;p=freertos diff --git a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_FAT_SL_and_CLI_Windows_Simulator/ConfigurationFiles/FreeRTOSConfig.h b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_FAT_SL_and_CLI_Windows_Simulator/ConfigurationFiles/FreeRTOSConfig.h index 35116afca..a6c87a6e6 100644 --- a/FreeRTOS-Plus/Demo/FreeRTOS_Plus_FAT_SL_and_CLI_Windows_Simulator/ConfigurationFiles/FreeRTOSConfig.h +++ b/FreeRTOS-Plus/Demo/FreeRTOS_Plus_FAT_SL_and_CLI_Windows_Simulator/ConfigurationFiles/FreeRTOSConfig.h @@ -145,6 +145,12 @@ to exclude the API function. */ #define INCLUDE_xTaskGetIdleTaskHandle 0 #define INCLUDE_xQueueGetMutexHolder 1 +/* This demo makes use of one or more example stats formatting functions. These +format the raw data provided by the xTaskGetSystemState() function in to human +readable ASCII form. See the notes in the implementation of vTaskList() within +FreeRTOS/Source/tasks.c for limitations. */ +#define configINCLUDE_STATS_FORMATTING_FUNCTIONS 1 + /* Assert call defined for debug builds. */ #ifdef _DEBUG extern void vAssertCalled( const char *pcFile, unsigned long ulLine );