Skip to content

Commit a3ed689

Browse files
committed
Updated README
1 parent f612a69 commit a3ed689

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
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".
1313

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

1616
Checkout the [Wiki page](../../wiki) for a detailed Documentation!
1717

@@ -21,6 +21,14 @@ Doxygen documentation can also be found on the [GitHub Pages](ihttps://alxhoff.g
2121

2222
All of the library dependencies written by me are pulled in as submodules automatically when CMake is run.
2323

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+
2432
### Graphics Library
2533

2634
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

Comments
 (0)