PL PCDU tweaks #766

Merged
muellerr merged 12 commits from pl-pcdu-tweaks into main 2023-08-03 13:07:11 +02:00
Owner
No description provided.
muellerr added 3 commits 2023-08-02 14:10:57 +02:00
EIVE/eive-obsw/pipeline/head This commit looks good Details
0bbcfb34e8
tweaks for pin handling
EIVE/eive-obsw/pipeline/head This commit looks good Details
a88725070b
more robust code
EIVE/eive-obsw/pipeline/head Build started... Details
EIVE/eive-obsw/pipeline/pr-main This commit looks good Details
eae63a8dc9
add PL PCDU for EM
muellerr added 1 commit 2023-08-02 14:17:38 +02:00
EIVE/eive-obsw/pipeline/pr-main This commit looks good Details
b23ae2e152
logiically it works..
muellerr added 1 commit 2023-08-02 15:29:18 +02:00
EIVE/eive-obsw/pipeline/pr-main This commit looks good Details
d2c0c1709e
that should do the job
muellerr added this to the v6.3.0 milestone 2023-08-02 15:30:59 +02:00
muellerr added 1 commit 2023-08-03 09:23:56 +02:00
EIVE/eive-obsw/pipeline/pr-main This commit looks good Details
a0e4f0a438
Merge branch 'main' into pl-pcdu-tweaks
muellerr added 1 commit 2023-08-03 09:59:30 +02:00
EIVE/eive-obsw/pipeline/pr-main This commit looks good Details
093f7f3a31
re-introduce proper bounds checking
muellerr added 1 commit 2023-08-03 10:05:17 +02:00
EIVE/eive-obsw/pipeline/pr-main This commit looks good Details
1f02c0ef57
set set to 0 for OFF cmd
muellerr added 1 commit 2023-08-03 10:06:12 +02:00
EIVE/eive-obsw/pipeline/pr-main This commit looks good Details
6f8ad08e9b
changelog
muellerr changed title from WIP: PL PCDU tweaks to PL PCDU tweaks 2023-08-03 10:13:26 +02:00
muellerr requested review from meggert 2023-08-03 10:13:30 +02:00
muellerr added 1 commit 2023-08-03 10:16:15 +02:00
EIVE/eive-obsw/pipeline/pr-main This commit looks good Details
7c3329abb2
this is more correct
muellerr added 1 commit 2023-08-03 10:16:56 +02:00
EIVE/eive-obsw/pipeline/pr-main This commit looks good Details
97f40232d7
changelog typo
meggert approved these changes 2023-08-03 11:49:28 +02:00
@ -67,0 +69,4 @@
{
PoolReadGuard pg(&adcSet);
adcSet.setReportingEnabled(false);
adcSet.tempC = 0;
Owner

use the invalid temp constexpr instead?

use the invalid temp constexpr instead?
muellerr marked this conversation as resolved
@ -379,2 +386,3 @@
adcState = AdcStates::OFF;
adcState = AdcState::OFF;
if (startTransitionToOff) {
sif::debug << "transition back to off" << std::endl;
Owner

do we want to keep the debug printout?

do we want to keep the debug printout?
muellerr marked this conversation as resolved
@ -380,2 +387,4 @@
if (startTransitionToOff) {
sif::debug << "transition back to off" << std::endl;
startTransition(MODE_OFF, 0);
sif::debug << "blubwapfwa" << std::endl;
Owner

blabliblub

blabliblub
muellerr marked this conversation as resolved
muellerr added 1 commit 2023-08-03 13:04:29 +02:00
EIVE/eive-obsw/pipeline/pr-main Build started... Details
e746c151d3
tweaks
muellerr merged commit 1267097368 into main 2023-08-03 13:07:11 +02:00
muellerr deleted branch pl-pcdu-tweaks 2023-08-03 13:07:12 +02:00
Sign in to join this conversation.
No description provided.