longluo / ucos-posix

The uCOS-Posix Portable Source Code

Home Page:http://longluo.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ucos-posix

Posix/Linux Simulator for uCOS-III

Configuring the Build Environment

In order to run uC/OS-III on Linux, the maximum realtime priority for process must be increased. For the following step, you must acquire root access. Modify /etc/security/limits.conf by adding the following line, replacing "username" with your login name:

      username   -   rtprio   unlimited

Once you save the changes, log out of your original session and then log back in.

Build

Just run the compile.sh script

./compile.sh

Test

Just run the binary file ./build/ucos3-posix

Clean

Just remove the build folder

rm -rf build

About

The uCOS-Posix Portable Source Code

http://longluo.me

License:Apache License 2.0


Languages

Language:C 99.9%Language:CMake 0.1%Language:Shell 0.0%