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
42
void
gfxFUtilPrintTaskStateList
(
void
);
43
48
void
gfxFUtilPrintTaskUtils
(
void
);
49
51
#endif
// __GFX__FREERTOS_UTILS_H__
gfxFUtilPrintTaskUtils
void gfxFUtilPrintTaskUtils(void)
Prints a list of the current tasks executing on the system and their utilizations.
Definition:
gfx_FreeRTOS_utils.c:55
gfxFUtilPrintTaskStateList
void gfxFUtilPrintTaskStateList(void)
Prints a list of the current tasks executing on the system and their states.
Definition:
gfx_FreeRTOS_utils.c:32
lib
Gfx
include
gfx_FreeRTOS_utils.h
Generated by
1.9.1