keeping unittests running #173
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "mohr/unittests"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I think we should create a bsp_linux, which includes the linux folder and its config for the unittests, having the definitions twice in bsp_hosted and linux will continue to break unittests, as the mission folder is written against the linux definitions. Maybe even retire bsp_hosted?
Needs fsfw/fsfw#570 to be merged.
would be a better idea to just move the gpio ID header to common. GPIOs are very easy to abstract anyway (e.g. with dummies)
Also update fsfw to include fsfw/fsfw#570 from upstream