This commit is contained in:
parent
471d2c5b85
commit
0f5f147b8d
@ -20,14 +20,16 @@ will consitute of a breaking change warranting a new major release:
|
|||||||
|
|
||||||
- CFDP source handler, which allow file downlink using the standardized
|
- CFDP source handler, which allow file downlink using the standardized
|
||||||
CFDP interface.
|
CFDP interface.
|
||||||
|
- Proper back pressure handling for the CFDP handler, where the `LiveTmTask` is able to throttle
|
||||||
|
the CFDP handler.
|
||||||
|
|
||||||
## Fixed
|
## Fixed
|
||||||
|
|
||||||
- If the PTME is driven in a way where it fills faster than it can be emptied, the interface
|
- If the PTME is driven in a way where it fills faster than it can be emptied, the interface
|
||||||
can become full during the process of a regular packet write. The interface of the PAPB VC
|
can become full during the process of a regular packet write. The interface of the PAPB VC
|
||||||
component was adapted to account for this partial success state. The caller must now check
|
was adapted to be stateful now. Packet generation is started with a `write` call while
|
||||||
for the `PARTIALLY_WRITTEN` state and must take care of finishing a write in some shape or
|
write transfers are advanced and completed with the `advanceWrite` call if they can not be
|
||||||
form before starting the next packet transfer.
|
completed immediately.
|
||||||
- Host build fixes
|
- Host build fixes
|
||||||
|
|
||||||
# [v7.1.0] 2023-10-11
|
# [v7.1.0] 2023-10-11
|
||||||
|
Loading…
Reference in New Issue
Block a user