This repository was archived by the owner on Jan 12, 2021. It is now read-only.
File tree 5 files changed +14
-31
lines changed
5 files changed +14
-31
lines changed Original file line number Diff line number Diff line change 3
3
. \# *
4
4
* -dev
5
5
* .local
6
+ * .gv
7
+ * .png
8
+ * .svg
Original file line number Diff line number Diff line change 1
1
[submodule "asyn "]
2
2
path = asyn
3
3
url = https://github.com/epics-modules/asyn
4
- ignore = all
4
+ ignore = dirty
Original file line number Diff line number Diff line change 1
- # e3-asyn
1
+ e3-asyn
2
+ ==
3
+ ESS Site-specific EPICS module : asyn
2
4
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 ` .
17
5
6
+ ## Dependency Plot
18
7
8
+ | ![ asyn dep] ( docs/asyn.png ) |
9
+ | :---: |
10
+ | ** Figure 1** Depdendency Tree. |
19
11
20
12
21
- ## SUPPORT
22
-
23
-
24
-
25
- ### DRV_USBTMC
13
+ ## DRV_USBTMC
26
14
27
15
* Initialize repository
28
16
```
@@ -55,14 +43,6 @@ $ pkg-config --libs libusb-1.0
55
43
$ -lusb-1.0
56
44
```
57
45
58
-
59
- * build
60
- ```
61
- make env
62
- make build
63
- make install
64
- ```
65
-
66
46
## NON SUPPORTS
67
47
### NI1014 : NI GPIB-1014
68
48
* http://www.ni.com/pdf/manuals/370945a.pdf
Original file line number Diff line number Diff line change 1
1
#
2
- EPICS_BASE=/epics/base-3.15.5
2
+ EPICS_BASE=/epics/base-7.0.3
3
3
4
4
E3_REQUIRE_NAME:=require
5
- E3_REQUIRE_VERSION:=3.0.4
5
+ E3_REQUIRE_VERSION:=3.1.1
6
6
7
7
# The definitions shown below can also be placed in an untracked RELEASE.local
8
8
-include $(TOP)/../../RELEASE.local
You can’t perform that action at this time.
0 commit comments