Skip to content

Commit 3ff028f

Browse files
authored
projects/ad469x_evb: Add README files (#1717)
* projects/ad469x_evb: Add README files Signed-off-by: Elena-Hadarau_adi <[email protected]> * .github/CODEOWNERS: Fix the project name Signed-off-by: Elena-Hadarau_adi <[email protected]> * docs/projects/ad469x_evb: Add dts Signed-off-by: Elena-Hadarau_adi <[email protected]> --------- Signed-off-by: Elena-Hadarau_adi <[email protected]>
1 parent 93fecb2 commit 3ff028f

File tree

7 files changed

+112
-24
lines changed

7 files changed

+112
-24
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
# Code owners for ad4630_fmc folder
2727
2828

29-
# Code owners for ad469x_fmc folder
30-
29+
# Code owners for ad469x_evb folder
30+
3131

3232
# Code owners for ad4858_fmcz folder
3333
/projects/ad4858_fmcz/ [email protected] [email protected]

docs/projects/ad469x_evb/index.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -371,8 +371,9 @@ HDL related
371371
Software related
372372
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
373373

374-
- :git-no-os:`AD469X_FMCZ no-OS driver source code <drivers/adc/ad469x>`
375-
- :git-no-os:`AD469X_FMCZ no-OS project source code <projects/ad469x_fmcz>`
374+
- :git-linux:`AD469X_EVB - ZED dts source code <arch/arm/boot/dts/xilinx/zynq-zed-adv7511-ad4696.dts>`
375+
- :git-no-os:`AD469X_EVB no-OS driver source code <drivers/adc/ad469x>`
376+
- :git-no-os:`AD469X_EVB no-OS project source code <projects/ad469x_evb>`
376377

377378
.. include:: ../common/more_information.rst
378379

projects/ad469x_evb/README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# AD469X-FMC HDL Project
2+
3+
- Evaluation boards product pages:
4+
- [EVAL-AD4696](https://www.analog.com/eval-ad4696)
5+
- EVAL-AD4692
6+
- System documentation: https://wiki.analog.com/resources/eval/user-guides/ad469x
7+
- HDL project documentation: https://analogdevicesinc.github.io/hdl/projects/ad469x_evb/index.html
8+
9+
## Supported parts
10+
11+
| Part name | Description |
12+
|-----------------------------------------|--------------------------------------------------------------|
13+
| AD4691 | |
14+
| AD4692 | |
15+
| AD4693 | |
16+
| AD4694 | |
17+
| [AD4695](https://www.analog.com/ad4695) | 16-Bit, 16-Channel, 500 kSPS, Easy Drive Multiplexed SAR ADC |
18+
| [AD4696](https://www.analog.com/ad4696) | 16-Bit, 16-Channel, 1 MSPS, Easy Drive Multiplexed SAR ADC |
19+
| [AD4697](https://www.analog.com/ad4697) | 16-Bit, 8-Channel, 500 kSPS, Easy Drive Multiplexed SAR ADC |
20+
| [AD4698](https://www.analog.com/ad4698) | 16-Bit, 8-Channel, 1 MSPS, Easy Drive Multiplexed SAR ADC |
21+
22+
## Building the project
23+
24+
Please enter the folder for the FPGA carrier you want to use and read the README.md.

projects/ad469x_evb/Readme.md

Lines changed: 0 additions & 20 deletions
This file was deleted.
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# AD469X-FMC/CORAZ7S HDL Project
2+
3+
## Building the project
4+
5+
The parameter configurable through the `make` command, can be found below, as well as in the **system_project.tcl** file; it contains the default configuration.
6+
7+
```
8+
cd projects/ad469x_evb/coraz7s
9+
make
10+
```
11+
12+
The overwritable parameter from the environment:
13+
14+
- SPI_4WIRE - Defines if CNV signal is linked to PWM or to SPI_CS
15+
- 0 - CNV signal is linked to PWM
16+
- 1 - CNV signal is linked to SPI_CS
17+
18+
### Example configurations
19+
20+
#### Default configuration
21+
22+
This specific command is equivalent to running `make` only:
23+
24+
```
25+
cd projects/ad469x_evb/coraz7s
26+
make SPI_4WIRE=0
27+
```
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# AD469X-FMC/DE10NANO HDL Project
2+
3+
## Building the project
4+
5+
The parameter configurable through the `make` command, can be found below, as well as in the **system_project.tcl** file; it contains the default configuration.
6+
7+
```
8+
cd projects/ad469x_evb/de10nano
9+
make
10+
```
11+
12+
The overwritable parameter from the environment:
13+
14+
- SPI_4WIRE - Defines if CNV signal is linked to PWM or to SPI_CS
15+
- 0 - CNV signal is linked to PWM
16+
- 1 - CNV signal is linked to SPI_CS
17+
18+
### Example configurations
19+
20+
#### Default configuration
21+
22+
This specific command is equivalent to running `make` only:
23+
24+
```
25+
cd projects/ad469x_evb/de10nano
26+
make SPI_4WIRE=0
27+
```

projects/ad469x_evb/zed/README.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# AD469X-FMC/ZED HDL Project
2+
3+
## Building the project
4+
5+
The parameter configurable through the `make` command, can be found below, as well as in the **system_project.tcl** file; it contains the default configuration.
6+
7+
```
8+
cd projects/ad469x_evb/zed
9+
make
10+
```
11+
12+
The overwritable parameter from the environment:
13+
14+
- SPI_4WIRE - Defines if CNV signal is linked to PWM or to SPI_CS
15+
- 0 - CNV signal is linked to PWM
16+
- 1 - CNV signal is linked to SPI_CS
17+
18+
### Example configurations
19+
20+
#### Default configuration
21+
22+
This specific command is equivalent to running `make` only:
23+
24+
```
25+
cd projects/ad469x_evb/zed
26+
make SPI_4WIRE=0
27+
```
28+
29+
Corresponding device tree: [zynq-zed-adv7511-ad4696.dts](https://github.com/analogdevicesinc/linux/blob/main/arch/arm/boot/dts/xilinx/zynq-zed-adv7511-ad4696.dts)

0 commit comments

Comments
 (0)