important bugfix for linux i2c device com IF #700

Merged
gaisser merged 3 commits from eive/fsfw:mueller/i2c-com-if-bugfix into development 2022-10-24 14:35:03 +02:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit d8a4675842 - Show all commits

View File

@ -12,6 +12,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## Fixes
- I2C Bugfixes: Do not keep iterator as member and fix some incorrect handling with the iterator.
Also properly reset the reply size for successfull transfers and erroneous transfers.
PR: https://egit.irs.uni-stuttgart.de/fsfw/fsfw/pulls/700
- Bugfix for Serial Buffer Stream: Setting `doActive` to false now
actually fully disables printing.
PR: https://egit.irs.uni-stuttgart.de/fsfw/fsfw/pulls/680