Refactor IMTQ handling #384

Merged
muellerr merged 30 commits from refactor_imtq_handling into develop 2023-02-21 11:04:29 +01:00
2 changed files with 3 additions and 1 deletions
Showing only changes of commit 7cbc3fe06c - Show all commits

View File

@ -23,6 +23,8 @@ change warranting a new major release:
- Refactored IMTQ handlers to also perform low level I2C communication tasks in separate threads. - Refactored IMTQ handlers to also perform low level I2C communication tasks in separate threads.
This avoids the various delays needed for I2C communication with that device inside the ACS PST. This avoids the various delays needed for I2C communication with that device inside the ACS PST.
(e.g. 1 ms delay between each transfer, or 10 ms integration delay for MGM measurements). (e.g. 1 ms delay between each transfer, or 10 ms integration delay for MGM measurements).
- Updated generated CSV files: Support for skip directive and explicit
"No description" info string
## Added ## Added

2
tmtc

@ -1 +1 @@
Subproject commit 887e76baf824735f2adff90a137431e37cdefc6a Subproject commit a57511e7251ebe0f2adb8ba6af23a7b9783ca6a8