You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+9-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
12
12
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".
13
13
14
-
Based on/inspired by the FreeRTOS (V5.X) simulator developed by William Davy. Updated to use FreeRTOS V9.0.0.
14
+
Based on/inspired by the FreeRTOS (V5.X) simulator developed by William Davy. Updated to use FreeRTOS V10.5.0.
15
15
16
16
Checkout the [Wiki page](../../wiki) for a detailed Documentation!
17
17
@@ -21,6 +21,14 @@ Doxygen documentation can also be found on the [GitHub Pages](ihttps://alxhoff.g
21
21
22
22
All of the library dependencies written by me are pulled in as submodules automatically when CMake is run.
23
23
24
+
### FreeRTOS Kernel
25
+
26
+
To keep a tight control of the kernel being run in the emulator, the kernel is pulled in from a [*fork*](https://github.com/alxhoff/FreeRTOS-Kernel) of the upstream [*FreeRTOS/FreeRTOS-Kernel*](https://github.com/FreeRTOS/FreeRTOS-Kernel).
27
+
28
+
#### POSIX port
29
+
30
+
The port and portmacro files required for the FreeRTOS Kernel have been added to the kernel fork as a submodule, they can be found [*here*](https://github.com/alxhoff/FreeRTOS_Kernel_POSIX_port).
31
+
24
32
### Graphics Library
25
33
26
34
The graphics library used by the emulator can be found [*here*](https://github.com/alxhoff/FreeRTOS_Emulator_Graphics) and is based around the SDL2 graphics libraries.
0 commit comments