This commit is contained in:
parent
7a0641b98c
commit
884462e793
11
CHANGELOG.md
11
CHANGELOG.md
@ -16,6 +16,13 @@ will consitute of a breaking change warranting a new major release:
|
|||||||
|
|
||||||
# [unreleased]
|
# [unreleased]
|
||||||
|
|
||||||
|
## Fixed
|
||||||
|
|
||||||
|
- PAPB busy polling now implemented properly with an upper bound of how often the PAPB is allowed
|
||||||
|
to be busy before returning the BUSY returnvalue. Also propagate and check for that case properly.
|
||||||
|
Ideally, this will never be an issue and the PAPB VC interface should never block for a longer
|
||||||
|
period.
|
||||||
|
|
||||||
## Added
|
## Added
|
||||||
|
|
||||||
- The persistent TM stores now have low priorities and behave like background threads now. This
|
- The persistent TM stores now have low priorities and behave like background threads now. This
|
||||||
@ -50,10 +57,6 @@ eive-tmtc: v2.19.3
|
|||||||
|
|
||||||
- Fixed transition for dual power lane assemblies: When going from dual side submode to single side
|
- Fixed transition for dual power lane assemblies: When going from dual side submode to single side
|
||||||
submode, perform logical commanding first, similarly to when going to OFF mode.
|
submode, perform logical commanding first, similarly to when going to OFF mode.
|
||||||
- PAPB busy polling now implemented properly with an upper bound of how often the PAPB is allowed
|
|
||||||
to be busy before returning the BUSY returnvalue. Also propagate and check for that case properly.
|
|
||||||
Ideally, this will never be an issue and the PAPB VC interface should never block for a longer
|
|
||||||
period.
|
|
||||||
- GPS time is only set to valid if at least one satellite is in view.
|
- GPS time is only set to valid if at least one satellite is in view.
|
||||||
|
|
||||||
## Changed
|
## Changed
|
||||||
|
Loading…
Reference in New Issue
Block a user