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

nRF54L15: TF-M regression Tests #15508

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

Commits on Jun 18, 2024

  1. tests: tfm_regression: Make custom overlays for DK's

    The old app.overlay doesn't work for nRF54L15 as the uart peripherals
    got renamed, so moving it to the boards folder with having a separate
    overlay file per board.
    
    Ref: NCSDK-27431
    
    Signed-off-by: Markus Swarowsky <[email protected]>
    mswarowsky committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    07364ac View commit details
    Browse the repository at this point in the history
  2. tf-m: regression tests: Select TIMER00 on 54L

    The timer peripheral got rename to TIMER00 from TIMER0 in the the 54L
    platform so selecting that when building the regression tests
    
    Ref: NCSDK-27431
    Signed-off-by: Markus Swarowsky <[email protected]>
    mswarowsky committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    2da5256 View commit details
    Browse the repository at this point in the history
  3. manifest: tf-m: Make TF-M regression tests run on 54L15

    Get peripheral UARTE config to make the TF-M regression tests run
    and enable them in thest config.
    
    Ref: NCSDK-27431
    
    Signed-off-by: Markus Swarowsky <[email protected]>
    mswarowsky committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    c5ada95 View commit details
    Browse the repository at this point in the history