-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Conversation
The following west manifest projects have been modified in this Pull Request:
Note: This message is automatically posted and updated by the Manifest GitHub Action. |
Test specificationCI/Jenkins/NRF
CI/Jenkins/integration
Detailed information of selected test modules Note: This message is automatically posted and updated by the CI |
You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds. Note: This comment is automatically posted by the Documentation Publishing GitHub Action. |
b2cc9b7
to
bb63a58
Compare
b2e48c5
to
d939897
Compare
21a5847
to
35ebad3
Compare
35ebad3
to
9784a32
Compare
9784a32
to
99bb7b7
Compare
Update zephyr with overlays for nrf54h20dk for gpio, counter and uart tests. Signed-off-by: Krzysztof Chruściński <[email protected]>
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]>
99bb7b7
to
3b6e8c2
Compare
Update zephyr with overlays for nrf54h20dk for gpio, counter and uart tests.