Skip to content

projects/ad77681evb: Add README.md files #1675

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/projects/ad77681evb/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,7 @@ Software related
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

- :git-linux:`AD7768-1 Linux driver source code <drivers/iio/adc/ad7768-1.c>`
- 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>`
- 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>`
- 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>`

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

Expand Down
18 changes: 18 additions & 0 deletions projects/ad77681evb/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# AD7768-1-EVB HDL Project

- Evaluation boards product page:
- [EVAL-AD7768-1-EVB](https://www.analog.com/eval-ad7768-1)
- [EVAL-ADAQ7768-1](https://www.analog.com/eval-adaq7768-1)
- System documentation: https://wiki.analog.com/resources/eval/user-guides/ad7768-1
- HDL project documentation: https://analogdevicesinc.github.io/hdl/projects/ad77681evb/index.html

## Supported parts

| Part name | Description |
|------------------------------------------------|---------------------------------------------------------------------------------|
| [AD7768-1](https://www.analog.com/ad7768-1) | DC to 204 kHz, Dynamic Signal Analysis, Precision 24-Bit ADC with Power Scaling |
| [ADAQ7768-1](https://www.analog.com/adaq7768-1) | 24-Bit Single Channel Precision μModule Data Acquisition System |

## Building the project

Please enter the folder for the FPGA carrier you want to use and read the README.md.
9 changes: 0 additions & 9 deletions projects/ad77681evb/Readme.md

This file was deleted.

10 changes: 10 additions & 0 deletions projects/ad77681evb/zed/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# AD7768-1-EVB/ZED HDL Project

## Building the project

```
cd projects/ad77681evb/zed
make
```

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)
Loading