Skip to content

Patch Release

Compare
Choose a tag to compare
@ruck314 ruck314 released this 04 Apr 05:38
· 4007 commits to main since this release
058604c

Pull Requests

  1. #203 - Updates to Clink python to support latest rogue
  2. #201 - Ltc2270 Python Register Mapping Bug Fix
  3. #202 - Python bug fix for AxiMicronP30.py

Pull Request Details

Updates to Clink python to support latest rogue

Author: Ryan Herbst [email protected]
Date: Tue Apr 3 22:14:00 2018 -0700
Pull: #203 (16 additions, 16 deletions, 2 files changed)
Branch: slaclab/clink_deprecate

Notes:

Remove deprecated class method decorators for serial send commands.

Fix reqFrame call for new API in serial send commands.


Ltc2270 Python Register Mapping Bug Fix

Author: Larry Ruckman [email protected]
Date: Tue Apr 3 22:14:49 2018 -0700
Pull: #201 (11 additions, 11 deletions, 1 files changed)
Branch: slaclab/Ltc2270-python-fix

Notes:

Description

Fixed the register mapping. I didn't know about this until rogue v2.7.0, which outputs all overlapping registers.


Python bug fix for AxiMicronP30.py

Author: Larry Ruckman [email protected]
Date: Tue Apr 3 22:15:11 2018 -0700
Pull: #202 (1 additions, 1 deletions, 1 files changed)
Branch: slaclab/AxiMicronP30

Notes:

Description

Not enough "size" allocated for _rawWrite/_rawRead. Fixed it in d61db37 commit.