Skip to content

Commit c764f13

Browse files
authored
projects/ad4134_fmc: Add READMEs (#1668)
* projects/ad4134_fmc: Add README.md files Signed-off-by: Elena-Hadarau_adi <Elena.Hadarau@analog.com> * docs/projects/ad4134_fmc: Fix dts link. Signed-off-by: Elena-Hadarau_adi <Elena.Hadarau@analog.com> --------- Signed-off-by: Elena-Hadarau_adi <Elena.Hadarau@analog.com>
1 parent 1c8e86b commit c764f13

File tree

4 files changed

+26
-9
lines changed

4 files changed

+26
-9
lines changed

docs/projects/ad4134_fmc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ Software related
253253

254254
Linux support:
255255

256-
- :git-linux:`Linux device tree zynq-zed-adv7511-ad4134.dts <arch/arm/boot/dts/zynq-zed-adv7511-ad4134.dts>`
256+
- :git-linux:`Linux device tree zynq-zed-adv7511-ad4134.dts <arch/arm/boot/dts/xilinx/zynq-zed-adv7511-ad4134.dts>`
257257
- :git-linux:`Linux driver ad4134.c <drivers/iio/adc/ad4134.c>`
258258

259259
No-OS support:

projects/ad4134_fmc/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# AD4134-FMC HDL Project
2+
3+
- Evaluation board product page: [EVAL-AD4134](https://www.analog.com/eval-ad4134)
4+
- System documentation: https://wiki.analog.com/resources/eval/user-guides/ad4134/hdl
5+
- HDL project documentation: https://analogdevicesinc.github.io/hdl/projects/ad4134_fmc/index.html
6+
7+
## Supported parts
8+
9+
| Part name | Description |
10+
|------------------------------------------------|---------------------------------------------------------------------------|
11+
| [AD4134](https://www.analog.com/ad4134) | 24-Bit, 4-Channel Simultaneous Sampling 1.5 MSPS Precision Alias Free ADC |
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/ad4134_fmc/Readme.md

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

projects/ad4134_fmc/zed/README.md

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

0 commit comments

Comments
 (0)