-
Notifications
You must be signed in to change notification settings - Fork 8.2k
tests: drivers: Enable slected tests on nrf54l15 NS #99093
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
Merged
kartben
merged 19 commits into
zephyrproject-rtos:main
from
nordic-segl:NRFX-8610_Run-driver-tests-on-nrf54l15-ns
Nov 18, 2025
Merged
tests: drivers: Enable slected tests on nrf54l15 NS #99093
kartben
merged 19 commits into
zephyrproject-rtos:main
from
nordic-segl:NRFX-8610_Run-driver-tests-on-nrf54l15-ns
Nov 18, 2025
+227
−26
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
Author
|
Works in CI |
d44022e to
a5837c8
Compare
Closed
a5837c8 to
f11bad3
Compare
nordic-segl
commented
Nov 12, 2025
| @@ -1,3 +1,14 @@ | |||
| /* | |||
| * Copyright 2024 Nordic Semiconductor ASA | |||
Contributor
Author
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.
I took year from the file history.
d3745c6 to
811a878
Compare
adamkondraciuk
previously approved these changes
Nov 12, 2025
nordic-piks
approved these changes
Nov 12, 2025
nordic-krch
reviewed
Nov 12, 2025
tests/boards/nrf/i2c/i2c_slave/boards/nrf54l15dk_nrf54l15_cpuapp_ns.overlay
Outdated
Show resolved
Hide resolved
drivers.uart.async_api filter is meet on nrf54l15 NS platform. However, overlay file is needed to configure uart peripheral. Add overlay required to pass uart_async_api test. Signed-off-by: Sebastian Głąb <[email protected]>
Add overlays required to run the gpio_loopback test on nrf54l15dk/nrf54l15/cpuapp/ns platform. Signed-off-by: Sebastian Głąb <[email protected]>
Enable clock control tests on nrf54l15dk/nrf54l15/cpuapp/ns platform. Signed-off-by: Sebastian Głąb <[email protected]>
Enable gpio_basic_api test on nrf54l15dk/nrf54l15/cpuapp/ns platform. Signed-off-by: Sebastian Głąb <[email protected]>
32951b6 to
30ea476
Compare
Enable nrf_grtc_timer test on nrf54l15dk/nrf54l15/cpuapp/ns platform. Signed-off-by: Sebastian Głąb <[email protected]>
Enable I2S tests on nrf54l15dk/nrf54l15/cpuapp/ns platform. Signed-off-by: Sebastian Głąb <[email protected]>
Sort alphabetically supported features on - nrf54l15dk/nrf54l15/cpuapp, - nrf54l15dk/nrf54l15/cpuapp/ns, platforms. Signed-off-by: Sebastian Głąb <[email protected]>
Enable pwm_gpio_loopback test on nrf54l15dk/nrf54l15/cpuapp/ns platform. Signed-off-by: Sebastian Głąb <[email protected]>
Enable temp_senor test on nrf54l15dk/nrf54l15/cpuapp/ns platform. Signed-off-by: Sebastian Głąb <[email protected]>
Enable QDEC test on nrf54l15dk/nrf54l15/cpuapp/ns platform. Signed-off-by: Sebastian Głąb <[email protected]>
Enable adc_api test on nrf54l15dk/nrf54l15/cpuapp/ns platform. Signed-off-by: Sebastian Głąb <[email protected]>
Enable spi_controller_peripheral test on nrf54l15dk/nrf54l15/cpuapp/ns platform. Signed-off-by: Sebastian Głąb <[email protected]>
Fix DTS overlay file formatting as requested by the compliance check. Signed-off-by: Sebastian Głąb <[email protected]>
Overlay files that modify test configuration shall be stored in the main application directory. There is no board with f.e. '1mhz' name. Move test overlays from boards sub-direcotry to the main application directory. Signed-off-by: Sebastian Głąb <[email protected]>
Add DTS overlay required to pass the test. Test filter is meet for nrf54l15 NS platform. However, test fails due to missing node configuration. Fix the counter test on nrf54l15dk/nrf54l15/cpuapp/ns platform. Signed-off-by: Sebastian Głąb <[email protected]>
Add reqired empty line as indicated by the compliance check. Add License header. Add information about GPIO loopbacks used by the test. Signed-off-by: Sebastian Głąb <[email protected]>
Enable i2c_slave test on nrf54l15dk/nrf54l15/cpuapp/ns platform. Signed-off-by: Sebastian Głąb <[email protected]>
Move DTS overlay files that modify test configuration from boards sub-directory to the main application directory. There is no 'i2c_speed_fast' board. Signed-off-by: Sebastian Głąb <[email protected]>
Enable wdt_basic_api test on nrf54l15dk/nrf54l15/cpuapp/ns platform. Signed-off-by: Sebastian Głąb <[email protected]>
30ea476 to
78f2f6f
Compare
|
kl-cruz
approved these changes
Nov 17, 2025
lstnl
approved these changes
Nov 17, 2025
Contributor
Author
|
@tbursztyka : Could You please re-approve? |
tbursztyka
approved these changes
Nov 18, 2025
nordic-krch
approved these changes
Nov 18, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.



Enable (at least one) driver tests on nrf54l15 NS platform.
Plus: