FSFW.h.in more default values #491

Merged
muellerr merged 10 commits from mueller/fsfw-default-value-pus-c-cfg into development 2021-10-05 18:27:13 +02:00
Owner
No description provided.
muellerr added 4 commits 2021-09-29 12:06:16 +02:00
muellerr added 1 commit 2021-09-29 12:07:11 +02:00
muellerr added 1 commit 2021-09-29 14:27:21 +02:00
muellerr added 1 commit 2021-09-29 16:16:13 +02:00
Owner

How did this work before? Was the user code supposed to set all these?
And, are we not using -Wundef (which would give a warning if undefined macros are used in #if statements)?

How did this work before? Was the user code supposed to set all these? And, are we not using `-Wundef` (which would give a warning if undefined macros are used in `#if` statements)?
Author
Owner

Yes, those were supposed to be set by the user.
The FSFW.h.in file is new and is able to set default values for undefined defines. This is how projects like FreeRTOS and LwIP sanitize the user configuration header file.

And as far as i know this warning is not used

Yes, those were supposed to be set by the user. The `FSFW.h.in` file is new and is able to set default values for undefined defines. This is how projects like FreeRTOS and LwIP sanitize the user configuration header file. And as far as i know this warning is not used
muellerr added 1 commit 2021-10-02 15:44:48 +02:00
mohr approved these changes 2021-10-04 11:13:01 +02:00
mohr left a comment
Owner

Thanks for the clarification

Thanks for the clarification
muellerr added 1 commit 2021-10-04 14:45:16 +02:00
muellerr added this to the v3.0.0 milestone 2021-10-05 12:32:32 +02:00
muellerr added 1 commit 2021-10-05 18:26:36 +02:00
muellerr modified the milestone from v3.0.0 to v2.0.1 2021-10-05 18:26:41 +02:00
muellerr merged commit 85a90a6ec5 into development 2021-10-05 18:27:13 +02:00
muellerr deleted branch mueller/fsfw-default-value-pus-c-cfg 2021-10-05 18:27:14 +02:00
muellerr modified the milestone from v2.0.1 to v3.0.0 2021-10-11 18:02:16 +02:00
Sign in to join this conversation.
No description provided.