Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge in epics-motor R7-3 to our master #59

Merged
merged 16 commits into from
Jun 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
164 changes: 0 additions & 164 deletions .ci/travis-prepare.sh

This file was deleted.

9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,21 @@ O.*
/include/
/lib/
/templates/
bin/
/db/
dbd/
html/
include/
/iocsh/
lib/
templates/
cdCommands
envPaths
dllPath*.bat
auto_settings.sav*
auto_positions.sav*
.ccfxprepdir/
*.local
runIOC.bat
runIOC.sh
relPaths.sh
Expand Down
27 changes: 0 additions & 27 deletions .travis.yml

This file was deleted.

12 changes: 2 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,7 @@ include $(TOP)/configure/CONFIG
DIRS += configure motorApp
motorApp_DEPEND_DIRS = configure

# To build motor examples;
# 1st - uncomment lines below.
# 2nd - uncomment required support module lines at the bottom of
# <motor>/configure/RELEASE.
# 3rd - make clean uninstall
# 4th - make

DIRS += motorExApp iocBoot
motorExApp_DEPEND_DIRS = motorApp
iocBoot_DEPEND_DIRS = motorExApp
DIRS += modules
modules_DEPEND_DIRS = motorApp

include $(TOP)/configure/RULES_TOP
Loading