Skip to content

Commit efae76c

Browse files
committed
ad4110: Update README
Signed-off-by: Stanca Pop <[email protected]>
1 parent 4646357 commit efae76c

File tree

2 files changed

+22
-6
lines changed

2 files changed

+22
-6
lines changed

Diff for: projects/ad4110/README.md

+12-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# AD4110 HDL Project
22

3-
This project supports EVAL-AD4110-1.
3+
- Evaluation board product page: [EVAL-AD4110-1] (https://www.analog.com/eval-ad4110-1)
4+
- System documentation: TO BE ADDED
5+
- HDL project documentation: http://analogdevicesinc.github.io/hdl/projects/ad4110/index.html
6+
7+
## Supported parts
48

5-
Here are some pointers to help you:
6-
* [EVAL-AD4110-1 Board Product Page](https://www.analog.com/eval-ad4110-1)
7-
* Parts: AD4110-1 [Universal Input Analog Front End with 24-Bit ADC for Industrial Process Control Systems](https://www.analog.com/ad4110-1)
8-
* Project doc: [AD4110 IIO Application](https://wiki.analog.com/resources/tools-software/product-support-software/ad4110_mbed_iio_application)
9-
* NO-OS Drivers: https://wiki.analog.com/resources/tools-software/uc-drivers/ad4110
9+
| Part name | Description |
10+
|--------------------------------------------|--------------------------------------------------|
11+
| [AD4110-1](https://www.analog.com/a4110-1) | Universal Input Analog Front End with 24-Bit ADC for Industrial Process Control Systems |
12+
13+
## Building the project
14+
15+
Please enter the folder for the FPGA carrier you want to use and read the README.md.

Diff for: projects/ad4110/zed/README.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# AD4110/Zed HDL Project
2+
3+
## Building the project
4+
5+
```
6+
cd projects/ad4110/zed
7+
make
8+
```
9+
10+
Corresponding No-OS project: [ad4110](https://github.com/analogdevicesinc/no-OS/tree/main/projects/ad4110)

0 commit comments

Comments
 (0)