Skip to content

Commit 4a3a25b

Browse files
authored
projects/ad77681evb: Add README.md files (#1675)
* docs/projects/ad77681evb: Fix dts Signed-off-by: Elena-Hadarau_adi <[email protected]> * projects/ad77681evb: Add README.md files Signed-off-by: Elena-Hadarau_adi <[email protected]> --------- Signed-off-by: Elena-Hadarau_adi <[email protected]>
1 parent 160cd8e commit 4a3a25b

File tree

4 files changed

+29
-11
lines changed

4 files changed

+29
-11
lines changed

docs/projects/ad77681evb/index.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -252,8 +252,7 @@ Software related
252252
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
253253

254254
- :git-linux:`AD7768-1 Linux driver source code <drivers/iio/adc/ad7768-1.c>`
255-
- AD7768-1 Linux device tree :git-linux:`zynq-zed-adv7511-ad7768-1-evb.dts <arch/arm/boot/dts/zynq-zed-adv7511-ad7768-1-evb.dts>`
256-
- ADAQ7768-1 Linux device tree :git-linux:`zynq-zed-adv7511-adaq7768-1-evb.dts <arch/arm/boot/dts/zynq-zed-adv7511-adaq7768-1-evb.dts>`
255+
- AD7768-1 Linux device tree :git-linux:`zynq-zed-adv7511-ad7768-1-evb.dts <arch/arm/boot/dts/xilinx/zynq-zed-adv7511-ad7768-1-evb.dts>`
257256

258257
.. include:: ../common/more_information.rst
259258

projects/ad77681evb/README.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# AD7768-1-EVB HDL Project
2+
3+
- Evaluation boards product page:
4+
- [EVAL-AD7768-1-EVB](https://www.analog.com/eval-ad7768-1)
5+
- [EVAL-ADAQ7768-1](https://www.analog.com/eval-adaq7768-1)
6+
- System documentation: https://wiki.analog.com/resources/eval/user-guides/ad7768-1
7+
- HDL project documentation: https://analogdevicesinc.github.io/hdl/projects/ad77681evb/index.html
8+
9+
## Supported parts
10+
11+
| Part name | Description |
12+
|------------------------------------------------|---------------------------------------------------------------------------------|
13+
| [AD7768-1](https://www.analog.com/ad7768-1) | DC to 204 kHz, Dynamic Signal Analysis, Precision 24-Bit ADC with Power Scaling |
14+
| [ADAQ7768-1](https://www.analog.com/adaq7768-1) | 24-Bit Single Channel Precision μModule Data Acquisition System |
15+
16+
## Building the project
17+
18+
Please enter the folder for the FPGA carrier you want to use and read the README.md.

projects/ad77681evb/Readme.md

-9
This file was deleted.

projects/ad77681evb/zed/README.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# AD7768-1-EVB/ZED HDL Project
2+
3+
## Building the project
4+
5+
```
6+
cd projects/ad77681evb/zed
7+
make
8+
```
9+
10+
Corresponding device tree: [zynq-zed-adv7511-ad7768-1-evb.dts](https://github.com/analogdevicesinc/linux/blob/main/arch/arm/boot/dts/xilinx/zynq-zed-adv7511-ad7768-1-evb.dts)

0 commit comments

Comments
 (0)