2022-09-28 17:33:39 +02:00
2022-09-02 10:00:13 +02:00
2022-09-02 09:07:20 +02:00
2022-09-28 17:33:39 +02:00
2022-09-02 09:58:43 +02:00
2022-09-02 08:39:20 +02:00
2022-09-02 09:58:43 +02:00
2022-09-02 09:58:43 +02:00
2022-09-28 14:35:09 +02:00

FSFW From Zero Workshop

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 for C++ beginners.

Start by cloning this repository and updating the submodules to also clone the Flight Software Framework:

git clone https://egit.irs.uni-stuttgart.de/fsfw/fsfw-from-zero.git
git submodule init
git submodule update

Overview

This workshop does an incremental build-up of a simple software which is similar to an On-Board Software.

It is organised in chapters which have a task description.

Description
Workshop project for the FSFW. Get started from a simple hello world application.
Readme 877 KiB
Languages
C++ 95%
CMake 5%