-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
samples: zephyr: drivers: mbox: Enable sample on nRF54L09 and L20 #21051
samples: zephyr: drivers: mbox: Enable sample on nRF54L09 and L20 #21051
Conversation
CI InformationTo view the history of this post, clich the 'edited' button above Inputs:Sources:sdk-nrf: PR head: e9e782f2b87d1e01c289cb13a385ea1fbe131641 more detailssdk-nrf:
Github labels
List of changed files detected by CI (36)
Outputs:ToolchainVersion: 4ffa2202d5 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
You can find the documentation preview for this PR here. |
L20:
L09:
|
ad4df70
to
5930659
Compare
5930659
to
abbda8d
Compare
88129fa
to
d71856c
Compare
else() | ||
message(FATAL_ERROR "${BOARD}${BOARD_QUALIFIERS} is not supported for this sample") | ||
endif() | ||
|
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.
error out if sysbuild needed and not used?
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.
Thanks, added.
Add copy of zephyr/samples/drivers/mbox that can be run on nRF54L09pdk and nRF54L20pdk. Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
…FLPR Add overlay required to run gpio_basic_api test on - nrf54l09pdk/nrf54l09/cpuflpr and - nrf54l20pdk/nrf54l20/cpuflpr. Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
Add overlay required to run nrf_grtc_timer test on - nrf54l09pdk/nrf54l09/cpuflpr and - nrf54l20pdk/nrf54l20/cpuflpr. Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
Add overlay required to run qdec test on nrf54l20pdk/nrf54l20/cpuflpr. Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
Add overlys required to run watchdog sample on: - nrf54l09pdk/nrf54l09/cpuflpr, - nrf54l20pdk/nrf54l20/cpuflpr. Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
Add overlys required to run wdt_basic_api test on: - nrf54l09pdk/nrf54l09/cpuflpr, - nrf54l20pdk/nrf54l20/cpuflpr. Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
d71856c
to
e9e782f
Compare
|
Add copy of zephyr/samples/drivers/mbox that can be run on nRF54L09pdk and nRF54L20pdk.
Run copy of zephyr/samples/drivers/watchdog on L09 FLPR and L20 FLPR.
Run copy of zephyr/tests/boards/nrf/qdec on L20 FLPR.
Run copy of zephyr/tests/drivers/gpio/gpio_basic_api on L09 FLPR and L20 FLPR.
Add copy of zephyr/tests/drivers/timer/nrf_grtc_timer that can be run on L09 FLPR and L20 FLPR.
Run copy of zephyr/tests/drivers/watchdog/wdt_basic_api on L09 FLPR and L20 FLPR.