Skip to content

Commit

Permalink
Updated documentation for R1-2
Browse files Browse the repository at this point in the history
  • Loading branch information
kmpeters committed May 5, 2023
1 parent d0815ab commit 0a452b9
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# motorPIGCS2
EPICS motor drivers for [Physik Instrumente](https://www.physikinstrumente.com/) GCS2 (General Command Set) compatible controllers, including the following:<br>
C-663, C-702, C-863, C-867, C-884, C-885, C-887, E-517, E-518, E-753, E-754, E-709, E-712, E-725, E-727, E-755, E-861, E-871, E-873, F-206, F-HEX, and M-8
C-663, C-702, C-863, C-867, C-884, C-885, C-887, E-517, E-518, E-753, E-754, E-709, E-712, E-725, E-727, E-755, E-861, E-871, E-873, E-873.3QTU, F-206, F-HEX, and M-8

[![Build Status](https://github.com/epics-motor/motorPIGCS2/actions/workflows/ci-scripts-build.yml/badge.svg)](https://github.com/epics-motor/motorPIGCS2/actions/workflows/ci-scripts-build.yml)
<!--[![Build Status](https://travis-ci.org/epics-motor/motorPIGCS2.png)](https://travis-ci.org/epics-motor/motorPIGCS2)-->
Expand Down
28 changes: 28 additions & 0 deletions docs/RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# motorPIGCS2 Releases

## __R1-2 (2023-05-05)__
R1-2 is a release based on the master branch.

### Changes since R1-1

#### New features
* Commit [70da0e8](https://github.com/epics-motor/motorPIGCS2/commit/70da0e81885652c14b6dcd5f9a6b938f909152c7): Steffen Rau added detection of E-518
* Commit [461e94b](https://github.com/epics-motor/motorPIGCS2/commit/461e94b5a36fc9a1797b5fbd13e4ec4c01dd4c68): [Jens Kapp](https://github.com/JensKappPI) added support for the E-873.3QTU controller
* Pull request [#10](https://github.com/epics-motor/motorPIGCS2/pull/10): [Augusto Horita](https://github.com/AugustoHorita) added closed loop control commands to the E-727 support.

#### Modifications to existing features
* Pull request [#6](https://github.com/epics-motor/motorPIGCS2/pull/6): Steffen Rau eliminated errors due to missing FRF, TRS and SRG commands for the PI E-518 controller.

#### Bug fixes
* Pull request [#15](https://github.com/epics-motor/motorPIGCS2/pull/15): Unconditionally check for non-closed-loop parameters in writeFloat64
* Pull request [#16](https://github.com/epics-motor/motorPIGCS2/pull/16): Fixed E-727 polling when the SRG command isn't supported
* Pull request [#19](https://github.com/epics-motor/motorPIGCS2/pull/19): Fixed a VxWorks build problem (pre-C++11 compilers)
* Pull request [#21](https://github.com/epics-motor/motorPIGCS2/pull/21): Set m_hasqSRG=false if SRG response is empty
* Pull request [#22](https://github.com/epics-motor/motorPIGCS2/pull/22): Corrected driver name in report output
* Pull request [#23](https://github.com/epics-motor/motorPIGCS2/pull/23): Eliminated compiler warnings

#### Documentation
* Pull request [#9](https://github.com/epics-motor/motorPIGCS2/pull/9): Added the list of supported controllers to the README.md

#### Continuous integration
* Added ci-scripts (v3.0.1)
* Switched from Travis CI to Github Actions

## __R1-1 (2020-05-12)__
R1-1 is a release based on the master branch.

Expand Down

0 comments on commit 0a452b9

Please sign in to comment.