https://github.com/badouralix/itr-tutorial
Multitask and realtime programming
https://github.com/badouralix/itr-tutorial
multitask realtime
Last synced: about 1 year ago
JSON representation
Multitask and realtime programming
- Host: GitHub
- URL: https://github.com/badouralix/itr-tutorial
- Owner: badouralix
- License: mit
- Created: 2018-03-09T22:53:28.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-27T09:00:15.000Z (about 8 years ago)
- Last Synced: 2025-01-14T07:28:22.649Z (over 1 year ago)
- Topics: multitask, realtime
- Language: C++
- Size: 13.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# itr-tutorial
Multitask and realtime programming
## How-to
To compile a given file `solution.cpp`:
```bash
g++ -ltr solution.cpp -o solution.out
```
## Resources
- [Exercises](http://irfu.cea.fr/Pisp/shebli.anvar/prog-mt-rtos/index.html)