Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/longluo/ucos-posix
- Owner: longluo
- License: apache-2.0
- Created: 2024-03-20T01:26:59.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-04-03T01:58:23.000Z (10 months ago)
- Last Synced: 2024-11-10T00:29:55.618Z (2 months ago)
- Topics: c, linux, os, posix, rtos, ucos-iii, unix
- Language: C
- Homepage: http://longluo.me
- Size: 246 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 folderrm -rf build