FreeRTOS Emulator with SDL2 Based Graphics and Input Library  1.0
A POSIX wrapper to run FreeRTOS on an x86 machine with some basic input and output libraries aimed at making teaching FreeRTOS simpler.
gfx_FreeRTOS_utils.h
Go to the documentation of this file.
1 
24 #ifndef __GFX_FREERTOS_UTILS_H__
25 #define __GFX_FREERTOS_UTILS_H__
26 
43 
48 void gfxFUtilPrintTaskUtils(void);
49 
51 #endif // __GFX__FREERTOS_UTILS_H__
void gfxFUtilPrintTaskUtils(void)
Prints a list of the current tasks executing on the system and their utilizations.
Definition: gfx_FreeRTOS_utils.c:55
void gfxFUtilPrintTaskStateList(void)
Prints a list of the current tasks executing on the system and their states.
Definition: gfx_FreeRTOS_utils.c:32