This project created for studying FreeRTOS.
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. >_<