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

manifest: Update zephyr with nrf54h20dk overlays for driver tests #15257

Merged
merged 2 commits into from
Jun 5, 2024

Commits on Jun 5, 2024

  1. manifest: Update zephyr with nrf54h20dk overlays for driver tests

    Update zephyr with overlays for nrf54h20dk for gpio, counter
    and uart tests.
    
    Signed-off-by: Krzysztof Chruściński <[email protected]>
    nordic-krch committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    8448616 View commit details
    Browse the repository at this point in the history
  2. tests: drivers: nrfx_integration_test: Align to nrfx_glue change

    NRFX_GPIOTE_CHANNELS_USED is no longer present and it is replaced
    by instance specific define (e.g. NRFX_GPIOTE130_CHANNELS_USED).
    Align test which was using that define.
    
    Signed-off-by: Krzysztof Chruściński <[email protected]>
    nordic-krch committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    3b6e8c2 View commit details
    Browse the repository at this point in the history