|
|
@ -159,7 +159,7 @@ to exclude the API function. */
|
|
|
|
|
|
|
|
|
|
|
|
/* This demo makes use of one or more example stats formatting functions. These
|
|
|
|
/* 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
|
|
|
|
format the raw data provided by the xTaskGetSystemState() function in to human
|
|
|
|
readable ASCII form. See the notes in the implementation of vTaskList() within
|
|
|
|
readable ASCII form. See the notes in the implementation of vTaskList() within
|
|
|
|
FreeRTOS/Source/tasks.c for limitations. */
|
|
|
|
FreeRTOS/Source/tasks.c for limitations. */
|
|
|
|
#define configINCLUDE_STATS_FORMATTING_FUNCTIONS 1
|
|
|
|
#define configINCLUDE_STATS_FORMATTING_FUNCTIONS 1
|
|
|
|
|
|
|
|
|
|
|
@ -199,7 +199,7 @@ used. */
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
void vConfigureTickInterrupt( void );
|
|
|
|
void vConfigureTickInterrupt( void );
|
|
|
|
#define configSETUP_TICK_INTERRUPT() vConfigureTickInterrupt()
|
|
|
|
#define configSETUP_TICK_INTERRUPT() vConfigureTickInterrupt()
|
|
|
|
#endif /* __ICCARM__ */
|
|
|
|
#endif /* __IASMARM__ */
|
|
|
|
|
|
|
|
|
|
|
|
/* The following constants describe the hardware, and are correct for the
|
|
|
|
/* The following constants describe the hardware, and are correct for the
|
|
|
|
Renesas RZ MPU. */
|
|
|
|
Renesas RZ MPU. */
|
|
|
|