Skip to content
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

Nrfx 7216 enable mbox on nrf54l20 #21008

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

nordic-segl
Copy link
Contributor

No description provided.

@nordic-segl nordic-segl requested review from a team as code owners March 18, 2025 12:25
@github-actions github-actions bot added manifest changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Mar 18, 2025
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Mar 18, 2025

The following west manifest projects have changed revision in this Pull Request:

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@c9113a8 (main) nrfconnect/sdk-zephyr#2622 nrfconnect/sdk-zephyr#2622/files

DNM label due to: 1 project with PR revision

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@NordicBuilder
Copy link
Contributor

NordicBuilder commented Mar 18, 2025

CI Information

To view the history of this post, clich the 'edited' button above
Build number: 7

Inputs:

Sources:

sdk-nrf: PR head: afa33d546bb2da070f6dc872e046e4179e6451ec
zephyr: PR head: 7ca68f5fab9a4d03a4fb138161e4069eba0575f6

more details

sdk-nrf:

PR head: afa33d546bb2da070f6dc872e046e4179e6451ec
merge base: d0c3d7f02a4f3260a048a5310b43c5c43e136a7c
target head (main): d0c3d7f02a4f3260a048a5310b43c5c43e136a7c
Diff

zephyr:

PR head: 7ca68f5fab9a4d03a4fb138161e4069eba0575f6
merge base: c9113a87822e123bd287568c957d92b35502e5d1
target head (main): c9113a87822e123bd287568c957d92b35502e5d1
Diff

Github labels

