diff --git a/docs/projects/ad5766_sdz/index.rst b/docs/projects/ad5766_sdz/index.rst index a2f8bf7d7ee..09a06961fe7 100644 --- a/docs/projects/ad5766_sdz/index.rst +++ b/docs/projects/ad5766_sdz/index.rst @@ -44,6 +44,7 @@ Supported boards ------------------------------------------------------------------------------- - :adi:`EVAL-AD5766` +- :adi:`EVAL-AD5767` Supported devices ------------------------------------------------------------------------------- diff --git a/projects/ad5766_sdz/README.md b/projects/ad5766_sdz/README.md new file mode 100644 index 00000000000..3526b497eff --- /dev/null +++ b/projects/ad5766_sdz/README.md @@ -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. diff --git a/projects/ad5766_sdz/Readme.md b/projects/ad5766_sdz/Readme.md deleted file mode 100755 index 54fab1785da..00000000000 --- a/projects/ad5766_sdz/Readme.md +++ /dev/null @@ -1,10 +0,0 @@ -# AD5766-SDZ HDL Project - -Here are some pointers to help you: - * [Board Product Page](https://www.analog.com/EVAL-AD5766) - * Parts : [AD5766, 16-Channel, 16-Bit Voltage Output denseDAC](https://www.analog.com/ad5766) - [AD5767, 16-Channel, 12-Bit Voltage Output denseDAC](https://www.analog.com/ad5767) - * Project Doc: - * HDL Doc: - * NO-OS Drivers: [AD5766 - No-OS Driver](https://wiki.analog.com/resources/tools-software/uc-drivers/ad5766) - * Linux Drivers: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/iio/dac/ad5766.c diff --git a/projects/ad5766_sdz/zed/README.md b/projects/ad5766_sdz/zed/README.md new file mode 100644 index 00000000000..a31714e6926 --- /dev/null +++ b/projects/ad5766_sdz/zed/README.md @@ -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)