Commit Graph

2890 Commits

Author SHA1 Message Date
Kevin Peterson f55f22d2ea Merge pull request #152 from BenBradnick/feature/ci-scripts
Add epics-modules ci-scripts for Travis CI
2020-03-16 15:20:19 -05:00
Benjamin Bradnick 9726ad149c moved .ci submodule back to master after configure/RELEASE overwrite added 2020-02-19 07:44:48 +00:00
Benjamin Bradnick 6d404d0029 Updated motorOms to master 2020-02-18 21:30:57 +00:00
Benjamin Bradnick cf186090b7 Add epics-modules ci-scripts for Travis CI 2020-02-14 10:14:02 +00:00
Mark Rivers 855c2540d1 New commits 2020-01-28 16:44:41 -06:00
Mark Rivers a959dccc2d Pull in file from SUPPORT/configure 2020-01-28 16:44:03 -06:00
Mark Rivers bc531bc8fa Latest converter 2020-01-28 16:43:00 -06:00
Mark Rivers 4a878d29f4 New autoconverted file 2020-01-28 16:42:41 -06:00
Mark Rivers 5642bb1089 Initialize some parameters to avoid errors reading them 2020-01-28 16:32:56 -06:00
Mark Rivers 91e4eb0e91 Merge branch 'issue149' 2020-01-28 16:28:14 -06:00
Mark Rivers 56f0952b4f New file for autoconvert 2020-01-28 16:18:48 -06:00
Mark Rivers 6768b2514f Add op 2020-01-28 16:18:18 -06:00
Kevin Peterson 4b188f5d94 Updated motorSmarAct to commit https://github.com/epics-motor/motorSmarAct/commit/b6bd82f8d400015982d223570586213fe27893c2 to recent improvements to the MCS2 driver to allow sending the MCLF and CALx commands 2019-11-06 14:39:01 -06:00
Kevin Peterson fe8f8159b3 Merge pull request #150 from epics-modules/issue149
Reverted the commit that caused issue 149 and updated the driver modules' EXAMPLE_RELEASE.local files to avoid problems when building them outside the motor tree.

Fixes #149
2019-11-04 10:49:44 -06:00
Kevin Peterson 31957848dc Updated the driver modules to include the change to EXAMPLE_RELEASE.local that allows them to be built outside of the motor module after commit f0c8a766bc 2019-10-30 18:02:26 -05:00
Kevin Peterson a8e87030c3 Initialize SUPPORT and EPICS_BASE 2019-10-30 17:12:23 -05:00
Kevin Peterson f0c8a766bc Reverted commit ef56405411 2019-10-30 17:11:03 -05:00
Mark Rivers 1fc606fa1f Merge branch 'master' of github.com:epics-modules/motor 2019-10-03 07:15:22 -05:00
Mark Rivers d0690e3f01 Use new scheme for including upper-level RELEASE files 2019-10-03 07:13:07 -05:00
Kevin Peterson 9ba049191a Merge pull request #146 from EuropeanSpallationSource/190920_send_mess_uses_const_char
The 2nd and 3rd parameter in send_mess() can and should
be a 'const char *' instead of just 'char *'.
Modern compilers complain here, so that the signature now
gets the const.

Update drivers from the following list to use the new send_mess():
modules/motorAcs
modules/motorAcsTech80
modules/motorAerotech
modules/motorFaulhaber
modules/motorIms
modules/motorKohzu
modules/motorMclennan
modules/motorMicos
modules/motorMicroMo
modules/motorNewFocus
modules/motorNewport
modules/motorOms
modules/motorOriel
modules/motorPI
modules/motorParker
modules/motorPiJena
modules/motorSmartMotor
modules/motorThorLabs

And while there, fix one more "const char *" in motordrvCom.cc
2019-09-30 11:06:37 -05:00
Torsten Bögershausen 8b43d40d18 send_mess() uses 'const char *' (and more const char*)
The 2nd and 3rd parameter in send_mess() can and should
be a 'const char *' instead of just 'char *'.
Modern compilers complain here, so that the signature now
gets the const.

Update drivers from the following list to use the new send_mess():
    modules/motorAcs
    modules/motorAcsTech80
    modules/motorAerotech
    modules/motorFaulhaber
    modules/motorIms
    modules/motorKohzu
    modules/motorMclennan
    modules/motorMicos
    modules/motorMicroMo
    modules/motorNewFocus
    modules/motorNewport
    modules/motorOms
    modules/motorOriel
    modules/motorPI
    modules/motorParker
    modules/motorPiJena
    modules/motorSmartMotor
    modules/motorThorLabs

And while there, fix one more "const char *" in motordrvCom.cc
2019-09-30 13:15:35 +02:00
Kevin Peterson 7408f52884 Merge pull request #143 from kmpeters/issue142
Fixes for example IOC travis build problems:

