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: benchmark: multicore: Test PWM with low power modes #17380

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Sep 27, 2024

  1. tests: benchmark: multicore: Test PWM with low power modes

    Add test that confirms correct operation of PWM
    when target enters and leaves low power mode.
    
    Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
    nordic-segl committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    fe723e8 View commit details
    Browse the repository at this point in the history
  2. tests: multicore: Use power states definition from SOC

    Instead of defining power states per test, add power states
    to the nrf54h20/cpuapp target definition.
    
    Remove power states from tests overlays to prevent
    build failures due to duplicated node definitions.
    
    Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
    nordic-segl committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    8b0954e View commit details
    Browse the repository at this point in the history