update README and ws-ipc
This commit is contained in:
parent
18285a68a6
commit
09d43cb015
@ -26,6 +26,7 @@ the [Flight Software Framework](https://egit.irs.uni-stuttgart.de/fsfw):
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone https://egit.irs.uni-stuttgart.de/fsfw/fsfw-from-zero.git
|
git clone https://egit.irs.uni-stuttgart.de/fsfw/fsfw-from-zero.git
|
||||||
|
cd fsfw-from-zero
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
```
|
```
|
||||||
|
@ -15,3 +15,7 @@ if you are completely new to concurrency in C++.
|
|||||||
# 1. Sharing state between two threads
|
# 1. Sharing state between two threads
|
||||||
|
|
||||||
## Subtasks
|
## Subtasks
|
||||||
|
|
||||||
|
1. Create two threads which run some tasks with a period of 50ms using the
|
||||||
|
[`std::thread`](https://en.cppreference.com/w/cpp/thread/thread) API
|
||||||
|
2. Introduce a static global `uint32_t` variable called `SHARED_VARIABLE`
|
Loading…
x
Reference in New Issue
Block a user