changelog

This commit is contained in:
Robin Müller 2024-11-13 17:42:39 +01:00
parent e6cdca5d83
commit d2271e8185
Signed by: muellerr
GPG Key ID: A649FB78196E3849

View File

@ -34,6 +34,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## Changed ## Changed
- Complete refactoring of HK subsystem. Replaced local data pool manager by periodic HK
helper. The shared pool and the periodic HK generation are now distinct concepts.
- Improved File System Abstraction to be more in line with normal filesystems. - Improved File System Abstraction to be more in line with normal filesystems.
- CFDP implementation was improved, has now even less dependencies on other FSFW components - CFDP implementation was improved, has now even less dependencies on other FSFW components
and allows one inserted packet per state machine call. and allows one inserted packet per state machine call.