Releases: epics-motor/motorNewport
Releases · epics-motor/motorNewport
R1-2-1
R1-2
R1-2 is a release based on the master branch.
Changes since R1-1
New features
- Pull request #14 and #15: Heinz Junkes Added support for the Newport FCL200 (FC series) to the AG_CONEX driver
Modifications to existing features
- Commit e4e75f7: Removed SUPPORT from RELEASE; use RELEASE.local to define it instead, needed for OPI conversion
- Pull request #9: Added example ESP300 serial port configuration from Lee Yang
Bug fixes
- Pull request #18: drvESP300.cc now sets both position and encoder_position, so that UEIP of the motor record can be set to YES.
Documentation
- Pull request #17: Added SMC100 to README.md
Continuous integration
- Added ci-scripts (v3.0.1)
- Switched from Travis CI to Github Actions
R1-1
R1-1 is a release based on the master branch.
Changes since R1-0-1
New features
- MarkRivers added support for XPS-D which uses sftp rather than ftp to download trajectory files
- Commit 84b3660: User displays can now be autoconverted at build time
Modifications to existing features
- Commit dee02c8:
CONFIG_SITE
now includes$(SUPPORT)/configure/CONFIG_SITE
, if it exists - Commit 787819d:
SUPPORT
is now defined inRELEASE
, which is needed for OPI autoconvert - Commit b116444: User displays have been autoconverted using the latest converter
Bug fixes
R1-0-1
R1-0-1 is a release based on the master branch.
Changes since R1-0
Modifications to existing features
- Commit cdd60e5: Added build rule to allow *.req files to be installed when building against base 3.14
Bug fixes
- Commit c9beba9: Corrected a typo that prevented XPSTclScript.template from being installed
R1-0
R1-0 is a release based on the master branch.
Changes since motor-6-11
motorNewport is now a standalone module, as well as a submodule of motor
New features
- motorNewport can be built outside of the motor directory
- motorNewport has a dedicated example IOC that can be built outside of motorNewport
Modifications to existing features
- Commit 808e26e: HXP driver polling moved from axis to controller method to support controllers with newer firmware. Details can be found on the motor issue #124.
Bug fixes
- None