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

tests: benchmarks: multicore: Test PM in SPI driver with locks #19037

Commits on Nov 26, 2024

  1. tests: benchmarks: multicore: Test PM in SPI driver with locks

    Extend test that checks:
    - current consumption in IDLE, S2RAM when SPIM was used;
    - SPIM works correctly after leaving low power state.
    
    Add test suites where SPI is configured with
    SPI_HOLD_ON_CS and/or SPI_LOCK_ON.
    
    Confirm that SPI CS line activation/deactivation is
    according to:
    - SPI_HOLD_ON_CS configuration;
    - spi_release_dt() calls;
    - not affected by the Device Runtime Power Management.
    
    Signed-off-by: Sebastian Głąb <[email protected]>
    nordic-segl committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    3d9a168 View commit details
    Browse the repository at this point in the history