Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 490 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 490 Bytes

FreeRTOS_study

This project created for studying FreeRTOS.

Simulator_Linux:

This is a simulator of freeRTOS in LINUX.

make all/clean are supported.

Two simple tasks created and send/receive data between them in the example.

SConstruct have been added for build. "scons" for build, "scons -c" for clear all build target.

Note: please create a directory named "tmp" in root directory before make, otherwise will make failed. I am lazy to auto create a blank "tmp" in Makefile. >_<