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

manifest: sdk-zephyr: [nrf fromtree] Integrate nrfx 3.10.0 #20161

Conversation

NordicBuilder
Copy link
Contributor

Automatically created by action-manifest-pr GH action from PR: nrfconnect/sdk-zephyr#2460

@NordicBuilder NordicBuilder requested review from a team as code owners February 3, 2025 12:59
@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 Feb 3, 2025
@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Feb 3, 2025

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

Name Old Revision New Revision Diff
trusted-firmware-m nrfconnect/sdk-trusted-firmware-m@3f08f25 nrfconnect/sdk-trusted-firmware-m#186 nrfconnect/sdk-trusted-firmware-m#186/files
zephyr nrfconnect/sdk-zephyr@b650839 (main) nrfconnect/sdk-zephyr#2460 nrfconnect/sdk-zephyr#2460/files

DNM label due to: 2 projects with PR revision

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

@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Feb 3, 2025

CI Information

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

Inputs:

Sources:

trusted-firmware-m: PR head: 0a2d4699a4c5441fcefa0a4c8441633a1479c0e1
sdk-nrf: PR head: bd97a8aa328476f353476d67287810ffb1a73509
zephyr: PR head: 23a93667da671681533f18da3743483ed4bd9de4

more details

trusted-firmware-m:

PR head: 0a2d4699a4c5441fcefa0a4c8441633a1479c0e1
merge base: 3f08f2595d976624e42478bb377cb24798b00a5d
target head (main): 12838a2eca81a8753b6b408b3f438ffa25cbdb9a
Diff

sdk-nrf:

PR head: bd97a8aa328476f353476d67287810ffb1a73509
merge base: a1a9f4429536ade819dff062b0a03cbe2c8b6ca8
target head (main): a1a9f4429536ade819dff062b0a03cbe2c8b6ca8
Diff

zephyr:

PR head: 23a93667da671681533f18da3743483ed4bd9de4
merge base: b65083934c814001df6e67159bda2a1b14185099
target head (main): b65083934c814001df6e67159bda2a1b14185099
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 (70)
applications
│  ├── sdp
│  │  ├── mspi
│  │  │  ├── src
│  │  │  │  ├── hrt
│  │  │  │  │  │ hrt.c
│  │  │  │  │ main.c
modules
│  ├── tee
│  │  ├── tf-m
│  │  │  ├── trusted-firmware-m
│  │  │  │  ├── platform
│  │  │  │  │  ├── ext
│  │  │  │  │  │  ├── target
│  │  │  │  │  │  │  ├── nordic_nrf
│  │  │  │  │  │  │  │  ├── common
│  │  │  │  │  │  │  │  │  ├── core
│  │  │  │  │  │  │  │  │  │  ├── hw_init.c
│  │  │  │  │  │  │  │  │  │  │ target_cfg.c
samples
│  ├── bluetooth
│  │  ├── conn_time_sync
│  │  │  ├── src
│  │  │  │  │ timed_led_toggle.c
│  │  ├── direct_test_mode
│  │  │  ├── boards
│  │  │  │  ├── nrf5340dk_nrf5340_cpunet.conf
│  │  │  │  ├── nrf5340dk_nrf5340_cpunet_hci.conf
│  │  │  │  ├── nrf54l15dk_nrf54l05_cpuapp.conf
│  │  │  │  ├── nrf54l15dk_nrf54l10_cpuapp.conf
│  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.conf
│  │  │  ├── prj.conf
│  │  │  ├── prj_hci.conf
│  │  │  │ prj_usb.conf
│  │  ├── iso_time_sync
│  │  │  ├── src
│  │  │  │  │ timed_led_toggle.c
│  │  ├── radio_coex_1wire
│  │  │  ├── boards
│  │  │  │  │ nrf52840dk_nrf52840.conf
│  ├── peripheral
│  │  ├── radio_test
│  │  │  │ prj.conf
subsys
│  ├── debug
│  │  ├── cpu_load
│  │  │  │ Kconfig
│  ├── esb
│  │  │ esb_peripherals.h
tests
│  ├── drivers
│  │  ├── nrfx_integration_test
│  │  │  │ Kconfig
west.yml
zephyr
│  ├── drivers
│  │  ├── clock_control
│  │  │  │ clock_control_nrf.c
│  │  ├── hwinfo
│  │  │  │ hwinfo_nrf.c
│  │  ├── serial
│  │  │  │ Kconfig.nrfx_uart_instance
│  ├── dts
│  │  ├── arm
│  │  │  ├── nordic
│  │  │  │  ├── nrf54l09_enga_cpuapp.dtsi
│  │  │  │  ├── nrf54l20_enga_cpuapp.dtsi
│  │  │  │  │ nrf54l_05_10_15_cpuapp.dtsi
│  │  ├── common
│  │  │  ├── nordic
│  │  │  │  │ nrf54l09.dtsi
│  ├── modules
│  │  ├── hal_nordic
│  │  │  ├── nrf_802154
│  │  │  │  │ CMakeLists.txt
│  │  │  ├── nrfx
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── nrfx_config.h
│  │  │  │  ├── nrfx_config_common.h
│  │  │  │  ├── nrfx_config_ext.h
│  │  │  │  ├── nrfx_config_nrf51.h
│  │  │  │  ├── nrfx_config_nrf52805.h
│  │  │  │  ├── nrfx_config_nrf52810.h
│  │  │  │  ├── nrfx_config_nrf52811.h
│  │  │  │  ├── nrfx_config_nrf52820.h
│  │  │  │  ├── nrfx_config_nrf52832.h
│  │  │  │  ├── nrfx_config_nrf52833.h
│  │  │  │  ├── nrfx_config_nrf52840.h
│  │  │  │  ├── nrfx_config_nrf5340_application.h
│  │  │  │  ├── nrfx_config_nrf5340_network.h
│  │  │  │  ├── nrfx_config_nrf54h20_application.h
│  │  │  │  ├── nrfx_config_nrf54h20_flpr.h
│  │  │  │  ├── nrfx_config_nrf54h20_ppr.h
│  │  │  │  ├── nrfx_config_nrf54h20_radiocore.h
│  │  │  │  ├── nrfx_config_nrf54l05_application.h
│  │  │  │  ├── nrfx_config_nrf54l05_flpr.h
│  │  │  │  ├── nrfx_config_nrf54l10_application.h
│  │  │  │  ├── nrfx_config_nrf54l10_flpr.h
│  │  │  │  ├── nrfx_config_nrf54l15_application.h
│  │  │  │  ├── nrfx_config_nrf54l15_flpr.h
│  │  │  │  ├── nrfx_config_nrf54l20_enga_application.h
│  │  │  │  ├── nrfx_config_nrf91.h
│  │  │  │  ├── nrfx_config_nrf9230_engb_application.h
│  │  │  │  ├── nrfx_config_nrf9230_engb_ppr.h
│  │  │  │  ├── nrfx_config_nrf9230_engb_radiocore.h
│  │  │  │  ├── nrfx_config_reserved_resources_ncs.h
│  │  │  │  ├── nrfx_glue.h
│  │  │  │  ├── nrfx_kconfig.h
│  │  │  │  ├── nrfx_log.h
│  │  │  │  ├── nrfx_reserved_resources.h
│  │  │  │  │ nrfx_zephyr_utils.h
│  ├── soc
│  │  ├── nordic
│  │  │  ├── nrf54l
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.defconfig.nrf54l09_enga_cpuapp
│  │  │  │  │ Kconfig.soc
│  │  │  │ soc.yml
│  ├── subsys
│  │  ├── bluetooth
│  │  │  ├── controller
│  │  │  │  ├── ll_sw
│  │  │  │  │  ├── nordic
│  │  │  │  │  │  ├── hal
│  │  │  │  │  │  │  ├── nrf5
│  │  │  │  │  │  │  │  ├── nrfx_glue
│  │  │  │  │  │  │  │  │  │ bt_ctlr_used_resources.h
│  │  │  │  │  │  │  │  ├── radio
│  │  │  │  │  │  │  │  │  │ radio_nrf5.h
│  │ west.yml

