Skip to content
This repository was archived by the owner on Jan 12, 2021. It is now read-only.

Commit 41f2185

Browse files
authored
Merge branch 'master' into R4-36
2 parents c37c7d0 + 2f239fe commit 41f2185

19 files changed

+12
-490
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
*.local
66
.png
77
.gv
8-
*.svg
8+
*.svg

.gitmodules

+1
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@
22
path = asyn
33
url = https://github.com/epics-modules/asyn
44
ignore = dirty
5+

README.md

+8-28
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,16 @@
1-
# e3-asyn
1+
e3-asyn
2+
==
3+
ESS Site-specific EPICS module : asyn
24

3-
The following options are defined in `configure/CONFIG_OPTIONS`
4-
5-
```
6-
DRV_USBTMC:=NO
7-
TIRPC:=NO
8-
```
9-
10-
They can be overridded via
11-
12-
```
13-
echo "TIRPC:=YES" > configure/CONFIG_OPTIONS.local"
14-
15-
```
16-
Please make sure that option is enable via `make vars`.
175

6+
## Dependency Plot
187

8+
|![asyn dep](docs/asyn.png)|
9+
| :---: |
10+
|**Figure 1** Depdendency Tree. |
1911

2012

21-
## SUPPORT
22-
23-
24-
25-
### DRV_USBTMC
13+
## DRV_USBTMC
2614

2715
* Initialize repository
2816
```
@@ -55,14 +43,6 @@ $ pkg-config --libs libusb-1.0
5543
$ -lusb-1.0
5644
```
5745

58-
59-
* build
60-
```
61-
make env
62-
make build
63-
make install
64-
```
65-
6646
## NON SUPPORTS
6747
### NI1014 : NI GPIB-1014
6848
* http://www.ni.com/pdf/manuals/370945a.pdf

configure/E3/CONFIG_E3_MAKEFILE

-21
This file was deleted.

configure/E3/CONFIG_E3_PATH

-45
This file was deleted.

configure/E3/CONFIG_EPICS

-64
This file was deleted.

configure/E3/CONFIG_EXPORT

-33
This file was deleted.

configure/E3/CONFIG_REQUIRE

-9
This file was deleted.

configure/E3/CONFIG_SUDO

-24
This file was deleted.

configure/E3/DEFINES_FT

-49
This file was deleted.

configure/E3/RULES_DB

-16
This file was deleted.

configure/E3/RULES_DEV

-51
This file was deleted.

0 commit comments

Comments
 (0)