Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alxhoff committed Apr 28, 2023
1 parent 2eb5fa6 commit 62294ea
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# FreeRTOS Emulator

<p>
<a href="https://github.com/alxhoff/FreeRTOS-Emulator/actions">
<img src="https://github.com/alxhoff/FreeRTOS-Emulator/workflows/Build%20FreeRTOS-Emulator/badge.svg">
</a>
<a href="https://github.com/alxhoff/FreeRTOS-Emulator/blob/master/LICENSE">
<img src="https://img.shields.io/badge/license-GPLv3-blue.svg" />
</a>
</p>

[![Build FreeRTOS-Emulator](https://github.com/alxhoff/FreeRTOS-Emulator/actions/workflows/main.yml/badge.svg)](https://github.com/alxhoff/FreeRTOS-Emulator/actions/workflows/main.yml)

An implementation of POSIX based FreeRTOS with the combination of SDL2 graphics. Aimed at providing an x86 emulation solution for teaching FreeRTOS to students without the need of embedded hardware. Used at the Technical University of Munich in the teaching of the "Embedded Systems Programming Lab".

Based on/inspired by the FreeRTOS (V5.X) simulator developed by William Davy. Updated to use FreeRTOS V10.5.0.
Expand Down

0 comments on commit 62294ea

Please sign in to comment.