Outputs:

Toolchain

Version: 342151af73
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:342151af73_bbe5b33786

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

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

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

@NordicBuilder
Copy link
Contributor Author

You can find the documentation preview for this PR at this link.

Note: This comment is automatically posted by the Documentation Publish GitHub Action.

@nika-nordic nika-nordic requested review from a team as code owners February 4, 2025 09:24
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2460 branch from d6092ad to a5dea10 Compare February 4, 2025 12:44
@nika-nordic nika-nordic force-pushed the auto-manifest-sdk-zephyr-2460 branch from a5dea10 to adf6604 Compare February 7, 2025 08:44
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2460 branch 3 times, most recently from e95af3e to eb720e4 Compare February 7, 2025 09:53
@nika-nordic nika-nordic force-pushed the auto-manifest-sdk-zephyr-2460 branch from eb720e4 to 5f2db08 Compare February 7, 2025 12:24
select NRFX_GPPI
select NRFX_GPIOTE0 if HAS_HW_NRF_GPIOTE0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: GPPI should be placed after GPIOTEs

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@nika-nordic nika-nordic force-pushed the auto-manifest-sdk-zephyr-2460 branch from 5f2db08 to 389e53a Compare February 10, 2025 09:40
@nika-nordic nika-nordic requested a review from anangl February 10, 2025 11:26
@nika-nordic nika-nordic force-pushed the auto-manifest-sdk-zephyr-2460 branch from 389e53a to 0e47cb8 Compare February 11, 2025 12:06
@nika-nordic nika-nordic requested a review from a team as a code owner February 11, 2025 12:06
@nika-nordic nika-nordic added the CI-all-test Run All integration tests label Feb 11, 2025
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2460 branch from 0e47cb8 to 988b14a Compare February 11, 2025 12:07
Automatically created by Github Action

Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
They are now part of nrfx 3.10.0 release.

Signed-off-by: Nikodem Kastelik <nikodem.kastelik@nordicsemi.no>
Adjusted cpu_load module Kconfig and nrfx_integration_test to enable
nrfx_gppi utility explicitly.

Signed-off-by: Nikodem Kastelik <nikodem.kastelik@nordicsemi.no>
Updated TF-M is aligned with nRF54L15 MPC and RTC changes
introduced with MDK 8.69.1 from nrfx 3.10 release.

Signed-off-by: Nikodem Kastelik <nikodem.kastelik@nordicsemi.no>
This HAL is unused so its inclusion is redundant.

Signed-off-by: Nikodem Kastelik <nikodem.kastelik@nordicsemi.no>
@nika-nordic nika-nordic force-pushed the auto-manifest-sdk-zephyr-2460 branch from 988b14a to fb1d9ff Compare February 12, 2025 12:30
As nrfx DPPIC driver is now multi-instanced,
its presence can no longer be used to determine whether device
has single or many DPPICs.

Signed-off-by: Nikodem Kastelik <nikodem.kastelik@nordicsemi.no>
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-2460 branch from fb1d9ff to bd97a8a Compare February 12, 2025 12:31
@NordicBuilder
Copy link
Contributor Author

Automatically closed by action-manifest-pr GH action

@nika-nordic
Copy link
Contributor

closing in favor of #20350

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. CI-all-test Run All integration tests DNM manifest manifest-trusted-firmware-m manifest-zephyr
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants