forked from epics-modules/motor
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
modules/motorMicos: Downgrade to R2-0
The motorMicos does not compile under EPICS base 3.15 : downgrade it.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule motorMicos
updated
23 files
+0 −1 | .ci | |
+0 −3 | .ci-local/base3-14.set | |
+0 −3 | .ci-local/base3-15.set | |
+0 −3 | .ci-local/base7-0.set | |
+0 −70 | .ci-local/github-actions/post-prepare.py | |
+0 −9 | .ci-local/github-actions/sanity-check.py | |
+0 −9 | .ci-local/modules.set | |
+0 −43 | .ci-local/travis/post-prepare.py | |
+0 −211 | .github/workflows/ci-scripts-build-full.yml | |
+0 −109 | .github/workflows/ci-scripts-build.yml | |
+0 −3 | .gitmodules | |
+0 −143 | .travis.yml | |
+1 −4 | README.md | |
+0 −18 | docs/RELEASE.md | |
+0 −5 | micosApp/src/Makefile | |
+0 −344 | micosApp/src/SMCTaurusAxis.cpp | |
+0 −48 | micosApp/src/SMCTaurusAxis.h | |
+0 −191 | micosApp/src/SMCTaurusDriver.cpp | |
+0 −33 | micosApp/src/SMCTaurusDriver.h | |
+0 −363 | micosApp/src/SMChydraAxis.cpp | |
+0 −43 | micosApp/src/SMChydraAxis.h | |
+400 −31 | micosApp/src/SMChydraDriver.cpp | |
+35 −7 | micosApp/src/SMChydraDriver.h |