An example project for the FSFW. This example was slit up. You can find the hosted version here: https://egit.irs.uni-stuttgart.de/fsfw/fsfw-example-hosted
This repository has been archived on 2021-11-24. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Steffen Gaisser 15dba9f945
Added submodules in NOTICE File
2021-04-29 20:00:17 +02:00
bsp_hosted added updates manually 2021-04-29 15:58:00 +02:00
bsp_linux added updates manually 2021-04-29 15:58:00 +02:00
bsp_stm32_freertos Init commit 2021-04-27 17:22:34 +02:00
bsp_stm32_rtems Init commit 2021-04-27 17:22:34 +02:00
cmake readded all submodules 2021-04-29 16:02:44 +02:00
common added updates manually 2021-04-29 15:58:00 +02:00
doc added updates manually 2021-04-29 15:58:00 +02:00
freertos Init commit 2021-04-27 17:22:34 +02:00
fsfw@9f83739771 fsfw update 2021-04-29 19:27:58 +02:00
fsfw_hal@a85c01465b readded all submodules 2021-04-29 16:02:44 +02:00
generators readded all submodules 2021-04-29 16:02:44 +02:00
lwip Init commit 2021-04-27 17:22:34 +02:00
misc Init commit 2021-04-27 17:22:34 +02:00
mission reverted pus c changes 2021-04-29 19:30:36 +02:00
test Init commit 2021-04-27 17:22:34 +02:00
tmtc readded all submodules 2021-04-29 16:02:44 +02:00
.gitignore Init commit 2021-04-27 17:22:34 +02:00
.gitmodules readded all submodules 2021-04-29 16:02:44 +02:00
CMakeLists.txt Init commit 2021-04-27 17:22:34 +02:00
LICENSE Init commit 2021-04-27 17:22:34 +02:00
NOTICE Added submodules in NOTICE File 2021-04-29 20:00:17 +02:00
README.md Init commit 2021-04-27 17:22:34 +02:00
covGen.sh Init commit 2021-04-27 17:22:34 +02:00
unlockRealtime Init commit 2021-04-27 17:22:34 +02:00

README.md

FSFW Demo Application

This repository features a demo application. The example has been run successfully on the following platforms:

  • Linux host machine with the Linux OSAL or the Host OSAL
  • Windows with the Host OSAL
  • STM32H743ZI-Nucleo with the FreeRTOS OSAL
  • Raspberry Pi with the Linux OSAL
  • STM32H743ZI-Nucleo with the RTEMS OSAL

The purpose of this example is to provide a demo of the FSFW capabilities. However, it can also be used as a starting point to set up a repository for new flight software. It also aims to provide developers with practical examples of how the FSFW is inteded to be used and how project using the FSFW should or can be set up and it might serve as a basic test platform for the FSFW as well to ensure all OSALs are compiling and running as expected.

The repository contains a Python TMTC program which can be used to showcase the TMTC capabilities of the FSFW (currently, using the ECSS PUS packet standard).

Reference

Getting started with the Linux OSAL
Getting started with the Host OSAL
Getting started with the FreeRTOS OSAL on a STM32
Getting started with the Raspberry Pi
Getting started with the RTEMS OSAL on a STM32
Getting started with Eclipse for C/C++
Getting started with CMake