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:02:47 +02:00
parent 6319fa3e47
commit 1ffef6753c

View File

@ -18,8 +18,9 @@ will consitute of a breaking change warranting a new major release:
## Changed ## Changed
- Reworked MPSoC handler to be compatible to new MPSoC software image. This should increase - Reworked MPSoC handler to be compatible to new MPSoC software image and use
the reliability of the communication significantly. 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. - 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 - Commanding a submode the device is already in will not result in a completion failure
anymore. anymore.