Skip to content
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

AD9152.h Register Definition Updates #2418

Merged
merged 1 commit into from
Jan 27, 2025

Conversation

JosefKassai
Copy link
Contributor

@JosefKassai JosefKassai commented Jan 19, 2025

The register definitions in AD9152.h have been updated to match the datasheet - registers that aren't in the datasheet have been removed, and registers missing from the header file that were in the datasheet have been added. A few registers have also been renamed to match the datasheet.

PR Type

  • Bug fix (change that fixes an issue)
  • New feature (change that adds new functionality)
  • Breaking change (has dependencies in other repos or will cause CI to fail)

PR Checklist

  • I have followed the Coding style guidelines
  • I have performed a self-review of the changes
  • I have commented my code, at least hard-to-understand parts
  • I have build all projects affected by the changes in this PR
  • [N/A] I have tested in hardware affected projects, at the relevant boards
  • I have signed off all commits from this PR
  • [N/A] I have updated the documentation (wiki pages, ReadMe etc), if applies

@buha
Copy link
Contributor

buha commented Jan 20, 2025

this is good but make sure to squash the 2nd commit into the first, we use git rebase -i for this and simply replace 'pick' with 'squash' next to the 2nd (correction) commit

@buha
Copy link
Contributor

buha commented Jan 20, 2025

also, dont close the old PR, we're supposed to have the conversation in a single pull request

this is a continuation of #2417

@buha
Copy link
Contributor

buha commented Jan 20, 2025

/AzurePipelines run

Copy link

Azure Pipelines successfully started running 2 pipeline(s).

Updated the register definitions (including additions, removals, and corrections) in AD9152.h to match Tables 16, 17, 18, 36, 73, and 85 of the datasheet.

Signed-off-by: Josef Kassai <[email protected]>
@JosefKassai JosefKassai force-pushed the AD9152_Header_Updates branch from 1685aeb to 42862b3 Compare January 21, 2025 15:20
@buha
Copy link
Contributor

buha commented Jan 22, 2025

/AzurePipelines run

Copy link

Azure Pipelines successfully started running 2 pipeline(s).

@buha buha merged commit bf1043a into analogdevicesinc:main Jan 27, 2025
11 of 14 checks passed
@JosefKassai JosefKassai deleted the AD9152_Header_Updates branch January 27, 2025 21:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants