Skip to content

Commit b60810c

Browse files
committed
projects/ad353xr: Add READMEs
projects/ad35xxr_evb: Add READMEs Signed-off-by: Stanca Pop <[email protected]>
1 parent 09aed02 commit b60810c

File tree

8 files changed

+78
-26
lines changed

8 files changed

+78
-26
lines changed

projects/ad353xr/README.md

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# AD353XR HDL Project
2+
3+
- Evaluation boards product page:
4+
- [EVAL-AD3503R](https://www.analog.com/eval-ad3530r)
5+
- [EVAL-AD3501R](https://www.analog.com/eval-ad3531r)
6+
- System documentation: https://wiki.analog.com/resources/eval/user-guides/ad353xr
7+
- HDL project documentation: http://analogdevicesinc.github.io/hdl/projects/ad353xr/index.html
8+
9+
## Supported parts
10+
11+
| Part name | Description |
12+
|------------------------------------------|-------------------------------------------------|
13+
| [AD3530](https://www.analog.com/ad3530) | 8-Channel, 16-Bit Voltage Output DACs, SPI |
14+
| [AD3530R](https://www.analog.com/ad3530r) | 8-Channel, 16-Bit Voltage Output DACs, On-Chip Reference, SPI |
15+
| [AD3531](https://www.analog.com/ad3531) | 4-Channel, 16-Bit Voltage Output DAC, On-Chip Reference, SPI |
16+
| [AD3531R](https://www.analog.com/ad3531r) | 4-Channel, 16-Bit Voltage Output DAC, On-Chip Reference, SPI |
17+
18+
## Building the project
19+
20+
Please enter the folder for the FPGA carrier you want to use and read the README.md.

projects/ad353xr/Readme.md

-10
This file was deleted.

projects/ad353xr/coraz7s/README.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# AD353XR/Cora-Z7S HDL Project
2+
3+
## Building the project
4+
5+
```
6+
cd projects/ad353xr/coraz7s
7+
make
8+
```
9+
10+
Corresponding No-OS project: TO BE ADDED

projects/ad353xr/de10nano/README.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# AD353XR/DE10-Nano HDL Project
2+
3+
## Building the project
4+
5+
```
6+
cd projects/ad353xr/de10nano
7+
make
8+
```
9+
10+
Corresponding device tree: TO BE ADDED

projects/ad353xr/zed/README.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# AD353XR/Zed HDL Project
2+
3+
## Building the project
4+
5+
```
6+
cd projects/ad353xr/zed
7+
make
8+
```
9+
10+
Corresponding No-OS project: TO BE ADDED

projects/ad35xxr_evb/README.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# AD35XXR-EVB HDL Project
2+
3+
- Evaluation board product page: [EVAL-AD3552R](https://www.analog.com/eval-ad3552r)
4+
- System documentation: TO BE ADDED
5+
- HDL project documentation: http://analogdevicesinc.github.io/hdl/projects/ad35xxr_evb/index.html
6+
7+
## Supported parts
8+
9+
| Part name | Description |
10+
|------------------------------------------|-------------------------------------------------|
11+
| [AD3541R](https://www.analog.com/ad3541r) | Single Channel, 12-/16-Bit, 16 MUPS, Multispan, Multi-IO SPI DAC |
12+
| [AD3542R](https://www.analog.com/ad3542r) | Dual Channel, 12-/16-Bit, 16 MUPS, Multispan, Multi-IO SPI DAC |
13+
| [AD3551R](https://www.analog.com/ad3551r) | Single Channel, 16-Bit, 33 MUPS, Multispan, Multi-IO SPI DAC |
14+
| [AD3552R](https://www.analog.com/ad3552r) | Dual Channel, 16-Bit, 33 MUPS, Multispan, Multi-IO SPI DAC |
15+
16+
## Building the project
17+
18+
Please enter the folder for the FPGA carrier you want to use and read the README.md.

projects/ad35xxr_evb/Readme.md

-16
This file was deleted.

projects/ad35xxr_evb/zed/README.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# AD35XXR-EVB/Zed HDL Project
2+
3+
## Building the project
4+
5+
```
6+
cd projects/ad35xxr_evb/zed
7+
make
8+
```
9+
10+
Corresponding Linux device tree: TO BE ADDED

0 commit comments

Comments
 (0)