Refactor IMTQ handling #384

Merged
muellerr merged 30 commits from refactor_imtq_handling into develop 2023-02-21 11:04:29 +01:00
Owner
No description provided.
muellerr added 5 commits 2023-02-19 13:37:48 +01:00
EIVE/eive-obsw/pipeline/head There was a failure building this commit Details
b1d56eb299
most important features working
EIVE/eive-obsw/pipeline/head There was a failure building this commit Details
f36c2e9587
bump tmtc
EIVE/eive-obsw/pipeline/head There was a failure building this commit Details
4de18cbaa4
re-run generators
EIVE/eive-obsw/pipeline/head There was a failure building this commit Details
27420b0c4e
use explicit fsfwgen version
EIVE/eive-obsw/pipeline/head There was a failure building this commit Details
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit Details
8d68d80eb2
changelog
muellerr requested review from meggert 2023-02-19 13:38:02 +01:00
muellerr added 1 commit 2023-02-19 13:43:13 +01:00
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit Details
7cbc3fe06c
changelog
muellerr added this to the v1.29.0 milestone 2023-02-19 13:43:20 +01:00
muellerr added 1 commit 2023-02-19 13:46:55 +01:00
EIVE/eive-obsw/pipeline/pr-develop This commit looks good Details
98bf2d592c
host should compile now
muellerr added 1 commit 2023-02-19 14:04:01 +01:00
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit Details
cd9b0cb4f4
remove the dumb hook
muellerr added 1 commit 2023-02-19 14:05:02 +01:00
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit Details
612c9967b4
set status set validity
muellerr added 1 commit 2023-02-19 14:06:42 +01:00
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit Details
8f3ea62632
fix release warning
muellerr added 1 commit 2023-02-19 14:13:12 +01:00
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit Details
6523634b2a
fix release build warnings
muellerr added 1 commit 2023-02-19 14:14:37 +01:00
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit Details
ffebe00f93
now?
muellerr added 1 commit 2023-02-19 15:29:04 +01:00
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit Details
f945252d3c
a new issue
muellerr added 1 commit 2023-02-19 17:17:22 +01:00
EIVE/eive-obsw/pipeline/pr-develop This commit looks good Details
641c069664
thix might fix server issue
muellerr added 2 commits 2023-02-20 11:47:35 +01:00
EIVE/eive-obsw/pipeline/pr-develop This commit looks good Details
2b38fe19af
more code added special request handling
to be tested
meggert reviewed 2023-02-20 11:55:22 +01:00
@ -62,3 +62,1 @@
static constexpr uint32_t SCHED_BLOCK_3_ACS_CTRL_MS = 45;
static constexpr uint32_t SCHED_BLOCK_4_ACTUATOR_MS = 50;
static constexpr uint32_t SCHED_BLOCK_5_RW_READ_MS = 300;
static constexpr uint32_t SCHED_BLOCK_3_READ_IMTQ_MGM_MS = 42;
Owner

Is this extra block needed? PERFORM_OPERATION, SEND_WRITE and GET_WRITE are done at 15ms. Why not include the SEND_READ and GET_READ to SCHED_BLOCK_2. Later on during torqueing we also wait only 15ms and not 27ms.

Is this extra block needed? PERFORM_OPERATION, SEND_WRITE and GET_WRITE are done at 15ms. Why not include the SEND_READ and GET_READ to SCHED_BLOCK_2. Later on during torqueing we also wait only 15ms and not 27ms.
Author
Owner

Some more buffer time to make sure the IMTQ can really do all the measurements before grabbing the data

Some more buffer time to make sure the IMTQ can really do all the measurements before grabbing the data
Author
Owner

Also, more time might be useful in debug build

Also, more time might be useful in debug build
meggert marked this conversation as resolved
muellerr added 1 commit 2023-02-20 19:08:04 +01:00
EIVE/eive-obsw/pipeline/pr-develop This commit looks good Details
ea6b13d189
priority adaptions for ACS
muellerr added 1 commit 2023-02-20 19:35:37 +01:00
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit Details
56cdd1173e
some more bugfixes
muellerr added 1 commit 2023-02-20 19:37:21 +01:00
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit Details
cac634503d
small compile fix
muellerr added 1 commit 2023-02-20 19:38:37 +01:00
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit Details
fb0ff922a8
resolve merge conflict
muellerr added 1 commit 2023-02-20 19:40:17 +01:00
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit Details
d38b5346a2
another fix
muellerr added 1 commit 2023-02-20 19:44:52 +01:00
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit Details
9ce065adb2
another small fix, verfiy timing now
muellerr added 1 commit 2023-02-20 19:45:39 +01:00
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit Details
e3d9614fae
Merge remote-tracking branch 'origin/develop' into refactor_imtq_handling
muellerr added 1 commit 2023-02-20 19:46:21 +01:00
EIVE/eive-obsw/pipeline/pr-develop There was a failure building this commit Details
532add94d0
bump tmtc
muellerr added 1 commit 2023-02-20 19:47:20 +01:00
EIVE/eive-obsw/pipeline/pr-develop This commit looks good Details
c98b3f6aa4
stupid merge conflict
muellerr added 1 commit 2023-02-20 19:54:09 +01:00
EIVE/eive-obsw/pipeline/pr-develop This commit looks good Details
7af4a777ae
ignoe replies when not in nml mode
disable traces
muellerr added 1 commit 2023-02-20 19:55:01 +01:00
EIVE/eive-obsw/pipeline/pr-develop This commit looks good Details
d0613727ba
clear read flags again
muellerr added 1 commit 2023-02-20 20:03:05 +01:00
muellerr added 1 commit 2023-02-20 20:05:49 +01:00
EIVE/eive-obsw/pipeline/pr-develop This commit looks good Details
682b528004
changelog tweask
meggert approved these changes 2023-02-21 09:08:38 +01:00
muellerr added 1 commit 2023-02-21 10:45:45 +01:00
muellerr merged commit eefdc8ff5b into develop 2023-02-21 11:04:29 +01:00
muellerr deleted branch refactor_imtq_handling 2023-02-21 11:04:30 +01:00
Sign in to join this conversation.
No description provided.