Skip to content

Releases: epics-motor/motorScriptMotor

R1-2

13 Apr 17:07
Compare
Choose a tag to compare

R1-2 is a release based on the master branch.

Changes since R1-1

New features

  • Pull request #1: Keenan Lang added Attocube AMC scripts and example

Modifications to existing features

  • Pull request #3: Oksana Ivashkevych and Dave Cyl improved the Attocube AMC support
  • Commit 37f476c: SUPPORT has been removed from the RELEASE file; use RELEASE.local to define it instead.

Bug fixes

  • Commit 2e4080a: Display error details on load failure
  • Commit 6c82209: Avoid unsupported RTEMS builds

Continuous integration

  • Added ci-scripts (v3.0.1)
  • Configured to use Github Actions for CI

R1-1

12 May 20:13
Compare
Choose a tag to compare

R1-1 is a release based on the master branch.

Changes since R1-0

New features

  • Commit 194348c: User displays can now be autoconverted at build time

Modifications to existing features

  • Commit 79ab30e: CONFIG_SITE now includes $(SUPPORT)/configure/CONFIG_SITE, if it exists
  • Commit 8d0de84: SUPPORT is now defined in RELEASE, which is needed for autoconvert
  • Commit 61581d0: User displays have been autoconverted using the latest converter

Bug fixes

  • Commit 5517d7d: Include $(MOTOR)/modules/RELEASE.$(EPICS_HOST_ARCH).local instead of $(MOTOR)/configure/RELEASE

R1-0

18 Apr 19:33
Compare
Choose a tag to compare

R1-0 is a release based on the master branch.

Changes since motor-6-11

motorScriptMotor is now a standalone module, as well as a submodule of motor

New features

  • motorScriptMotor can be built outside of the motor directory
  • motorScriptMotor has a dedicated example IOC that can be built outside of motorScriptMotor

Modifications to existing features

  • None

Bug fixes

  • None