Skip to content

Commit f84c61d

Browse files
committed
projects/cn0577:Add README.md for CN0577.
Signed-off-by: Capota Bianca <[email protected]>
1 parent 8ed84e2 commit f84c61d

File tree

4 files changed

+27
-10
lines changed

4 files changed

+27
-10
lines changed

Diff for: docs/projects/cn0577/index.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ Software related
233233
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
234234

235235
- :dokuwiki:`[Wiki] LTC2387 SAR ADC IIO Linux driver page <resources/tools-software/linux-drivers/iio-adc/ltc2387>`
236-
- :git-linux:`CN0577 Linux device tree <arch/arm/boot/dts/zynq-zed-adv7511-cn0577.dts>`
236+
- :git-linux:`CN0577 Linux device tree <https://github.com/analogdevicesinc/linux/blob/main/arch/arm/boot/dts/xilinx/zynq-zed-adv7511-cn0577.dts>`
237237
- :git-linux:`LTC2387 Linux driver <drivers/iio/adc/ltc2387.c>`
238238

239239
.. include:: ../common/more_information.rst

Diff for: projects/cn0577/README.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# CN0577 HDL Project
2+
3+
- Evaluation board product page: [EVAL-CN0577](https://www.analog.com/CN0577)
4+
- System documentation: https://wiki.analog.com/resources/eval/user-guides/circuits-from-the-lab/cn0577
5+
- HDL project documentation: http://analogdevicesinc.github.io/hdl/projects/cn0577/index.html
6+
7+
## Supported parts
8+
9+
| Part name | Description |
10+
|-----------------------------------------|-----------------------------------------------------------|
11+
| [ADAQ23876](https://www.analog.com/ADAQ23876) | 16-Bit, 15 MSPS, μModule Data Acquisition Solution |
12+
| [LTC2387-18](https://www.analog.com/LTC2387-18) | 18-Bit, 15 MSPS, SAR ADC |
13+
14+
## Building the
15+
16+
Please enter the folder for the FPGA carrier you want to use and read the README.md.

Diff for: projects/cn0577/Readme.md

-9
This file was deleted.

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

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

0 commit comments

Comments
 (0)