Skip to content

f-zl/libFreeRTOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libFreeRTOS

Simulate FreeRTOS on posix for easy testing of FreeRTOS applications

gcc and clang have TSAN on posix, which is helpful for detecting multi-threaded bugs

All source files are from the FreeRTOS-Kernel repo. The top level .c, .h and CMakeLists.txt is an example application

usage

Get FreeRTOS kernel sources from https://github.com/FreeRTOS/FreeRTOS-Kernel.git

./cp_files.sh <FreeRTOS_root>
mkdir build && cd build
cmake ..
cmake --build .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published