Skip to content

Minor Release v3.8.0

Compare
Choose a tag to compare
@ruck314 ruck314 released this 16 Oct 15:41
· 165 commits to main since this release
c4b9591

Pull Requests Since v3.7.3

Unlabeled

  1. #80 - Release Candidate v3.8.0
  2. #79 - adding PCIE_HW_TYPE_G
  3. #78 - Check for image match in updatePcieFpga

Pull Request Details

Check for image match in updatePcieFpga

Author: Larry Ruckman [email protected]
Date: Tue Sep 14 10:16:36 2021 -0700
Pull: #78 (47 additions, 33 deletions, 1 files changed)
Branch: slaclab/image-match-check

Notes:

Puts matching images at top of list and prompts for
confirmation if image name does not match.
Guards against accidentally loading wrong image.

Note that many of the diff changes are due to adding a test for a valid
entry selected which required an indent in the next code block.


adding PCIE_HW_TYPE_G

Author: Larry Ruckman [email protected]
Date: Mon Oct 4 15:30:32 2021 -0700
Pull: #79 (98 additions, 5 deletions, 18 files changed)
Branch: slaclab/pcie-hw-type

Notes:

Description

  • The QSFP/SFP I2C mapping can be radically different between different hardware boards
  • PCIE_HW_TYPE_G give the software the ability to check if the software configuration matches the hardware register

Release Candidate v3.8.0

Author: Larry Ruckman [email protected]
Date: Sat Oct 16 08:39:37 2021 -0700
Pull: #80 (231 additions, 102 deletions, 26 files changed)
Branch: slaclab/pre-release
Issues: #78

Notes:

Description