1
0
forked from fsfw/fsfw

Merge remote-tracking branch 'upstream/development' into mueller/cfdp-pdus

This commit is contained in:
Robin Mueller
2022-02-01 11:00:57 +01:00
11 changed files with 53 additions and 241 deletions

View File

@ -107,6 +107,12 @@ cmake --build . -- fsfw-tests_coverage -j
The `coverage.py` script located in the `script` folder can also be used to do this conveniently.
## Formatting the sources
The formatting is done by the `clang-format` tool. The configuration is contained within the
`.clang-format` file in the repository root. As long as `clang-format` is installed, you
can run the `apply-clang-format.sh` helper script to format all source files consistently.
## Index
[1. High-level overview](docs/README-highlevel.md#top) <br>