|
| file | TUM_Draw.c |
| | A SDL2 based library to implement work queue based drawing of graphical elements. Allows for drawing using SDL2 from multiple threads.
|
| |
| file | TUM_Event.c |
| | Utilities required by other TUM_XXX files.
|
| |
| file | TUM_Font.c |
| | Manages fonts used in TUM Draw.
|
| |
| file | TUM_FreeRTOS_Utils.c |
| | Small verbose utilities for showing FreeRTOS functionality.
|
| |
| file | TUM_Print.c |
| | A couple of drop in replacements for printf and fprintf to be used for thread safe printing when using FreeRTOS.
|
| |
| file | TUM_Utils.c |
| | Utilities required by other TUM_XXX files.
|
| |