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 4e61855d79 Merge pull request 'Another Update Package Yaaay' (#9) from mueller/yet-another-update-package-nice into master
Reviewed-on: #9
2021-05-25 14:55:42 +02:00
bsp_hosted some more improvements 2021-05-21 19:31:05 +02:00
bsp_linux some more improvements 2021-05-21 19:31:05 +02:00
bsp_stm32_freertos node from alpine added 2021-05-21 19:46:28 +02:00
bsp_stm32_rtems Init commit 2021-04-27 17:22:34 +02:00
cmake small fix 2021-05-24 15:15:17 +02:00
common added updates manually 2021-04-29 15:58:00 +02:00
doc small fix 2021-05-24 15:15:17 +02:00
freertos Init commit 2021-04-27 17:22:34 +02:00
fsfw@f3d9fb645e fsfw update 2021-05-25 14:37:57 +02:00
fsfw_hal@d801319c12 hal and modgen update 2021-05-24 14:42:09 +02:00
generators hal and modgen update 2021-05-24 14:42:09 +02:00
lwip Init commit 2021-04-27 17:22:34 +02:00
misc fixed linux launch file 2021-05-12 18:42:51 +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 tmtccmd update 2021-05-17 15:51:22 +02:00
.dockerignore updated dockerignore 2021-05-21 17:08:52 +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 ref bbb doc 2021-05-01 17:52:01 +02:00
covGen.sh Init commit 2021-04-27 17:22:34 +02:00
docker-compose.yml some fixes, docker compose update 2021-05-21 18:24:46 +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 Beagle Bone Black
Getting started with the RTEMS OSAL on a STM32
Getting started with Eclipse for C/C++
Getting started with CMake