new cmake options for CICD build #623

Merged
gaisser merged 22 commits from mueller/new-cicd-cmake-opts into development 2022-06-20 17:56:30 +02:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit 89f83f4e3d - Show all commits

View File

@ -43,6 +43,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## Additions
- Added options for CI/CD builds: `FSFW_CICD_BUILD`. This allows the source code to know
whether it is running in CI/CD
PR: https://egit.irs.uni-stuttgart.de/fsfw/fsfw/pulls/623
- Linux HAL: Add wiretapping option for I2C. Enabled with `FSFW_HAL_I2C_WIRETAPPING` defined to 1
- Dedicated Version class and constant `fsfw::FSFW_VERSION` containing version information
inside `fsfw/version.h`