this contains a bit more now
Some checks are pending
EIVE/eive-obsw/pipeline/pr-develop Build started...

This commit is contained in:
Robin Müller 2023-03-08 18:12:37 +01:00
parent b261a4ecfa
commit fa5883bdf3
No known key found for this signature in database
GPG Key ID: 11D4952C8CCEF814

View File

@ -32,6 +32,9 @@ will consitute of a breaking change warranting a new major release:
## Fixed ## Fixed
- Mode fallback from IDLE mode to SAFE mode due to ACS errors/events now works properly for
the ACS subsystem
- Bugfix in IDLE transition for system.
- `std::filesystem` API usages: Avoid exceptions by using variants which return an error code - `std::filesystem` API usages: Avoid exceptions by using variants which return an error code
instead of throwing exceptions. instead of throwing exceptions.
- GPS fix loss was not reported if mode is unset. - GPS fix loss was not reported if mode is unset.
@ -43,9 +46,9 @@ will consitute of a breaking change warranting a new major release:
- Allow arbitrary submodes for dual lane boards to avoid FDIR reactions of subsystem components. - Allow arbitrary submodes for dual lane boards to avoid FDIR reactions of subsystem components.
Bump FSFW to allow this. Bump FSFW to allow this.
- PUS 15 was not scheduled - PUS 15 was not scheduled
- Transmitter timeout set to 2 minutes instead of 15 minutes. This will prevent to discharge the battery - Transmitter timeout set to 2 minutes instead of 15 minutes. This will prevent to discharge the
in case the syrlinks starts transmitting due to detection of unintentional bitlock. This happened e.g. on ground battery in case the syrlinks starts transmitting due to detection of unintentional bitlock. This
when the uplink to the flying latop was established. happened e.g. on ground when the uplink to the flying latop was established.
- ACS system components are now always scheduled (EM specific) - ACS system components are now always scheduled (EM specific)
# [v1.35.1] 2023-03-04 # [v1.35.1] 2023-03-04