-
Notifications
You must be signed in to change notification settings - Fork 651
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
[nrf fromlist] samples: drivers: mbox: Enable sample on L09 and L20 #2622
base: main
Are you sure you want to change the base?
[nrf fromlist] samples: drivers: mbox: Enable sample on L09 and L20 #2622
Conversation
Works on L20:
Fails on L09:
|
61665c7
to
06ba3f1
Compare
Include: samples: drivers: mbox: Enable sample on L09 and L20 nrfconnect/sdk-zephyr#2622 zephyrproject-rtos/zephyr#87124 Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
06ba3f1
to
437a6f6
Compare
Include: samples: drivers: mbox: Enable sample on L09 and L20 nrfconnect/sdk-zephyr#2622 zephyrproject-rtos/zephyr#87124 Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
99eb1cc
to
13c3b88
Compare
Include: samples: drivers: mbox: Enable sample on L09 and L20 nrfconnect/sdk-zephyr#2622 zephyrproject-rtos/zephyr#87124 Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
02d287e
to
606c864
Compare
Include: samples: drivers: mbox: Enable sample on L09 and L20 nrfconnect/sdk-zephyr#2622 zephyrproject-rtos/zephyr#87124 Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
606c864
to
b0acaf5
Compare
Include: samples: drivers: mbox: Enable sample on L09 and L20 nrfconnect/sdk-zephyr#2622 zephyrproject-rtos/zephyr#87124 Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
b0acaf5
to
7ca68f5
Compare
Include: samples: drivers: mbox: Enable sample on L09 and L20 nrfconnect/sdk-zephyr#2622 zephyrproject-rtos/zephyr#87124 Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
extra_args: DTC_OVERLAY_FILE="boards/nrf54l15dk_nrf54l15_cpuflpr_dual_uart.overlay" | ||
extra_configs: | ||
- CONFIG_DUAL_UART_TEST=y | ||
- CONFIG_SETUP_MISMATCH_TEST=y | ||
drivers.uart.uart_elementary_dual_nrf54l09: |
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.
@nordic-piks : Dual uart tests on L09 require some tricks; shall I add here
tags:
- nrf54l09-switch-uart
same as in nrf.extended
tests at sdk-nrf? Or, remove these tests from this yaml?
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.
FLPR will already use 2nd uart.
so maybe uart removal from app core is only needed?
7ca68f5
to
a7c12e2
Compare
Include: samples: drivers: mbox: Enable sample on L09 and L20 nrfconnect/sdk-zephyr#2622 zephyrproject-rtos/zephyr#87124 Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
a7c12e2
to
78ace71
Compare
Include: samples: drivers: mbox: Enable sample on L09 and L20 nrfconnect/sdk-zephyr#2622 zephyrproject-rtos/zephyr#87124 Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
This commit adds support for these multicore samples: - samples/drivers/mbox - samples/drivers/mbox_data - samples/subsys/ipc/ipc_service/static_vrings - samples/subsys/ipc/openamp Signed-off-by: Tomas Galbicka <tomas.galbicka@nxp.com> Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no> (cherry picked from commit 64585b7)
This commit adds support for these multicore samples: - samples/drivers/mbox - samples/drivers/mbox_data - samples/subsys/ipc/ipc_service/static_vrings - samples/subsys/ipc/openamp Signed-off-by: Tomas Galbicka <tomas.galbicka@nxp.com> Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no> (cherry picked from commit 2589717)
s/bellow/below/ Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org> Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no> (cherry picked from commit ae4d217)
using filter to add potential platform in Signed-off-by: Hake Huang <hake.huang@nxp.com> Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no> (cherry picked from commit 9d7ee12)
… not supported remove the FATAL_ERROR message, and leave it just as a message. also enhance filter for this case with "1pc0" anmd "1pc1" Signed-off-by: Hake Huang <hake.huang@oss.nxp.com> Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no> (cherry picked from commit 6eb176a2795a5217a542d4f30ec50d6531f5daeb)
Add board overlays required to run mbox sample on nRF54L09 and nRF54L20 targets. Upstream PR #: 87124 Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
…RF54L* cpuflpr Add overlay required to run gpio_basic_api test on - nrf54l09pdk/nrf54l09/cpuflpr and - nrf54l20pdk/nrf54l20/cpuflpr. Upstream PR #: 87124 Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
Enable nrf_grtc_timer test on: - nrf54l09pdk/nrf54l09/cpuflpr and - nrf54l20pdk/nrf54l20/cpuflpr. Upstream PR #: 87124 Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
Add overlay required to run qdec tests on nrf54l20pdk/nrf54l20/cpuflpr. Upstream PR #: 87124 Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
…and L20 Add overlays required to run watchdog sample on: - nrf54l09pdk/nrf54l09/cpuapp, - nrf54l09pdk/nrf54l09/cpuflpr, - nrf54l20pdk/nrf54l20/cpuflpr. Upstream PR #: 87124 Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
…n nRF54L09 and L20 Enable wdt_basic_api test on: - nrf54l09pdk/nrf54l09/cpuapp (missing supported), - nrf54l09pdk/nrf54l09/cpuflpr (missing overlay), - nrf54l20pdk/nrf54l20/cpuflpr (missing supported and overlay). Upstream PR #: 87124 Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
…target Add new target to the following tests: - uart_elementary - uart_async_api - uart_mix_fifo_poll - uart_pm Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no> Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no> (cherry picked from commit 72d0ed7)
…54L* FLPR Add overlays required to run the test on: - nrf54l09pdk/nrf54l09/cpuflpr, - nrf54l20pdk/nrf54l20/cpuflpr. Upstream PR #: 87124 Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
78ace71
to
fb080f0
Compare
Include: samples: drivers: mbox: Enable sample on L09 and L20 nrfconnect/sdk-zephyr#2622 zephyrproject-rtos/zephyr#87124 Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
|
Add board overlays required to run mbox sample on
nRF54L09 and nRF54L20 targets.
Upstream PR #: 87124
manifest-pr-skip