bump README
This commit is contained in:
parent
1175a21440
commit
39584aa56b
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user