@ -135,6 +135,12 @@ to exclude the API function. */
# define INCLUDE_uxTaskGetStackHighWaterMark 1
# define INCLUDE_uxTaskGetStackHighWaterMark 1
# define INCLUDE_xTaskGetSchedulerState 1
# define INCLUDE_xTaskGetSchedulerState 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
/* Run time stats gathering definitions. */
/* Run time stats gathering definitions. */
unsigned long ulGetRunTimeCounterValue ( void ) ;
unsigned long ulGetRunTimeCounterValue ( void ) ;
void vConfigureTimerForRunTimeStats ( void ) ;
void vConfigureTimerForRunTimeStats ( void ) ;