Skip to content

ad4110: Update README #1652

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 1 commit 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
18 changes: 12 additions & 6 deletions projects/ad4110/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# AD4110 HDL Project

This project supports EVAL-AD4110-1.
- Evaluation board product page: [EVAL-AD4110-1] (https://www.analog.com/eval-ad4110-1)
- System documentation: TO BE ADDED
- HDL project documentation: http://analogdevicesinc.github.io/hdl/projects/ad4110/index.html

## Supported parts

Here are some pointers to help you:
* [EVAL-AD4110-1 Board Product Page](https://www.analog.com/eval-ad4110-1)
* Parts: AD4110-1 [Universal Input Analog Front End with 24-Bit ADC for Industrial Process Control Systems](https://www.analog.com/ad4110-1)
* Project doc: [AD4110 IIO Application](https://wiki.analog.com/resources/tools-software/product-support-software/ad4110_mbed_iio_application)
* NO-OS Drivers: https://wiki.analog.com/resources/tools-software/uc-drivers/ad4110
| Part name | Description |
|--------------------------------------------|--------------------------------------------------|
| [AD4110-1](https://www.analog.com/a4110-1) | Universal Input Analog Front End with 24-Bit ADC for Industrial Process Control Systems |

## Building the project

Please enter the folder for the FPGA carrier you want to use and read the README.md.
10 changes: 10 additions & 0 deletions projects/ad4110/zed/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# AD4110/Zed HDL Project

## Building the project

```
cd projects/ad4110/zed
make
```

Corresponding No-OS project: [ad4110](https://github.com/analogdevicesinc/no-OS/tree/main/projects/ad4110)
Loading