Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/longluo/ucos-posix

The uCOS-Posix Portable Source Code
https://github.com/longluo/ucos-posix

c linux os posix rtos ucos-iii unix

Last synced: 10 days ago
JSON representation

The uCOS-Posix Portable Source Code

Awesome Lists containing this project

README

        

# 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