Initial commit of the PSI version of motorMotorSim as a standalone

driver.
This commit is contained in:
2025-02-14 15:12:33 +01:00
commit b240341bfd
55 changed files with 4155 additions and 0 deletions

33
docs/RELEASE.md Normal file
View File

@ -0,0 +1,33 @@
# motorMotorSim Releases
## __R1-1 (2020-05-12)__
R1-1 is a release based on the master branch.
### Changes since R1-0
#### New features
* None
#### Modifications to existing features
* Commit [d61a030](https://github.com/epics-motor/motorMotorSim/commit/d61a03052df7fd066d30d88c733022ea3ce1e12b): iocsh files are now installed to the top-level directory
#### Bug fixes
* Pull request [#2](https://github.com/epics-motor/motorMotorSim/pull/2): Fix setting home bit after home operation
* Commit [ed21eac](https://github.com/epics-motor/motorMotorSim/commit/ed21eac09615ec5bb8bde44a13df28cd651b0f35): Include ``$(MOTOR)/modules/RELEASE.$(EPICS_HOST_ARCH).local`` instead of ``$(MOTOR)/configure/RELEASE``
## __R1-0 (2019-04-18)__
R1-0 is a release based on the master branch.
### Changes since motor-6-11
motorMotorSim is now a standalone module, as well as a submodule of [motor](https://github.com/epics-modules/motor)
#### New features
* motorMotorSim can be built outside of the motor directory
* motorMotorSim has a dedicated example IOC that can be built outside of motorMotorSim
#### Modifications to existing features
* None
#### Bug fixes
* None