Skip to content
This repository has been archived by the owner on Aug 24, 2020. It is now read-only.

Commit

Permalink
feat: Test evm added and PEP440 versioning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerzy Jamroz committed Apr 22, 2020
1 parent a701bf9 commit b38b879
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions cmds/evm.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# .cmd
require "mrfioc2" "2.2.1rc1"

# Load environment
iocshLoad "$(mrfioc2_DIR)/mtca.iocsh"
iocshLoad "$(mrfioc2_DIR)/ts.iocsh"

## Load record instances
iocshLoad "$(mrfioc2_DIR)/evm.iocsh" "P=MTCA-EVM, OBJ=EVM, PCIID=$(MTCA_3U_PCIID3), U=:EVRU-, D=:EVRD-"

iocInit

# EOF
4 changes: 2 additions & 2 deletions configure/CONFIG_MODULE
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
EPICS_MODULE_NAME:=mrfioc2
#
EPICS_MODULE_TAG:=2.2.1-rc.1
EPICS_MODULE_TAG:=2.2.1rc1
#
E3_MODULE_VERSION:=2.2.1-rc.1
E3_MODULE_VERSION:=2.2.1rc1
#
DEVLIB2_DEP_VERSION:=2.9.0
#
Expand Down

0 comments on commit b38b879

Please sign in to comment.