Skip to content

Commit c534b37

Browse files
authored
projects/ad5758_sdz: Add README.md files (#1672)
Signed-off-by: Elena-Hadarau_adi <Elena.Hadarau@analog.com>
1 parent 8fd6311 commit c534b37

File tree

3 files changed

+27
-8
lines changed

3 files changed

+27
-8
lines changed

projects/ad5758_sdz/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# AD5758-SDZ HDL Project
2+
3+
- Evaluation board product page: [EVAL-AD5758-SDZ](https://www.analog.com/eval-ad5758)
4+
- System documentation: https://wiki.analog.com/resources/eval/user-guides/ad5758
5+
- HDL project documentation: https://analogdevicesinc.github.io/hdl/projects/ad5758_sdz/index.html
6+
7+
## Supported parts
8+
9+
| Part name | Description |
10+
|------------------------------------------------|--------------------------------------------------------------------------------------------------------|
11+
| [AD5758](https://www.analog.com/ad5758) | Single-Channel, 16-Bit Current and Voltage Output DAC with Dynamic Power Control and HART Connectivity |
12+
13+
## Building the project
14+
15+
Please enter the folder for the FPGA carrier you want to use and read the README.md.

projects/ad5758_sdz/Readme.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

projects/ad5758_sdz/zed/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# AD5758-SDZ/ZED HDL Project
2+
3+
## Building the project
4+
5+
```
6+
cd projects/ad5758_sdz/zed
7+
make
8+
```
9+
10+
Corresponding Linux device driver: [ad5758.c](https://github.com/analogdevicesinc/linux/blob/main/drivers/iio/dac/ad5758.c)
11+
12+
Corresponding device tree documentation: [adi,ad5758.yaml](https://github.com/analogdevicesinc/linux/blob/main/Documentation/devicetree/bindings/iio/dac/adi%2Cad5758.yaml)

0 commit comments

Comments
 (0)