bump README

This commit is contained in:
Robin Müller 2022-09-28 20:23:15 +02:00
parent 1175a21440
commit 39584aa56b
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814
1 changed files with 2 additions and 3 deletions

View File

@ -4,7 +4,8 @@ FSFW From Zero Workshop
This workshop gives an introduction to the Flight Software Framework, This workshop gives an introduction to the Flight Software Framework,
starting from a simple hello world program in C++. As such, it it also suitable starting from a simple hello world program in C++. As such, it it also suitable
for people with basic C++ skills who want to learn how the FSFW works and how to build for people with basic C++ skills who want to learn how the FSFW works and how to build
On-Board Software (OBSW) in general. On-Board Software (OBSW) in general. This workshop does not rely on external hardware
and can be done on a host machine (e.g. laptop).
# Getting started # Getting started
@ -44,8 +45,6 @@ learn this.
This chapter provides an introduction into the thread/tasks abstractions provided by the framework. This chapter provides an introduction into the thread/tasks abstractions provided by the framework.
The chapter descriptions and solutions are located inside `ws-tasks`. The chapter descriptions and solutions are located inside `ws-tasks`.
It is recommended to start with this workshop.
## Structuring your project and managing third-party dependencies with CMake ## Structuring your project and managing third-party dependencies with CMake
OBSW usually becomes very complex as more and more features and functionality is added. OBSW usually becomes very complex as more and more features and functionality is added.