changelog
EIVE/eive-obsw/pipeline/pr-main This commit looks good Details

This commit is contained in:
Robin Müller 2024-04-17 18:02:47 +02:00
parent 6319fa3e47
commit 1ffef6753c
1 changed files with 3 additions and 2 deletions

View File

@ -18,8 +18,9 @@ will consitute of a breaking change warranting a new major release:
## Changed
- Reworked MPSoC handler to be compatible to new MPSoC software image. This should increase
the reliability of the communication significantly.
- Reworked MPSoC handler to be compatible to new MPSoC software image and use
new device handler base class. 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.