changelog

This commit is contained in:
Robin Müller 2024-12-12 16:17:38 +01:00
parent a46a66c35a
commit 829ee90542

View File

@ -36,6 +36,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- 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.
The [FSFW PR](https://egit.irs.uni-stuttgart.de/KSat/fsfw/pulls/37) contains more
information.
- 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
and allows one inserted packet per state machine call.