-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Add AD719x support on DE10-Nano #1488
Conversation
Missing MISO-GPIO connection |
638fb1c
to
b0769f5
Compare
docs/projects/ad719x_asdz/index.rst
Outdated
- :adi:`EVAL-AD7195 <EVAL-AD7192>` | ||
- :adi:`EVAL-AD7193 <EVAL-AD7193>` | ||
- :adi:`EVAL-AD7195 <EVAL-AD7194>` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it's a typo, as it would be 3 times AD7195.
Also, could you change lines 18-22 to be in this way?
:adi:`EVAL-AD719...`
It will render the same, just that it's simpler written in code.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
projects/ad719x_asdz/README.md
Outdated
@@ -1,13 +1,17 @@ | |||
# EVAL-AD719X-ASDZ HDL Project | |||
|
|||
This project supports EVAL-AD7190, EVAL-AD7193 and EVAL-AD7195. | |||
This project supports EVAL-AD7190,EVAL-AD7192, EVAL-AD7193, EVAL-AD7194 and EVAL-AD7195. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This project supports EVAL-AD7190,EVAL-AD7192, EVAL-AD7193, EVAL-AD7194 and EVAL-AD7195. | |
This project supports EVAL-AD7190, EVAL-AD7192, EVAL-AD7193, EVAL-AD7194 and EVAL-AD7195. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
@@ -0,0 +1,16 @@ | |||
#################################################################################### | |||
## Copyright (c) 2018 - 2023 Analog Devices, Inc. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## Copyright (c) 2018 - 2023 Analog Devices, Inc. | |
## Copyright (c) 2018 - 2024 Analog Devices, Inc. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
@@ -0,0 +1,12 @@ | |||
############################################################################### | |||
## Copyright (C) 2020-2023 Analog Devices, Inc. All rights reserved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## Copyright (C) 2020-2023 Analog Devices, Inc. All rights reserved. | |
## Copyright (C) 2024 Analog Devices, Inc. All rights reserved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
@@ -0,0 +1,51 @@ | |||
############################################################################### | |||
## Copyright (C) 2020-2023 Analog Devices, Inc. All rights reserved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## Copyright (C) 2020-2023 Analog Devices, Inc. All rights reserved. | |
## Copyright (C) 2024 Analog Devices, Inc. All rights reserved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
# | ||
## down-rade Critical Warning reated to a asynchronous RAM in DMAC | ||
# | ||
## "mixed_port_feed_through_mode" parameter of RAM can not have value "old" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# | |
## down-rade Critical Warning reated to a asynchronous RAM in DMAC | |
# | |
## "mixed_port_feed_through_mode" parameter of RAM can not have value "old" | |
## downgrade Critical Warning related to an asynchronous RAM in DMAC | |
# | |
## "mixed_port_feed_through_mode" parameter of RAM cannot have value "old" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
@@ -0,0 +1,14 @@ | |||
############################################################################### | |||
## Copyright (C) 2020-2023 Analog Devices, Inc. All rights reserved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## Copyright (C) 2020-2023 Analog Devices, Inc. All rights reserved. | |
## Copyright (C) 2024 Analog Devices, Inc. All rights reserved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
@@ -0,0 +1,280 @@ | |||
// *************************************************************************** | |||
// *************************************************************************** | |||
// Copyright (C) 2020-2023 Analog Devices, Inc. All rights reserved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
// Copyright (C) 2020-2023 Analog Devices, Inc. All rights reserved. | |
// Copyright (C) 2024 Analog Devices, Inc. All rights reserved. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
Please squash the commits as needed |
38f9179
to
e4b90d8
Compare
PR Description
Add support for the AD719x on DE10-Nano, using the SPI Controller.
PR Type
PR Checklist