update README and ws-ipc

This commit is contained in:
Robin Müller 2022-10-05 09:54:46 +02:00
parent 18285a68a6
commit 09d43cb015
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
2 changed files with 5 additions and 0 deletions

View File

@ -26,6 +26,7 @@ the [Flight Software Framework](https://egit.irs.uni-stuttgart.de/fsfw):
```sh
git clone https://egit.irs.uni-stuttgart.de/fsfw/fsfw-from-zero.git
cd fsfw-from-zero
git submodule init
git submodule update
```

View File

@ -15,3 +15,7 @@ if you are completely new to concurrency in C++.
# 1. Sharing state between two threads
## 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`