Enabled Name Description
ci-disabled Disable the ci execution
ci-all-test Run all of ci, no test spec filtering will be done
ci-force-downstream Force execution of downstream even if twister fails
ci-run-twister Force run twister
ci-run-zephyr-twister Force run zephyr twister
List of changed files detected by CI (104)
west.yml
zephyr
│  ├── boards
│  │  ├── nordic
│  │  │  ├── nrf54l09pdk
│  │  │  │  │ nrf54l09pdk_nrf54l09_cpuapp.yaml
│  │  │  ├── nrf54l20pdk
│  │  │  │  │ nrf54l20pdk_nrf54l20_cpuflpr.yaml
│  ├── samples
│  │  ├── drivers
│  │  │  ├── mbox
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  ├── boards
│  │  │  │  │  ├── frdm_mcxn947_mcxn947_cpu0.conf
│  │  │  │  │  ├── frdm_mcxn947_mcxn947_cpu0.overlay
│  │  │  │  │  ├── lpcxpresso55s69_lpc55s69_cpu0.overlay
│  │  │  │  │  ├── mimxrt1160_evk_mimxrt1166_cm7.overlay
│  │  │  │  │  ├── mimxrt1170_evk_mimxrt1176_cm7_A.overlay
│  │  │  │  │  ├── mimxrt1170_evk_mimxrt1176_cm7_B.overlay
│  │  │  │  │  ├── mimxrt1180_evk_mimxrt1189_cm33.conf
│  │  │  │  │  ├── mimxrt1180_evk_mimxrt1189_cm33.overlay
│  │  │  │  │  ├── nrf54l09pdk_nrf54l09_cpuapp.overlay
│  │  │  │  │  │ nrf54l20pdk_nrf54l20_cpuapp.overlay
│  │  │  │  ├── remote
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── frdm_mcxn947_mcxn947_cpu1.conf
│  │  │  │  │  │  ├── frdm_mcxn947_mcxn947_cpu1.overlay
│  │  │  │  │  │  ├── lpcxpresso55s69_lpc55s69_cpu1.overlay
│  │  │  │  │  │  ├── mimxrt1160_evk_mimxrt1166_cm4.overlay
│  │  │  │  │  │  ├── mimxrt1170_evk_mimxrt1176_cm4.overlay
│  │  │  │  │  │  ├── mimxrt1170_evk_mimxrt1176_cm4_B.overlay
│  │  │  │  │  │  ├── mimxrt1180_evk_mimxrt1189_cm7.conf
│  │  │  │  │  │  ├── mimxrt1180_evk_mimxrt1189_cm7.overlay
│  │  │  │  │  │  ├── nrf54l09pdk_nrf54l09_cpuflpr.overlay
│  │  │  │  │  │  │ nrf54l20pdk_nrf54l20_cpuflpr.overlay
│  │  │  │  ├── sample.yaml
│  │  │  │  │ sysbuild.cmake
│  │  │  ├── mbox_data
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  ├── README.rst
│  │  │  │  ├── boards
│  │  │  │  │  ├── frdm_mcxn947_mcxn947_cpu0.conf
│  │  │  │  │  ├── frdm_mcxn947_mcxn947_cpu0.overlay
│  │  │  │  │  ├── lpcxpresso55s69_lpc55s69_cpu0.overlay
│  │  │  │  │  ├── mimxrt1160_evk_mimxrt1166_cm7.overlay
│  │  │  │  │  ├── mimxrt1170_evk_mimxrt1176_cm7_A.overlay
│  │  │  │  │  ├── mimxrt1170_evk_mimxrt1176_cm7_B.overlay
│  │  │  │  │  ├── mimxrt1180_evk_mimxrt1189_cm33.conf
│  │  │  │  │  │ mimxrt1180_evk_mimxrt1189_cm33.overlay
│  │  │  │  ├── remote
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── frdm_mcxn947_mcxn947_cpu1.conf
│  │  │  │  │  │  ├── frdm_mcxn947_mcxn947_cpu1.overlay
│  │  │  │  │  │  ├── lpcxpresso55s69_lpc55s69_cpu1.overlay
│  │  │  │  │  │  ├── mimxrt1160_evk_mimxrt1166_cm4.overlay
│  │  │  │  │  │  ├── mimxrt1170_evk_mimxrt1176_cm4.overlay
│  │  │  │  │  │  ├── mimxrt1170_evk_mimxrt1176_cm4_B.overlay
│  │  │  │  │  │  ├── mimxrt1180_evk_mimxrt1189_cm7.conf
│  │  │  │  │  │  │ mimxrt1180_evk_mimxrt1189_cm7.overlay
│  │  │  │  ├── sample.yaml
│  │  │  │  │ sysbuild.cmake
│  │  │  ├── watchdog
│  │  │  │  ├── boards
│  │  │  │  │  ├── nrf54l09pdk_nrf54l09_cpuapp.overlay
│  │  │  │  │  ├── nrf54l09pdk_nrf54l09_cpuflpr.overlay
│  │  │  │  │  │ nrf54l20pdk_nrf54l20_cpuflpr.overlay
│  │  ├── sensor
│  │  │  ├── tdk_apex
│  │  │  │  │ README.rst
│  │  ├── subsys
│  │  │  ├── ipc
│  │  │  │  ├── ipc_service
│  │  │  │  │  ├── static_vrings
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  │  │  ├── README.rst
│  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  ├── frdm_mcxn947_mcxn947_cpu0.conf
│  │  │  │  │  │  │  ├── frdm_mcxn947_mcxn947_cpu0.overlay
│  │  │  │  │  │  │  ├── lpcxpresso55s69_lpc55s69_cpu0.overlay
│  │  │  │  │  │  │  ├── mimxrt1160_evk_mimxrt1166_cm7.overlay
│  │  │  │  │  │  │  ├── mimxrt1170_evk_mimxrt1176_cm7.overlay
│  │  │  │  │  │  │  ├── mimxrt1170_evk_mimxrt1176_cm7_B.overlay
│  │  │  │  │  │  │  ├── mimxrt1180_evk_mimxrt1189_cm33.conf
│  │  │  │  │  │  │  │ mimxrt1180_evk_mimxrt1189_cm33.overlay
│  │  │  │  │  │  ├── remote
│  │  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │  ├── frdm_mcxn947_mcxn947_cpu1.conf
│  │  │  │  │  │  │  │  ├── frdm_mcxn947_mcxn947_cpu1.overlay
│  │  │  │  │  │  │  │  ├── lpcxpresso55s69_lpc55s69_cpu1.overlay
│  │  │  │  │  │  │  │  ├── mimxrt1160_evk_mimxrt1166_cm4.overlay
│  │  │  │  │  │  │  │  ├── mimxrt1170_evk_mimxrt1176_cm4.overlay
│  │  │  │  │  │  │  │  ├── mimxrt1170_evk_mimxrt1176_cm4_B.overlay
│  │  │  │  │  │  │  │  ├── mimxrt1180_evk_mimxrt1189_cm7.conf
│  │  │  │  │  │  │  │  │ mimxrt1180_evk_mimxrt1189_cm7.overlay
│  │  │  │  │  │  │ sample.yaml
│  │  │  │  ├── openamp
│  │  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  │  ├── README.rst
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── frdm_mcxn947_mcxn947_cpu0.conf
│  │  │  │  │  │  ├── frdm_mcxn947_mcxn947_cpu0.overlay
│  │  │  │  │  │  ├── mimxrt1180_evk_mimxrt1189_cm33.conf
│  │  │  │  │  │  │ mimxrt1180_evk_mimxrt1189_cm33.overlay
│  │  │  │  │  ├── remote
│  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  ├── frdm_mcxn947_mcxn947_cpu1.conf
│  │  │  │  │  │  │  ├── frdm_mcxn947_mcxn947_cpu1.overlay
│  │  │  │  │  │  │  ├── mimxrt1180_evk_mimxrt1189_cm7.conf
│  │  │  │  │  │  │  │ mimxrt1180_evk_mimxrt1189_cm7.overlay
│  │  │  │  │  │ sample.yaml
│  ├── tests
│  │  ├── boards
│  │  │  ├── nrf
│  │  │  │  ├── qdec
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54l20pdk_nrf54l20_common.dtsi
│  │  │  │  │  │  ├── nrf54l20pdk_nrf54l20_cpuapp.overlay
│  │  │  │  │  │  │ nrf54l20pdk_nrf54l20_cpuflpr.overlay
│  │  │  │  │  │ testcase.yaml
│  │  ├── drivers
│  │  │  ├── gpio
│  │  │  │  ├── gpio_basic_api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54l09pdk_nrf54l09_cpuflpr.overlay
│  │  │  │  │  │  │ nrf54l20pdk_nrf54l20_cpuflpr.overlay
│  │  │  ├── timer
│  │  │  │  ├── nrf_grtc_timer
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── uart
│  │  │  │  ├── uart_async_api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54l09pdk_nrf54l09_cpuapp.overlay
│  │  │  │  ├── uart_elementary
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54l09pdk_nrf54l09_cpuapp.overlay
│  │  │  │  │  │  ├── nrf54l09pdk_nrf54l09_cpuflpr.overlay
│  │  │  │  │  │  ├── nrf54l09pdk_nrf54l09_dual_uart.overlay
│  │  │  │  │  │  │ nrf54l20pdk_nrf54l20_cpuflpr.overlay
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── uart_mix_fifo_poll
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54l09pdk_nrf54l09_cpuapp.overlay
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── uart_pm
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54l09pdk_nrf54l09_cpuapp.overlay
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── watchdog
│  │  │  │  ├── wdt_basic_api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54l09pdk_nrf54l09_cpuflpr.overlay
│  │  │  │  │  │  │ nrf54l20pdk_nrf54l20_cpuflpr.overlay

