Skip to content

Commit 160cd8e

Browse files
authored
Ad7134 readme (#1681)
* projects/ad7134_fmc: Add README.md files Signed-off-by: Elena-Hadarau_adi <[email protected]> * docs/projects/ad7134_fmc: Fix software related Signed-off-by: Elena-Hadarau_adi <[email protected]> --------- Signed-off-by: Elena-Hadarau_adi <[email protected]>
1 parent cbbac59 commit 160cd8e

File tree

4 files changed

+27
-11
lines changed

4 files changed

+27
-11
lines changed

docs/projects/ad7134_fmc/index.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,8 @@ Software related
295295
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
296296

297297
- :git-no-os:`AD7134-FMC No-OS project source code <projects/ad713x_fmcz>`
298-
- :git-no-os:`AD4134/AD7134 No-OS Driver source code <drivers/adc/ad713x>`
299-
- :dokuwiki:`AD4134/AD7134 No-OS Driver documentation <resources/tools-software/uc-drivers/ad713x>`
298+
- :git-no-os:`AD7134 No-OS Driver source code <drivers/adc/ad713x>`
299+
- :dokuwiki:`AD7134 No-OS Driver documentation <resources/tools-software/uc-drivers/ad713x>`
300300

301301
.. include:: ../common/more_information.rst
302302

projects/ad7134_fmc/README.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# AD7134-FMC HDL Project
2+
3+
- Evaluation board product page: [EVAL-AD7134-FMCZ](https://www.analog.com/eval-ad7134fmcz)
4+
- System documentation: https://wiki.analog.com/resources/eval/user-guides/ad713x/hdl
5+
- HDL project documentation: https://analogdevicesinc.github.io/hdl/projects/ad7134_fmc/index.html
6+
7+
## Supported parts
8+
9+
| Part name | Description |
10+
|------------------------------------------------|---------------------------------------------------------------------------|
11+
| [AD7134](https://www.analog.com/ad7134) | 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/ad7134_fmc/Readme.md

-9
This file was deleted.

projects/ad7134_fmc/zed/README.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# AD7134-FMC/ZED HDL Project
2+
3+
## Building the project
4+
5+
```
6+
cd projects/ad7134_fmc/zed
7+
make
8+
```
9+
10+
Corresponding NO-OS project: [AD713X-FMCZ](https://github.com/analogdevicesinc/no-OS/tree/main/projects/ad713x_fmcz)

0 commit comments

Comments
 (0)