changelog
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good

This commit is contained in:
Robin Müller 2024-04-17 18:01:47 +02:00
parent 90d784a796
commit 6319fa3e47

View File

@ -16,6 +16,19 @@ will consitute of a breaking change warranting a new major release:
# [unreleased]
## Changed
- Reworked MPSoC handler to be compatible to new MPSoC software image. This should increase
the reliability of the communication significantly.
- MPSoC device modes IDLE, SNAPSHOT and REPLAY are now modelled using submodes.
- Commanding a submode the device is already in will not result in a completion failure
anymore.
## Added
- Added `VERIFY_BOOT` command for MPSoC.
- New command for MPSoC to store camera image in chunks.
# [v7.8.1] 2024-04-11
- Reverted fix for wrong order in quaternion multiplication for computation of the error quaternion.