Skip to content

Commit 0c7694d

Browse files
guirodrigueslimahenriquesimoes
authored andcommitted
base: add lakeshore340 module.
The lakeshore340 directory can be built as a standard EPICS support module.
1 parent 9e225db commit 0c7694d

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Unreleased
44

5+
### New features
6+
7+
* base: add lakeshore340 module. by @guirodrigueslima in
8+
https://github.com/cnpem/epics-in-docker/pull/123
9+
510
## v0.14.1
611

712
### Bug fixes

base/install_modules.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,10 @@ rm -r EPICS-lakeshore
132132
install_module lakeshore336 LAKESHORE "
133133
EPICS_BASE
134134
"
135+
136+
install_from_github DiamondLightSource lakeshore340 LAKESHORE340 $LAKESHORE340_VERSION "
137+
EPICS_BASE
138+
ASYN
139+
CALC
140+
STREAM
141+
"

base/modules_versions.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,4 @@ SNMP_VERSION=1.1.0.4
2121
SCALER_VERSION=4.1
2222
MCA_VERSION=R7-10
2323
LAKESHORE_VERSION=Release_ibex_25.2.1
24+
LAKESHORE340_VERSION=2-6-4

0 commit comments

Comments
 (0)