Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages