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
tweaks for pin handling
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
0bbcfb34e8
more robust code
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
a88725070b
add PL PCDU for EM
Some checks are pending
EIVE/eive-obsw/pipeline/head Build started...
EIVE/eive-obsw/pipeline/pr-main This commit looks good
eae63a8dc9
muellerr added 1 commit 2023-08-02 14:17:38 +02:00
logiically it works..
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
b23ae2e152
muellerr added 1 commit 2023-08-02 15:29:18 +02:00
that should do the job
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
d2c0c1709e
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
Merge branch 'main' into pl-pcdu-tweaks
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
a0e4f0a438
muellerr added 1 commit 2023-08-03 09:59:30 +02:00
re-introduce proper bounds checking
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
093f7f3a31
muellerr added 1 commit 2023-08-03 10:05:17 +02:00
set set to 0 for OFF cmd
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
1f02c0ef57
muellerr added 1 commit 2023-08-03 10:06:12 +02:00
changelog
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
6f8ad08e9b
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
this is more correct
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
7c3329abb2
muellerr added 1 commit 2023-08-03 10:16:56 +02:00
changelog typo
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
97f40232d7
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
tweaks
Some checks are pending
EIVE/eive-obsw/pipeline/pr-main Build started...
e746c151d3
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.