Skip to content

projects/adrv9009: Add VADJ range #1817

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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 projects/adrv9009/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
- Evaluation board product page: [EVAL-ADRV9008-9009](https://www.analog.com/eval-adrv9008-9009)
- System documentation: https://analogdevicesinc.github.io/documentation/eval/user-guide/transceiver/adrv9009/index.html
- HDL project documentation: https://analogdevicesinc.github.io/hdl/projects/adrv9009/index.html
- Evaluation board VADJ range: 1.8V - 2.5V

## Supported parts

Expand Down
4 changes: 4 additions & 0 deletions projects/adrv9009/a10soc/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<!-- no_build_example, no_no_os -->

# ADRV9009/A10SOC HDL Project

- VADJ with which it was tested in hardware: 1.8V

## Building the project

This project is not parameterizable, it has a fixed configuration:
Expand Down
4 changes: 4 additions & 0 deletions projects/adrv9009/kcu105/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<!-- no_no_os -->

# ADRV9009/KCU105 HDL Project

- VADJ with which it was tested in hardware: 1.8V

## Building the project

The parameters configurable through the `make` command, can be found below, as well as in the **system_project.tcl** file; it contains the default configuration.
Expand Down
4 changes: 4 additions & 0 deletions projects/adrv9009/s10soc/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<!-- no_build_example, no_no_os -->

# ADRV9009/S10SOC HDL Project

- VADJ with which it was tested in hardware: 1.8V

## Building the project

This project is not parameterizable, it has a fixed configuration:
Expand Down
4 changes: 4 additions & 0 deletions projects/adrv9009/zc706/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<!-- no_no_os -->

# ADRV9009/ZC706 HDL Project

- VADJ with which it was tested in hardware: 2.5V

## Building the project

The parameters configurable through the `make` command, can be found below, as well as in the **system_project.tcl** file; it contains the default configuration.
Expand Down
4 changes: 4 additions & 0 deletions projects/adrv9009/zcu102/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
<!-- no_no_os -->

# ADRV9009/ZCU102 HDL Project

- VADJ with which it was tested in hardware: 1.8V

## Building the project

The parameters configurable through the `make` command, can be found below, as well as in the **system_project.tcl** file; it contains the default configuration.
Expand Down