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

Commit b58c38f

Browse files
committed
mv logs to log dir
1 parent 79d3b05 commit b58c38f

File tree

4 files changed

+16
-943
lines changed

4 files changed

+16
-943
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
# e3-asyn
22

3+
## SUPPORT
4+
### DRV_USBTMC
35

6+
* Initialize repository
7+
```
8+
make init
9+
```
10+
* Enable it via editing configure/CONFIG
11+
```
12+
DRV_USBTMC:=YES
13+
```
14+
* build
15+
```
16+
make env
17+
make build
18+
make install
19+
```
420

521
## NON SUPPORTS
622
### NI1014 : NI GPIB-1014

0 commit comments

Comments
 (0)