Outputs:

Toolchain

Version: 4ffa2202d5
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:4ffa2202d5_e579f9fbe6

Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped; ⚠️ Quarantine

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ❌ Build twister
    • sdk-nrf test count: 457
    • sdk-zephyr test count: 228
  • ❌ Integration tests
    • ❌ test-fw-nrfconnect-rs
    • ❌ test-fw-nrfconnect-fem
    • ❌ test-sdk-find-my
    • ❌ test-low-level
Disabled integration tests
    • desktop52_verification
    • doc-internal
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_samples
    • test-fw-nrfconnect-boot
    • test-fw-nrfconnect-chip
    • test-fw-nrfconnect-nfc
    • test-fw-nrfconnect-nrf-iot_cloud
    • test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_mosh
    • test-fw-nrfconnect-nrf-iot_positioning
    • test-fw-nrfconnect-nrf-iot_samples
    • test-fw-nrfconnect-nrf-iot_serial_lte_modem
    • test-fw-nrfconnect-nrf-iot_thingy91
    • test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • test-fw-nrfconnect-nrf_crypto
    • test-fw-nrfconnect-proprietary_esb
    • test-fw-nrfconnect-ps
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-tfm
    • test-fw-nrfconnect-thread
    • test-fw-nrfconnect-zigbee
    • test-sdk-audio
    • test-sdk-dfu
    • test-sdk-mcuboot
    • test-sdk-pmic-samples
    • test-sdk-wifi
    • test-secdom-samples-public

Note: This message is automatically posted and updated by the CI

Copy link

You can find the documentation preview for this PR here.

@nordic-segl nordic-segl force-pushed the NRFX-7216_Enable-mbox-on-nrf54l20 branch 2 times, most recently from dbfffb1 to 6950ee5 Compare March 19, 2025 07:49
@nordic-segl nordic-segl force-pushed the NRFX-7216_Enable-mbox-on-nrf54l20 branch 2 times, most recently from 366aab1 to 7f587ac Compare March 20, 2025 13:04
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>
@nordic-segl nordic-segl force-pushed the NRFX-7216_Enable-mbox-on-nrf54l20 branch from 7f587ac to afa33d5 Compare March 21, 2025 12:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. DNM manifest manifest-zephyr
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants