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 API

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...
 

Detailed Description

Helper functions for FreeRTOS.

Utility functions aimed at FreeRTOS specific functionality rather than the emulator

Function Documentation

◆ gfxFUtilPrintTaskStateList()

void gfxFUtilPrintTaskStateList ( void  )

Prints a list of the current tasks executing on the system and their states.

◆ gfxFUtilPrintTaskUtils()

void gfxFUtilPrintTaskUtils ( void  )

Prints a list of the current tasks executing on the system and their utilizations.

ulTotalRunTime /= 100UL;