Skip to content

ad5766_sdz: Update doc & README #1651

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 8, 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
1 change: 1 addition & 0 deletions docs/projects/ad5766_sdz/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Supported boards
-------------------------------------------------------------------------------

- :adi:`EVAL-AD5766`
- :adi:`EVAL-AD5767`

Supported devices
-------------------------------------------------------------------------------
Expand Down
18 changes: 18 additions & 0 deletions projects/ad5766_sdz/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# AD5766-SDZ HDL Project

- Evaluation boards product page:
- [EVAL-AD5766](https://www.analog.com/eval-ad5766)
- [EVAL-AD5767](https://www.analog.com/eval-ad5767)
- System documentation: TO BE ADDED
- HDL project documentation: http://analogdevicesinc.github.io/hdl/projects/ad5766_sdz/index.html

## Supported parts

| Part name | Description |
|-----------------------------------------|--------------------------------------------------|
| [AD5766](https://www.analog.com/ad5766) | 16-Channel, 16-Bit Voltage Output denseDAC |
| [AD5767](https://www.analog.com/ad5767) | 16-Channel, 12-Bit Voltage Output denseDAC |

## Building the project

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

This file was deleted.

12 changes: 12 additions & 0 deletions projects/ad5766_sdz/zed/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# AD5766-SDZ/Zed HDL Project

## Building the project

```
cd projects/ad5766_sdz/zed
make
```

Corresponding No-OS project: [ad5766_sdz](https://github.com/analogdevicesinc/hdl/tree/main/projects/ad5766_sdz)

Corresponding Linux driver: [ad5766_c](https://github.com/analogdevicesinc/linux/blob/main/drivers/iio/dac/ad5766.c)
Loading