1. Added modbus to the travis config
2. Updated motorOms, motorOmsAsyn, and motorHytec to ignore non-VME architectures for example IOCs
2019-08-28 10:33:27 -05:00
kpetersn 1d9525f19e Updated motorOms to 49c7fce59bec4198129fa794183d5fc061649bf6 2019-08-28 10:22:18 -05:00
kpetersn 900a8bcc93 Updated motorOmsAsyn to e949e2c51c0766a878dd7f1c322d1144305f06fe 2019-08-28 10:09:16 -05:00
kpetersn 175dba6d87 Updated motorHytec to 7872aebc0f026efca7839e61410bc0a546922a8c 2019-08-28 09:58:30 -05:00
kpetersn 2b47a942fc Updated motorOms to 67fe88c1b5aeb80216666c36acf6c1b17e102fe7 2019-08-28 09:42:46 -05:00
kpetersn 9b29000341 Updated motorOms to b0c0e464ceeb590fc5a877d7b48437f24b66db97 2019-08-27 16:24:06 -05:00
kpetersn 554a28a0b8 Added modbus to travis config 2019-08-27 15:28:31 -05:00
Kevin Peterson 84fbd88fe7 Merge pull request #141 from epics-modules/issue138
Fix for #138: *.req files fail to install
2019-08-27 15:13:29 -05:00
kpetersn 1a9a123698 Changed REQ to DB so that *.req files get installed when motor is built outside of synApps 2019-08-27 15:01:58 -05:00
Kevin Peterson 690bbe7512 Merge pull request #140 from kmpeters/issue139
Include example IOCs in travis builds

This pull request works as intended.  The inclusion of the example IOCs currently breaks the non-RTEMS builds, which is expected (these will be resolved with #138).  The RTEMS build is broken for a different reason, that hasn't been diagnosed yet.
2019-08-27 10:41:44 -05:00
kpetersn 7467f53627 Copy EXAMPLE_CONFIG_SITE.local to CONFIG_SITE.local to include example IOCs in travis builds 2019-08-27 10:17:36 -05:00
Kevin Peterson 955b41a5a6 Merge pull request #137 from epics-modules/issue136
Incremented the version number. Fixes #136
2019-08-15 09:54:07 -05:00
kpetersn d809076a32 Incremented the version number (for the first time since commit 0ef39053aa) 2019-08-15 09:52:15 -05:00
kpetersn 5189abaf68 Updated documentation for R7-1 R7-1 2019-08-13 16:05:10 -05:00
kpetersn efc00026c2 Update driver modules:
motorAerotech to R1-0-1
  motorMicos to R1-1
  motorNewFocus to R1-1
  motorNewport to R1-0-1
  motorSmarAct to R1-1
2019-08-13 15:34:59 -05:00
kpetersn ef56405411 Modified the lines added in commit 4aa7d84d8a
that resulted in a recursive loop when building driver modules outside
of the motor module.  Fixes #135
2019-07-09 13:48:10 -05:00
klang 4aa7d84d8a Configure files standardization 2019-06-11 14:27:42 -05:00
klang b7eae96a76 install req files 2019-05-08 15:42:36 -05:00
Kevin Peterson ef0ac382be Merge pull request #132 from kmpeters/issue131
Added Makefile rules to allow installation of *.req files in into motor's top-level db dir when building against EPICS base 3.14. Updated motorAerotech and motorNewport to add the build rule to the Makefile in their Db dirs.

Fixes #131
2019-04-25 17:36:10 -05:00
kpetersn fb8832b902 Updated motorAerotech and motorNewport to include rule to allow building against base 3.14 2019-04-25 17:24:37 -05:00
kpetersn 45b87d7448 Added build rule to allow *.req files to be installed when building against base 3.14 2019-04-25 17:20:54 -05:00
kpetersn 8bf48f992e Added note about EPICS base versions. R7-0 2019-04-19 10:16:32 -05:00
kpetersn 32dd84f4f2 Updated R7-0 release date. 2019-04-19 10:04:00 -05:00
kpetersn fe070f67b6 Changed the date format to YYYY-MM-DD 2019-04-19 10:02:52 -05:00
Kevin Peterson 1b381267c3 Updated RELEASE.md
Changed phrasing and added emphasis.
2019-04-18 16:50:05 -05:00
Kevin Peterson d06e182411 Update RELEASE.md
Fixed the table
2019-04-18 16:42:11 -05:00
kpetersn effbd1af18 Added R7-0 to RELEASE.md 2019-04-18 16:38:53 -05:00
kpetersn dda978d6aa Updated index.html 2019-04-18 15:39:15 -05:00
kpetersn ea0b829d2b Updated all submodules to R1-0 2019-04-18 15:12:54 -05:00