Swap PL and PS I2C #725

Merged
muellerr merged 20 commits from swap-pl-ps-i2c into main 2023-07-06 15:05:54 +02:00
Owner
No description provided.
muellerr added 18 commits 2023-07-03 17:17:11 +02:00
EIVE/eive-obsw/pipeline/head This commit looks good Details
1b919ceaec
swap i2cs
EIVE/eive-obsw/pipeline/head There was a failure building this commit Details
d6dd943ebf
tmp is back in the house
EIVE/eive-obsw/pipeline/head There was a failure building this commit Details
727050520b
that should do the job
EIVE/eive-obsw/pipeline/head There was a failure building this commit Details
07bb293816
tmp1075 workssssss
EIVE/eive-obsw/pipeline/head There was a failure building this commit Details
97268af555
another tmp FDIR fix
EIVE/eive-obsw/pipeline/head There was a failure building this commit Details
8f7d3dd815
changelog
EIVE/eive-obsw/pipeline/head There was a failure building this commit Details
df4e657ec3
create TCS CTRL TMP1075 PLCDU 1 se tdynamically
EIVE/eive-obsw/pipeline/head There was a failure building this commit Details
697a3e8577
Merge remote-tracking branch 'origin/main' into swap-pl-ps-i2c
EIVE/eive-obsw/pipeline/head There was a failure building this commit Details
25c7058da5
changelog
EIVE/eive-obsw/pipeline/head There was a failure building this commit Details
d1b9608a14
that should do the job
EIVE/eive-obsw/pipeline/head Build started... Details
EIVE/eive-obsw/pipeline/pr-main There was a failure building this commit Details
d8ab6abc49
FM should build again
muellerr added 1 commit 2023-07-03 17:32:41 +02:00
EIVE/eive-obsw/pipeline/pr-main This commit looks good Details
5c430212e7
that should fix the host build
muellerr changed title from WIP: Swap PL and PS I2C to Swap PL and PS I2C 2023-07-05 16:38:21 +02:00
muellerr requested review from meggert 2023-07-05 17:00:20 +02:00
muellerr added this to the v6.1.0 milestone 2023-07-05 17:00:44 +02:00
meggert approved these changes 2023-07-06 10:51:08 +02:00
CHANGELOG.md Outdated
@ -19,0 +19,4 @@
## Changed
- Swapped PL and PS I2C, BPX battery and MGT are connected to PS I2C now for firmware versions
above v4. However, this software version ins compatible to both v3 and v4 of the firmware.
Owner

You might wanna check for typos ins this sentence.

You might wanna check for typos ins this sentence.
Author
Owner

there are now typos in there

there are now typos in there
Author
Owner

all typos ins now fixed

all typos ins now fixed
meggert marked this conversation as resolved
@ -0,0 +540,4 @@
tmpSchedConf.schedulePlPcduDev1 = true;
tmpSchedConf.scheduleIfBoardDev = true;
#endif
result = pst::pstProgammableLogicI2c(tmpSchedConf, i2cPst);
Owner

Naming is kind of confusing, if we are trying to keep this backwad compatible. Maybe pstTmpI2c might be better here.

Naming is kind of confusing, if we are trying to keep this backwad compatible. Maybe `pstTmpI2c` might be better here.
Author
Owner

good catch

good catch
meggert marked this conversation as resolved
@ -29,7 +29,9 @@ ReturnValue_t TmpDevFdir::eventReceived(EventMessage* event) {
case DeviceHandlerIF::DEVICE_BUILDING_COMMAND_FAILED:
// These faults all mean that there were stupid replies from a device.
// With now way to do a recovery, set the device to faulty immediately.
Owner

Now way you did this

Now way you did this
Author
Owner

now way someone is actually reading the comments

now way someone is actually reading the comments
meggert marked this conversation as resolved
muellerr added 1 commit 2023-07-06 14:34:26 +02:00
EIVE/eive-obsw/pipeline/pr-main This commit looks good Details
bda2ba79bf
Merge remote-tracking branch 'origin/main' into swap-pl-ps-i2c
make marius extremely happy
muellerr merged commit ee4285075a into main 2023-07-06 15:05:54 +02:00
muellerr deleted branch swap-pl-ps-i2c 2023-07-06 15:05:55 +02:00
Sign in to join this conversation.
No description provided.