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
swap i2cs
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
1b919ceaec
Merge remote-tracking branch 'origin/v4.0.0-dev' into swap-pl-ps-i2c
All checks were successful
EIVE/eive-obsw/pipeline/head This commit looks good
3e9accfa7b
tmp is back in the house
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
d6dd943ebf
that should do the job
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
727050520b
tmp1075 workssssss
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
07bb293816
another tmp FDIR fix
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
97268af555
changelog
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
8f7d3dd815
create TCS CTRL TMP1075 PLCDU 1 se tdynamically
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
df4e657ec3
Merge remote-tracking branch 'origin/main' into swap-pl-ps-i2c
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
697a3e8577
changelog
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
25c7058da5
that should do the job
Some checks failed
EIVE/eive-obsw/pipeline/head There was a failure building this commit
d1b9608a14
FM should build again
Some checks failed
EIVE/eive-obsw/pipeline/head Build started...
EIVE/eive-obsw/pipeline/pr-main There was a failure building this commit
d8ab6abc49
muellerr added 1 commit 2023-07-03 17:32:41 +02:00
that should fix the host build
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
5c430212e7
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
Merge remote-tracking branch 'origin/main' into swap-pl-ps-i2c
All checks were successful
EIVE/eive-obsw/pipeline/pr-main This commit looks good
bda2ba79bf
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.