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

Development for the AD35xxR #1472

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from
Draft

Development for the AD35xxR #1472

wants to merge 7 commits into from

Commits on Sep 6, 2024

  1. ADD: support to AD3542r

    It is supporting dual SPI for the ad3542r
    
    Signed-off-by: <[email protected]>
    caosjr committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    44f7106 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. ADD: support to AD3542r and increased sclk

    It is supporting Single SPI (Classic),  Dual SPI, and Quad SPI mode
    on the same bitstream.
    
    Changed the regmap, the reg DAC_CUSTOM_CTRL needs to assert the
    MULTI_IO_MODE field to choose the SPI mode.
    
    Increased the frequency of the sclk from 16.5Mhz to 66Mhz.
    
    Changed the AD3552r documentation to show the architecture changes.
    
    Signed-off-by: <[email protected]>
    caosjr committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    dd6b84c View commit details
    Browse the repository at this point in the history
  2. FIX: AD3552r doc

    some changes on the doc of the AD3552r
    
    Signed-off-by: <[email protected]>
    caosjr committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    7697948 View commit details
    Browse the repository at this point in the history
  3. ADD: missing AD35xxr project

    Signed-off-by: <[email protected]>
    caosjr committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e7a2ae0 View commit details
    Browse the repository at this point in the history
  4. FIX: AD3552r doc

    some changes on the doc of the AD3552r
    
    Signed-off-by: <[email protected]>
    caosjr committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    95dd693 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. FIX: qspi_sel connected properly

    Changed some parts of the documentation.
    Inserted EVAL-AD3552R documentation with some more info
    
    Signed-off-by: <[email protected]>
    caosjr committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    e815b2e View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. RM: axi_ad3552r, axi_ad3542r, ad3552r_evb, ad3542r_evb

    Removed axi libraries because they were substitute by
    axi_ad35xxr
    
    Removed evaluation board projects because they were
    substituted by ad35xxr_evb
    
    Signed-off-by: <[email protected]>
    caosjr committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    f77c706 View commit details
    Browse the repository at this point in the history