#define INCLUDE_uxTaskGetStackHighWaterMark 1\r
#define INCLUDE_xTaskGetSchedulerState 1\r
\r
+/* This demo makes use of one or more example stats formatting functions. These\r
+format the raw data provided by the xTaskGetSystemState() function in to human\r
+readable ASCII form. See the notes in the implementation of vTaskList() within \r
+FreeRTOS/Source/tasks.c for limitations. */\r
+#define configINCLUDE_STATS_FORMATTING_FUNCTIONS 1\r
+\r
/* Run time stats gathering definitions. */\r
unsigned long ulGetRunTimeCounterValue( void );\r
void vConfigureTimerForRunTimeStats( void );\r
#define INCLUDE_xTaskGetIdleTaskHandle 0\r
#define INCLUDE_xQueueGetMutexHolder 1\r
\r
+/* This demo makes use of one or more example stats formatting functions. These\r
+format the raw data provided by the xTaskGetSystemState() function in to human\r
+readable ASCII form. See the notes in the implementation of vTaskList() within \r
+FreeRTOS/Source/tasks.c for limitations. */\r
+#define configINCLUDE_STATS_FORMATTING_FUNCTIONS 1\r
+\r
/* Assert call defined for debug builds. */\r
#ifdef _DEBUG\r
extern void vAssertCalled( const char *pcFile, unsigned long ulLine );\r
file system driver tests. */\r
static const CLI_Command_Definition_t xTEST_FS =\r
{\r
- ( const int8_t * const ) "testfs", /* The command string to type. */\r
- ( const int8_t * const ) "\r\ntest_fs:\r\n Executes some file system test. ALL FILES WILL BE DELETED!!!\r\n",\r
+ ( const int8_t * const ) "test-fs", /* The command string to type. */\r
+ ( const int8_t * const ) "\r\ntest-fs:\r\n Executes file system tests. ALL FILES WILL BE DELETED!!!\r\n",\r
prvTESTFSCommand, /* The function to run. */\r
0 /* No parameters are expected. */\r
};\r
#define INCLUDE_xTaskGetIdleTaskHandle 0\r
#define INCLUDE_xQueueGetMutexHolder 1\r
\r
+/* This demo makes use of one or more example stats formatting functions. These\r
+format the raw data provided by the xTaskGetSystemState() function in to human\r
+readable ASCII form. See the notes in the implementation of vTaskList() within \r
+FreeRTOS/Source/tasks.c for limitations. */\r
+#define configINCLUDE_STATS_FORMATTING_FUNCTIONS 1\r
+\r
/* Assert statement defined for debug builds. */\r
#ifdef DEBUG\r
#define configASSERT( x ) if( ( x ) == 0 ) { taskDISABLE_INTERRUPTS(); for( ;; ); }\r
#define INCLUDE_xTaskGetIdleTaskHandle 0\r
#define INCLUDE_xQueueGetMutexHolder 1\r
\r
+/* This demo makes use of one or more example stats formatting functions. These\r
+format the raw data provided by the xTaskGetSystemState() function in to human\r
+readable ASCII form. See the notes in the implementation of vTaskList() within \r
+FreeRTOS/Source/tasks.c for limitations. */\r
+#define configINCLUDE_STATS_FORMATTING_FUNCTIONS 1\r
+\r
/* Assert call defined for debug builds. */\r
#ifdef _DEBUG\r
extern void vAssertCalled( void );\r