MPSoC Update Retry Logic #900

Merged
muellerr merged 3 commits from supv-retry-logic into main 2024-06-05 13:27:20 +02:00
Owner
No description provided.
muellerr added 2 commits 2024-06-05 12:39:08 +02:00
start adding re-try logic for SUPV
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
e43a86432b
some minor improvements
Some checks are pending
EIVE/eive-obsw/pipeline/head Build started...
EIVE/eive-obsw/pipeline/pr-main This commit looks good
1f8dc67922
muellerr added 1 commit 2024-06-05 12:47:26 +02:00
let's not do that for now..
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
5dd0c2a5cb
muellerr changed title from WIP: SUPV Retry Logic to SUPV Retry Logic 2024-06-05 12:47:36 +02:00
muellerr changed title from SUPV Retry Logic to MPSoC Update Retry Logic 2024-06-05 12:48:29 +02:00
muellerr requested review from meggert 2024-06-05 12:48:41 +02:00
muellerr added this to the v8.1.1 milestone 2024-06-05 12:49:01 +02:00
meggert approved these changes 2024-06-05 13:16:33 +02:00
@ -574,2 +579,3 @@
while (true) {
handleUartReception();
ReturnValue_t status = handleUartReception();
if (status != returnvalue::OK) {
Owner

well this is useless

well this is useless
muellerr merged commit a73c36c237 into main 2024-06-05 13:27:20 +02:00
muellerr deleted branch supv-retry-logic 2024-06-05 13:27:20 +02:00
Sign in to join this conversation.
No description provided.