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.
|
Files | |
file | gfx_ball.h [code] |
API to create balls and walls that interact with each other on a 2D plane. | |
file | gfx_draw.h [code] |
file | gfx_event.h [code] |
Utilities required by other gfx_XXX files. | |
file | gfx_font.h [code] |
Manages fonts used in GFX Draw. | |
file | gfx_FreeRTOS_utils.h [code] |
Small verbose utilities for showing FreeRTOS functionality. | |
file | gfx_print.h [code] |
A couple of drop in replacements for printf and fprintf to be used for thread safe printing when using FreeRTOS. | |
file | gfx_sound.h [code] |
A simple interface to play wav files using the SDL2 Mixer library. | |
file | gfx_utils.h [code] |
Utilities required by other gfx_XXX files. | |