|
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.
|
Helper functions for FreeRTOS. More...
Functions | |
| void | gfxFUtilPrintTaskStateList (void) |
| Prints a list of the current tasks executing on the system and their states. More... | |
| void | gfxFUtilPrintTaskUtils (void) |
| Prints a list of the current tasks executing on the system and their utilizations. More... | |
Helper functions for FreeRTOS.
Utility functions aimed at FreeRTOS specific functionality rather than the emulator
| void gfxFUtilPrintTaskStateList | ( | void | ) |
Prints a list of the current tasks executing on the system and their states.
| void gfxFUtilPrintTaskUtils | ( | void | ) |
Prints a list of the current tasks executing on the system and their utilizations.
ulTotalRunTime /= 100UL;