Swap PL and PS I2C #725
No reviewers
Labels
No Label
OPS TODO
api change
breaking api change
bug
documentation
duplicate
feature
help wanted
invalid
question
wontfix
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: eive/eive-obsw#725
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "swap-pl-ps-i2c"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
WIP: Swap PL and PS I2Cto Swap PL and PS I2C@ -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.
You might wanna check for typos ins this sentence.
there are now typos in there
all typos ins now fixed
@ -0,0 +540,4 @@
tmpSchedConf.schedulePlPcduDev1 = true;
tmpSchedConf.scheduleIfBoardDev = true;
#endif
result = pst::pstProgammableLogicI2c(tmpSchedConf, i2cPst);
Naming is kind of confusing, if we are trying to keep this backwad compatible. Maybe
pstTmpI2c
might be better here.good catch
@ -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.
Now way you did this
now way someone is actually reading the comments