-
Notifications
You must be signed in to change notification settings - Fork 7k
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: drivers: uart: Enable test execution on nRF54L20pdk #82963
tests: drivers: uart: Enable test execution on nRF54L20pdk #82963
Conversation
Include tests: drivers: uart: Enable test execution on nRF54L05, 'L10, 'L20 nrfconnect/sdk-zephyr#2373 zephyrproject-rtos/zephyr#82963 Signed-off-by: Sebastian Głąb <[email protected]>
c93e07a
to
8baa2db
Compare
Include tests: drivers: uart: Enable test execution on nRF54L20pdk nrfconnect/sdk-zephyr#2373 zephyrproject-rtos/zephyr#82963 Signed-off-by: Sebastian Głąb <[email protected]>
Include tests: drivers: uart: Enable test execution on nRF54L20pdk nrfconnect/sdk-zephyr#2373 zephyrproject-rtos/zephyr#82963 Signed-off-by: Sebastian Głąb <[email protected]>
FYI: @e-rk |
Add overlays needed to execute uart driver tests on nRF54L20pdk. Signed-off-by: Sebastian Głąb <[email protected]>
8baa2db
to
86345c6
Compare
Include tests: drivers: uart: Enable test execution on nRF54L20pdk nrfconnect/sdk-zephyr#2373 zephyrproject-rtos/zephyr#82963 Signed-off-by: Sebastian Głąb <[email protected]>
@@ -14,6 +14,7 @@ tests: | |||
- nrf54l15dk/nrf54l15/cpuapp | |||
- nrf54l20pdk/nrf54l20/cpuapp | |||
- nrf54l15dk/nrf54l15/cpuflpr | |||
- nrf54l20pdk/nrf54l20/cpuapp |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nrf54l20
is already there in the list just two lines above.
@@ -8,6 +8,7 @@ common: | |||
- nrf54l15dk/nrf54l15/cpuapp | |||
- nrf54l20pdk/nrf54l20/cpuapp | |||
- nrf54l15bsim/nrf54l15/cpuapp | |||
- nrf54l20pdk/nrf54l20/cpuapp |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here
@@ -35,6 +36,7 @@ tests: | |||
- nrf54l15dk/nrf54l15/cpuapp | |||
- nrf54l20pdk/nrf54l20/cpuapp | |||
- nrf54l15bsim/nrf54l15/cpuapp | |||
- nrf54l20pdk/nrf54l20/cpuapp |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here
Changes are already applied (other PR was merged in mean time). |
Add overlays needed to execute uart driver tests on nRF54L20pdk.