Skip to content

Conversation

@masz-nordic
Copy link
Contributor

@masz-nordic masz-nordic commented Nov 4, 2025

Update with nrfx 4.0-rc2.

test-sdk-nrf: collab-nrfx-4.0

@masz-nordic masz-nordic requested review from a team as code owners November 4, 2025 11:34
@NordicBuilder NordicBuilder added manifest changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Nov 4, 2025
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Nov 4, 2025

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

Name Old Revision New Revision Diff
nrfxlib nrfconnect/sdk-nrfxlib@cb3c6ef (collab-nrfx-4.0) nrfconnect/sdk-nrfxlib#1901 nrfconnect/sdk-nrfxlib#1901/files
zephyr nrfconnect/sdk-zephyr@a0491b6 (collab-nrfx-4.0) nrfconnect/sdk-zephyr#3467 nrfconnect/sdk-zephyr#3467/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

NordicBuilder commented Nov 4, 2025

CI Information

To view the history of this post, click the 'edited' button above
Build number: 12

Inputs:

Sources:

hal_nordic: PR head: 7bd56e7c621a37f541ceae5bd5fb1978e46a03fa
sdk-nrf: PR head: 7192743850845918035c0644a437b2b4bebdbd1e
nrfxlib: PR head: c7f6f08b1fd884805ff64be317390b13d52416bf
zephyr: PR head: c5080ca7a36e787ecf3950924849958ea11918d7

more details

hal_nordic:

PR head: 7bd56e7c621a37f541ceae5bd5fb1978e46a03fa
merge base: d0cef2363e572679deba0e796ef6c77f1188bb04
Diff

sdk-nrf:

PR head: 7192743850845918035c0644a437b2b4bebdbd1e
merge base: f2f702e7188299ce64659413e85982cf0cfafdd0
target head (collab-nrfx-4.0): f2f702e7188299ce64659413e85982cf0cfafdd0
Diff

nrfxlib:

PR head: c7f6f08b1fd884805ff64be317390b13d52416bf
merge base: cb3c6efaa8357bd6fa354976dbaef3a61c3bf98b
target head (collab-nrfx-4.0): cb3c6efaa8357bd6fa354976dbaef3a61c3bf98b
Diff

zephyr:

PR head: c5080ca7a36e787ecf3950924849958ea11918d7
merge base: a0491b6ceaf072ff7fa108ecfeddb7cbc6c3afa7
target head (collab-nrfx-4.0): a0491b6ceaf072ff7fa108ecfeddb7cbc6c3afa7
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 (670)
applications
│  ├── nrf5340_audio
│  │  ├── src
│  │  │  ├── modules
│  │  │  │  │ audio_sync_timer.c
│  │  │  ├── utils
│  │  │  │  │ peripherals.c
drivers
│  ├── mpsl
│  │  ├── clock_control
│  │  │  │ nrfx_clock_mpsl.c
lib
│  ├── fem_al
│  │  │ fem_al.c
modules
│  ├── hal
│  │  ├── nordic
│  │  │  ├── nrfx
│  │  │  │  ├── CHANGELOG.md
│  │  │  │  ├── README
│  │  │  │  ├── README.md
│  │  │  │  ├── bsp
│  │  │  │  │  ├── stable
│  │  │  │  │  │  ├── mdk
│  │  │  │  │  │  │  ├── compiler_abstraction.h
│  │  │  │  │  │  │  ├── core_vpr.h
│  │  │  │  │  │  │  ├── haltium_interim.h
│  │  │  │  │  │  │  ├── nrf.h
│  │  │  │  │  │  │  ├── nrf51.h
│  │  │  │  │  │  │  ├── nrf51.svd
│  │  │  │  │  │  │  ├── nrf51422_peripherals.h
│  │  │  │  │  │  │  ├── nrf51422_xxaa_memory.h
│  │  │  │  │  │  │  ├── nrf51422_xxab_memory.h
│  │  │  │  │  │  │  ├── nrf51422_xxac_memory.h
│  │  │  │  │  │  │  ├── nrf51801_peripherals.h
│  │  │  │  │  │  │  ├── nrf51801_xxab_memory.h
│  │  │  │  │  │  │  ├── nrf51802_peripherals.h
│  │  │  │  │  │  │  ├── nrf51802_xxaa_memory.h
│  │  │  │  │  │  │  ├── nrf51822_peripherals.h
│  │  │  │  │  │  │  ├── nrf51822_xxaa_memory.h
│  │  │  │  │  │  │  ├── nrf51822_xxab_memory.h
│  │  │  │  │  │  │  ├── nrf51822_xxac_memory.h
│  │  │  │  │  │  │  ├── nrf51824_peripherals.h
│  │  │  │  │  │  │  ├── nrf51824_xxaa_memory.h
│  │  │  │  │  │  │  ├── nrf51_bitfields.h
│  │  │  │  │  │  │  ├── nrf51_deprecated.h
│  │  │  │  │  │  │  ├── nrf51_erratas.h
│  │  │  │  │  │  │  ├── nrf51_peripherals.h
│  │  │  │  │  │  │  ├── nrf51_to_nrf52.h
│  │  │  │  │  │  │  ├── nrf51_to_nrf52810.h
│  │  │  │  │  │  │  ├── nrf51_to_nrf52840.h
│  │  │  │  │  │  │  ├── nrf52.h
│  │  │  │  │  │  │  ├── nrf52.svd
│  │  │  │  │  │  │  ├── nrf52805.h
│  │  │  │  │  │  │  ├── nrf52805.svd
│  │  │  │  │  │  │  ├── nrf52805_bitfields.h
│  │  │  │  │  │  │  ├── nrf52805_peripherals.h
│  │  │  │  │  │  │  ├── nrf52805_xxaa_memory.h
│  │  │  │  │  │  │  ├── nrf52810.h
│  │  │  │  │  │  │  ├── nrf52810.svd
│  │  │  │  │  │  │  ├── nrf52810_bitfields.h
│  │  │  │  │  │  │  ├── nrf52810_name_change.h
│  │  │  │  │  │  │  ├── nrf52810_peripherals.h
│  │  │  │  │  │  │  ├── nrf52810_to_nrf52811.h
│  │  │  │  │  │  │  ├── nrf52810_xxaa_memory.h
│  │  │  │  │  │  │  ├── nrf52811.h
│  │  │  │  │  │  │  ├── nrf52811.svd
│  │  │  │  │  │  │  ├── nrf52811_bitfields.h
│  │  │  │  │  │  │  ├── nrf52811_peripherals.h
│  │  │  │  │  │  │  ├── nrf52811_xxaa_memory.h
│  │  │  │  │  │  │  ├── nrf52820.h
│  │  │  │  │  │  │  ├── nrf52820.svd
│  │  │  │  │  │  │  ├── nrf52820_bitfields.h
│  │  │  │  │  │  │  ├── nrf52820_peripherals.h
│  │  │  │  │  │  │  ├── nrf52820_xxaa_memory.h
│  │  │  │  │  │  │  ├── nrf52832_peripherals.h
│  │  │  │  │  │  │  ├── nrf52832_xxaa_memory.h
│  │  │  │  │  │  │  ├── nrf52832_xxab_memory.h
│  │  │  │  │  │  │  ├── nrf52833.h
│  │  │  │  │  │  │  ├── nrf52833.svd
│  │  │  │  │  │  │  ├── nrf52833_bitfields.h
│  │  │  │  │  │  │  ├── nrf52833_peripherals.h
│  │  │  │  │  │  │  ├── nrf52833_to_nrf52820.h
│  │  │  │  │  │  │  ├── nrf52833_xxaa_memory.h
│  │  │  │  │  │  │  ├── nrf52840.h
│  │  │  │  │  │  │  ├── nrf52840.svd
│  │  │  │  │  │  │  ├── nrf52840_bitfields.h
│  │  │  │  │  │  │  ├── nrf52840_name_change.h
│  │  │  │  │  │  │  ├── nrf52840_peripherals.h
│  │  │  │  │  │  │  ├── nrf52840_xxaa_memory.h
│  │  │  │  │  │  │  ├── nrf52_bitfields.h
│  │  │  │  │  │  │  ├── nrf52_erratas.h
│  │  │  │  │  │  │  ├── nrf52_name_change.h
│  │  │  │  │  │  │  ├── nrf52_to_nrf52810.h
│  │  │  │  │  │  │  ├── nrf52_to_nrf52833.h
│  │  │  │  │  │  │  ├── nrf52_to_nrf52840.h
│  │  │  │  │  │  │  ├── nrf5340_application.h
│  │  │  │  │  │  │  ├── nrf5340_application.svd
│  │  │  │  │  │  │  ├── nrf5340_application_bitfields.h
│  │  │  │  │  │  │  ├── nrf5340_application_name_change.h
│  │  │  │  │  │  │  ├── nrf5340_application_peripherals.h
│  │  │  │  │  │  │  ├── nrf5340_network.h
│  │  │  │  │  │  │  ├── nrf5340_network.svd
│  │  │  │  │  │  │  ├── nrf5340_network_bitfields.h
│  │  │  │  │  │  │  ├── nrf5340_network_name_change.h
│  │  │  │  │  │  │  ├── nrf5340_network_peripherals.h
│  │  │  │  │  │  │  ├── nrf5340_xxaa_application_memory.h
│  │  │  │  │  │  │  ├── nrf5340_xxaa_network_memory.h
│  │  │  │  │  │  │  ├── nrf53_erratas.h
│  │  │  │  │  │  │  ├── nrf54h20.h
│  │  │  │  │  │  │  ├── nrf54h20_application.h
│  │  │  │  │  │  │  ├── nrf54h20_application.svd
│  │  │  │  │  │  │  ├── nrf54h20_application_peripherals.h
│  │  │  │  │  │  │  ├── nrf54h20_flpr.h
│  │  │  │  │  │  │  ├── nrf54h20_flpr.svd
│  │  │  │  │  │  │  ├── nrf54h20_flpr_peripherals.h
│  │  │  │  │  │  │  ├── nrf54h20_global.h
│  │  │  │  │  │  │  ├── nrf54h20_interim.h
│  │  │  │  │  │  │  ├── nrf54h20_name_change.h
│  │  │  │  │  │  │  ├── nrf54h20_peripherals.h
│  │  │  │  │  │  │  ├── nrf54h20_ppr.h
│  │  │  │  │  │  │  ├── nrf54h20_ppr.svd
│  │  │  │  │  │  │  ├── nrf54h20_ppr_peripherals.h
│  │  │  │  │  │  │  ├── nrf54h20_radiocore.h
│  │  │  │  │  │  │  ├── nrf54h20_radiocore.svd
│  │  │  │  │  │  │  ├── nrf54h20_radiocore_peripherals.h
│  │  │  │  │  │  │  ├── nrf54h20_secure.h
│  │  │  │  │  │  │  ├── nrf54h20_secure.svd
│  │  │  │  │  │  │  ├── nrf54h20_secure_peripherals.h
│  │  │  │  │  │  │  ├── nrf54h20_sysctrl.h
│  │  │  │  │  │  │  ├── nrf54h20_sysctrl.svd
│  │  │  │  │  │  │  ├── nrf54h20_sysctrl_peripherals.h
│  │  │  │  │  │  │  ├── nrf54h20_types.h
│  │  │  │  │  │  │  ├── nrf54h20_version.h
│  │  │  │  │  │  │  ├── nrf54h20_xxaa_application_memory.h
│  │  │  │  │  │  │  ├── nrf54h20_xxaa_flpr_memory.h
│  │  │  │  │  │  │  ├── nrf54h20_xxaa_ppr_memory.h
│  │  │  │  │  │  │  ├── nrf54h20_xxaa_radiocore_memory.h
│  │  │  │  │  │  │  ├── nrf54h_erratas.h
│  │  │  │  │  │  │  ├── nrf54l05.h
│  │  │  │  │  │  │  ├── nrf54l05_application.h
│  │  │  │  │  │  │  ├── nrf54l05_application.svd
│  │  │  │  │  │  │  ├── nrf54l05_application_peripherals.h
│  │  │  │  │  │  │  ├── nrf54l05_flpr.h
│  │  │  │  │  │  │  ├── nrf54l05_flpr.svd
│  │  │  │  │  │  │  ├── nrf54l05_flpr_peripherals.h
│  │  │  │  │  │  │  ├── nrf54l05_global.h
│  │  │  │  │  │  │  ├── nrf54l05_interim.h
│  │  │  │  │  │  │  ├── nrf54l05_name_change.h
│  │  │  │  │  │  │  ├── nrf54l05_peripherals.h
│  │  │  │  │  │  │  ├── nrf54l05_types.h
│  │  │  │  │  │  │  ├── nrf54l05_version.h
│  │  │  │  │  │  │  ├── nrf54l05_xxaa_application_memory.h
│  │  │  │  │  │  │  ├── nrf54l05_xxaa_flpr_memory.h
│  │  │  │  │  │  │  ├── nrf54l10.h
│  │  │  │  │  │  │  ├── nrf54l10_application.h
│  │  │  │  │  │  │  ├── nrf54l10_application.svd
│  │  │  │  │  │  │  ├── nrf54l10_application_peripherals.h
│  │  │  │  │  │  │  ├── nrf54l10_flpr.h
│  │  │  │  │  │  │  ├── nrf54l10_flpr.svd
│  │  │  │  │  │  │  ├── nrf54l10_flpr_peripherals.h
│  │  │  │  │  │  │  ├── nrf54l10_global.h
│  │  │  │  │  │  │  ├── nrf54l10_interim.h
│  │  │  │  │  │  │  ├── nrf54l10_name_change.h
│  │  │  │  │  │  │  ├── nrf54l10_peripherals.h
│  │  │  │  │  │  │  ├── nrf54l10_types.h
│  │  │  │  │  │  │  ├── nrf54l10_version.h
│  │  │  │  │  │  │  ├── nrf54l10_xxaa_application_memory.h
│  │  │  │  │  │  │  ├── nrf54l10_xxaa_flpr_memory.h
│  │  │  │  │  │  │  ├── nrf54l15.h
│  │  │  │  │  │  │  ├── nrf54l15_application.h
│  │  │  │  │  │  │  ├── nrf54l15_application.svd
│  │  │  │  │  │  │  ├── nrf54l15_application_peripherals.h
│  │  │  │  │  │  │  ├── nrf54l15_flpr.h
│  │  │  │  │  │  │  ├── nrf54l15_flpr.svd
│  │  │  │  │  │  │  ├── nrf54l15_flpr_peripherals.h
│  │  │  │  │  │  │  ├── nrf54l15_global.h
│  │  │  │  │  │  │  ├── nrf54l15_interim.h
│  │  │  │  │  │  │  ├── nrf54l15_name_change.h
│  │  │  │  │  │  │  ├── nrf54l15_peripherals.h
│  │  │  │  │  │  │  ├── nrf54l15_types.h
│  │  │  │  │  │  │  ├── nrf54l15_version.h
│  │  │  │  │  │  │  ├── nrf54l15_xxaa_application_memory.h
│  │  │  │  │  │  │  ├── nrf54l15_xxaa_flpr_memory.h
│  │  │  │  │  │  │  ├── nrf54l_erratas.h
│  │  │  │  │  │  │  ├── nrf54lm20a_enga.h
│  │  │  │  │  │  │  ├── nrf54lm20a_enga_application.h
│  │  │  │  │  │  │  ├── nrf54lm20a_enga_application.svd
│  │  │  │  │  │  │  ├── nrf54lm20a_enga_application_peripherals.h
│  │  │  │  │  │  │  ├── nrf54lm20a_enga_flpr.h
│  │  │  │  │  │  │  ├── nrf54lm20a_enga_flpr.svd
│  │  │  │  │  │  │  ├── nrf54lm20a_enga_flpr_peripherals.h
│  │  │  │  │  │  │  ├── nrf54lm20a_enga_global.h
│  │  │  │  │  │  │  ├── nrf54lm20a_enga_interim.h
│  │  │  │  │  │  │  ├── nrf54lm20a_enga_name_change.h
│  │  │  │  │  │  │  ├── nrf54lm20a_enga_peripherals.h
│  │  │  │  │  │  │  ├── nrf54lm20a_enga_types.h
│  │  │  │  │  │  │  ├── nrf54lm20a_enga_version.h
│  │  │  │  │  │  │  ├── nrf54lm20a_enga_xxaa_application_memory.h
│  │  │  │  │  │  │  ├── nrf54lm20a_enga_xxaa_flpr_memory.h
│  │  │  │  │  │  │  ├── nrf54ls05b_enga.h
│  │  │  │  │  │  │  ├── nrf54ls05b_enga_application.h
│  │  │  │  │  │  │  ├── nrf54ls05b_enga_application.svd
│  │  │  │  │  │  │  ├── nrf54ls05b_enga_application_peripherals.h
│  │  │  │  │  │  │  ├── nrf54ls05b_enga_global.h
│  │  │  │  │  │  │  ├── nrf54ls05b_enga_interim.h
│  │  │  │  │  │  │  ├── nrf54ls05b_enga_name_change.h
│  │  │  │  │  │  │  ├── nrf54ls05b_enga_peripherals.h
│  │  │  │  │  │  │  ├── nrf54ls05b_enga_types.h
│  │  │  │  │  │  │  ├── nrf54ls05b_enga_version.h
│  │  │  │  │  │  │  ├── nrf54ls05b_enga_xxaa_application_memory.h
│  │  │  │  │  │  │  ├── nrf54lv10a_enga.h
│  │  │  │  │  │  │  ├── nrf54lv10a_enga_application.h
│  │  │  │  │  │  │  ├── nrf54lv10a_enga_application.svd
│  │  │  │  │  │  │  ├── nrf54lv10a_enga_application_peripherals.h
│  │  │  │  │  │  │  ├── nrf54lv10a_enga_flpr.h
│  │  │  │  │  │  │  ├── nrf54lv10a_enga_flpr.svd
│  │  │  │  │  │  │  ├── nrf54lv10a_enga_flpr_peripherals.h
│  │  │  │  │  │  │  ├── nrf54lv10a_enga_global.h
│  │  │  │  │  │  │  ├── nrf54lv10a_enga_interim.h
│  │  │  │  │  │  │  ├── nrf54lv10a_enga_name_change.h
│  │  │  │  │  │  │  ├── nrf54lv10a_enga_peripherals.h
│  │  │  │  │  │  │  ├── nrf54lv10a_enga_types.h
│  │  │  │  │  │  │  ├── nrf54lv10a_enga_version.h
│  │  │  │  │  │  │  ├── nrf54lv10a_enga_xxaa_application_memory.h
│  │  │  │  │  │  │  ├── nrf54lv10a_enga_xxaa_flpr_memory.h
│  │  │  │  │  │  │  ├── nrf7120_enga.h
│  │  │  │  │  │  │  ├── nrf7120_enga_application.h
│  │  │  │  │  │  │  ├── nrf7120_enga_application.svd
│  │  │  │  │  │  │  ├── nrf7120_enga_application_peripherals.h
│  │  │  │  │  │  │  ├── nrf7120_enga_flpr.h
│  │  │  │  │  │  │  ├── nrf7120_enga_flpr.svd
│  │  │  │  │  │  │  ├── nrf7120_enga_flpr_peripherals.h
│  │  │  │  │  │  │  ├── nrf7120_enga_global.h
│  │  │  │  │  │  │  ├── nrf7120_enga_interim.h
│  │  │  │  │  │  │  ├── nrf7120_enga_lmac.h
│  │  │  │  │  │  │  ├── nrf7120_enga_lmac.svd
│  │  │  │  │  │  │  ├── nrf7120_enga_lmac_peripherals.h
│  │  │  │  │  │  │  ├── nrf7120_enga_name_change.h
│  │  │  │  │  │  │  ├── nrf7120_enga_peripherals.h
│  │  │  │  │  │  │  ├── nrf7120_enga_types.h
│  │  │  │  │  │  │  ├── nrf7120_enga_umac.h
│  │  │  │  │  │  │  ├── nrf7120_enga_umac.svd
│  │  │  │  │  │  │  ├── nrf7120_enga_umac_peripherals.h
│  │  │  │  │  │  │  ├── nrf7120_enga_version.h
│  │  │  │  │  │  │  ├── nrf7120_enga_wificore.h
│  │  │  │  │  │  │  ├── nrf7120_enga_wificore.svd
│  │  │  │  │  │  │  ├── nrf7120_enga_wificore_peripherals.h
│  │  │  │  │  │  │  ├── nrf7120_enga_xxaa_application_memory.h
│  │  │  │  │  │  │  ├── nrf7120_enga_xxaa_flpr_memory.h
│  │  │  │  │  │  │  ├── nrf7120_enga_xxaa_lmac_memory.h
│  │  │  │  │  │  │  ├── nrf7120_enga_xxaa_umac_memory.h
│  │  │  │  │  │  │  ├── nrf9120.h
│  │  │  │  │  │  │  ├── nrf9120.svd
│  │  │  │  │  │  │  ├── nrf9120_bitfields.h
│  │  │  │  │  │  │  ├── nrf9120_peripherals.h
│  │  │  │  │  │  │  ├── nrf9120_xxaa_memory.h
│  │  │  │  │  │  │  ├── nrf9160.h
│  │  │  │  │  │  │  ├── nrf9160.svd
│  │  │  │  │  │  │  ├── nrf9160_bitfields.h
│  │  │  │  │  │  │  ├── nrf9160_name_change.h
│  │  │  │  │  │  │  ├── nrf9160_peripherals.h
│  │  │  │  │  │  │  ├── nrf9160_xxaa_memory.h
│  │  │  │  │  │  │  ├── nrf91_erratas.h
│  │  │  │  │  │  │  ├── nrf91_name_change.h
│  │  │  │  │  │  │  ├── nrf9230_engb.h
│  │  │  │  │  │  │  ├── nrf9230_engb_application.h
│  │  │  │  │  │  │  ├── nrf9230_engb_application.svd
│  │  │  │  │  │  │  ├── nrf9230_engb_application_peripherals.h
│  │  │  │  │  │  │  ├── nrf9230_engb_flpr.h
│  │  │  │  │  │  │  ├── nrf9230_engb_flpr.svd
│  │  │  │  │  │  │  ├── nrf9230_engb_flpr_peripherals.h
│  │  │  │  │  │  │  ├── nrf9230_engb_global.h
│  │  │  │  │  │  │  ├── nrf9230_engb_interim.h
│  │  │  │  │  │  │  ├── nrf9230_engb_name_change.h
│  │  │  │  │  │  │  ├── nrf9230_engb_peripherals.h
│  │  │  │  │  │  │  ├── nrf9230_engb_ppr.h
│  │  │  │  │  │  │  ├── nrf9230_engb_ppr.svd
│  │  │  │  │  │  │  ├── nrf9230_engb_ppr_peripherals.h
│  │  │  │  │  │  │  ├── nrf9230_engb_radiocore.h
│  │  │  │  │  │  │  ├── nrf9230_engb_radiocore.svd
│  │  │  │  │  │  │  ├── nrf9230_engb_radiocore_peripherals.h
│  │  │  │  │  │  │  ├── nrf9230_engb_types.h
│  │  │  │  │  │  │  ├── nrf9230_engb_version.h
│  │  │  │  │  │  │  ├── nrf9230_engb_xxaa_application_memory.h
│  │  │  │  │  │  │  ├── nrf9230_engb_xxaa_flpr_memory.h
│  │  │  │  │  │  │  ├── nrf9230_engb_xxaa_ppr_memory.h
│  │  │  │  │  │  │  ├── nrf9230_engb_xxaa_radiocore_memory.h
│  │  │  │  │  │  │  ├── nrf_erratas.h
│  │  │  │  │  │  │  ├── nrf_mem.h
│  │  │  │  │  │  │  ├── nrf_peripherals.h
│  │  │  │  │  │  │  ├── riscv_encoding.h
│  │  │  │  │  │  │  ├── system_config_sau.h
│  │  │  │  │  │  │  ├── system_nrf.h
│  │  │  │  │  │  │  ├── system_nrf51.c
│  │  │  │  │  │  │  ├── system_nrf51.h
│  │  │  │  │  │  │  ├── system_nrf52.c
│  │  │  │  │  │  │  ├── system_nrf52.h
│  │  │  │  │  │  │  ├── system_nrf52805.c
│  │  │  │  │  │  │  ├── system_nrf52805.h
│  │  │  │  │  │  │  ├── system_nrf52810.c
│  │  │  │  │  │  │  ├── system_nrf52810.h
│  │  │  │  │  │  │  ├── system_nrf52811.c
│  │  │  │  │  │  │  ├── system_nrf52811.h
│  │  │  │  │  │  │  ├── system_nrf52820.c
│  │  │  │  │  │  │  ├── system_nrf52820.h
│  │  │  │  │  │  │  ├── system_nrf52833.c
│  │  │  │  │  │  │  ├── system_nrf52833.h
│  │  │  │  │  │  │  ├── system_nrf52840.c
│  │  │  │  │  │  │  ├── system_nrf52840.h
│  │  │  │  │  │  │  ├── system_nrf52_approtect.h
│  │  │  │  │  │  │  ├── system_nrf53.h
│  │  │  │  │  │  │  ├── system_nrf5340_application.c
│  │  │  │  │  │  │  ├── system_nrf5340_application.h
│  │  │  │  │  │  │  ├── system_nrf5340_network.c
│  │  │  │  │  │  │  ├── system_nrf5340_network.h
│  │  │  │  │  │  │  ├── system_nrf53_approtect.h
│  │  │  │  │  │  │  ├── system_nrf54h.c
│  │  │  │  │  │  │  ├── system_nrf54h.h
│  │  │  │  │  │  │  ├── system_nrf54l.c
│  │  │  │  │  │  │  ├── system_nrf54l.h
│  │  │  │  │  │  │  ├── system_nrf54l_approtect.h
│  │  │  │  │  │  │  ├── system_nrf7120_enga.c
│  │  │  │  │  │  │  ├── system_nrf7120_enga.h
│  │  │  │  │  │  │  ├── system_nrf7120_enga_approtect.h
│  │  │  │  │  │  │  ├── system_nrf91.c
│  │  │  │  │  │  │  ├── system_nrf91.h
│  │  │  │  │  │  │  ├── system_nrf9120.h
│  │  │  │  │  │  │  ├── system_nrf9160.c
│  │  │  │  │  │  │  ├── system_nrf9160.h
│  │  │  │  │  │  │  ├── system_nrf91_approtect.h
│  │  │  │  │  │  │  ├── system_nrf92.c
│  │  │  │  │  │  │  │ system_nrf92.h
│  │  │  │  │  │  ├── nrfx_bsp.h
│  │  │  │  │  │  ├── nrfx_ext.h
│  │  │  │  │  │  ├── soc
│  │  │  │  │  │  │  ├── interconnect
│  │  │  │  │  │  │  │  ├── ipct
│  │  │  │  │  │  │  │  │  ├── nrfx_interconnect_apb_haltium_ext.h
│  │  │  │  │  │  │  │  │  │ nrfx_interconnect_ipct_haltium_ext.h
│  │  │  │  │  │  │  │  ├── nrfx_gppi_lumos.c
│  │  │  │  │  │  │  │  │ nrfx_gppi_lumos.h
│  │  │  │  │  │  │  ├── irqs
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf51.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf52805.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf52810.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf52811.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf52820.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf52832.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf52833.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf52840.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf5340_application.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf5340_network.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf54h20_application.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf54h20_flpr.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf54h20_ppr.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf54h20_radiocore.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf54l05_application.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf54l05_flpr.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf54l10_application.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf54l10_flpr.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf54l15_application.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf54l15_flpr.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf54lm20a_enga_application.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf54lm20a_enga_flpr.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf54ls05b_enga_application.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf54lv10a_enga_application.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf54lv10a_enga_flpr.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf7120_enga_application.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf7120_enga_flpr.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf91.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf9230_engb_application.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf9230_engb_flpr.h
│  │  │  │  │  │  │  │  ├── nrfx_irqs_nrf9230_engb_ppr.h
│  │  │  │  │  │  │  │  │ nrfx_irqs_nrf9230_engb_radiocore.h
│  │  │  │  │  │  │  ├── nrfx_irqs.h
│  │  │  │  │  │  │  ├── nrfx_irqs_ext.h
│  │  │  │  │  │  │  ├── nrfx_mdk_fixups.h
│  │  │  │  │  │  │  ├── nrfx_mdk_fixups_ext.h
│  │  │  │  │  │  │  │ nrfx_soc_defines.h
│  │  │  │  │  │  ├── templates
│  │  │  │  │  │  │  ├── 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_nrf54lm20a_enga_application.h
│  │  │  │  │  │  │  ├── nrfx_config_nrf54lm20a_enga_flpr.h
│  │  │  │  │  │  │  ├── nrfx_config_nrf54ls05b_enga_application.h
│  │  │  │  │  │  │  ├── nrfx_config_nrf54lv10a_enga_application.h
│  │  │  │  │  │  │  ├── nrfx_config_nrf54lv10a_enga_flpr.h
│  │  │  │  │  │  │  ├── nrfx_config_nrf7120_enga_application.h
│  │  │  │  │  │  │  ├── nrfx_config_nrf7120_enga_flpr.h
│  │  │  │  │  │  │  ├── nrfx_config_nrf91.h
│  │  │  │  │  │  │  ├── nrfx_config_nrf9230_engb_application.h
│  │  │  │  │  │  │  ├── nrfx_config_nrf9230_engb_flpr.h
│  │  │  │  │  │  │  ├── nrfx_config_nrf9230_engb_ppr.h
│  │  │  │  │  │  │  ├── nrfx_config_nrf9230_engb_radiocore.h
│  │  │  │  │  │  │  │ nrfx_templates_config.h
│  │  │  │  ├── doc
│  │  │  │  │  ├── buildfiles
│  │  │  │  │  │  │ extra_stylesheet.css
│  │  │  │  │  ├── config_dox
│  │  │  │  │  │  ├── nrfx_clock_dox_config.h
│  │  │  │  │  │  ├── nrfx_gpiote_dox_config.h
│  │  │  │  │  │  ├── nrfx_lpcomp_dox_config.h
│  │  │  │  │  │  ├── nrfx_power_dox_config.h
│  │  │  │  │  │  ├── nrfx_ppi_dox_config.h
│  │  │  │  │  │  ├── nrfx_qdec_dox_config.h
│  │  │  │  │  │  ├── nrfx_rng_dox_config.h
│  │  │  │  │  │  ├── nrfx_rtc_dox_config.h
│  │  │  │  │  │  ├── nrfx_spi_dox_config.h
│  │  │  │  │  │  ├── nrfx_spis_dox_config.h
│  │  │  │  │  │  ├── nrfx_timer_dox_config.h
│  │  │  │  │  │  ├── nrfx_twi_dox_config.h
│  │  │  │  │  │  ├── nrfx_uart_dox_config.h
│  │  │  │  │  │  │ nrfx_wdt_dox_config.h
│  │  │  │  │  ├── drv_supp_matrix.dox
│  │  │  │  │  ├── main_page.dox
│  │  │  │  │  ├── nrf51_series.dox
│  │  │  │  │  │ nrfx.doxyfile
│  │  │  │  ├── drivers
│  │  │  │  │  ├── include
│  │  │  │  │  │  ├── nrfx_adc.h
│  │  │  │  │  │  ├── nrfx_bellboard.h
│  │  │  │  │  │  ├── nrfx_clock.h
│  │  │  │  │  │  ├── nrfx_clock_hfclk.h
│  │  │  │  │  │  ├── nrfx_clock_hfclk192m.h
│  │  │  │  │  │  ├── nrfx_clock_hfclkaudio.h
│  │  │  │  │  │  ├── nrfx_clock_lfclk.h
│  │  │  │  │  │  ├── nrfx_clock_xo.h
│  │  │  │  │  │  ├── nrfx_clock_xo24m.h
│  │  │  │  │  │  ├── nrfx_comp.h
│  │  │  │  │  │  ├── nrfx_cracen.h
│  │  │  │  │  │  ├── nrfx_dppi.h
│  │  │  │  │  │  ├── nrfx_egu.h
│  │  │  │  │  │  ├── nrfx_gpiote.h
│  │  │  │  │  │  ├── nrfx_grtc.h
│  │  │  │  │  │  ├── nrfx_i2s.h
│  │  │  │  │  │  ├── nrfx_ipc.h
│  │  │  │  │  │  ├── nrfx_lpcomp.h
│  │  │  │  │  │  ├── nrfx_mramc.h
│  │  │  │  │  │  ├── nrfx_nfct.h
│  │  │  │  │  │  ├── nrfx_nvmc.h
│  │  │  │  │  │  ├── nrfx_pdm.h
│  │  │  │  │  │  ├── nrfx_power.h
│  │  │  │  │  │  ├── nrfx_power_clock.h
│  │  │  │  │  │  ├── nrfx_ppi.h
│  │  │  │  │  │  ├── nrfx_ppib.h
│  │  │  │  │  │  ├── nrfx_pwm.h
│  │  │  │  │  │  ├── nrfx_qdec.h
│  │  │  │  │  │  ├── nrfx_qspi.h
│  │  │  │  │  │  ├── nrfx_rng.h
│  │  │  │  │  │  ├── nrfx_rramc.h
│  │  │  │  │  │  ├── nrfx_rtc.h
│  │  │  │  │  │  ├── nrfx_saadc.h
│  │  │  │  │  │  ├── nrfx_spi.h
│  │  │  │  │  │  ├── nrfx_spim.h
│  │  │  │  │  │  ├── nrfx_spis.h
│  │  │  │  │  │  ├── nrfx_tbm.h
│  │  │  │  │  │  ├── nrfx_temp.h
│  │  │  │  │  │  ├── nrfx_timer.h
│  │  │  │  │  │  ├── nrfx_twi.h
│  │  │  │  │  │  ├── nrfx_twi_twim.h
│  │  │  │  │  │  ├── nrfx_twim.h
│  │  │  │  │  │  ├── nrfx_twis.h
│  │  │  │  │  │  ├── nrfx_uart.h
│  │  │  │  │  │  ├── nrfx_uarte.h
│  │  │  │  │  │  ├── nrfx_usbd.h
│  │  │  │  │  │  ├── nrfx_vevif.h
│  │  │  │  │  │  │ nrfx_wdt.h
│  │  │  │  │  ├── nrfx_common.h
│  │  │  │  │  ├── nrfx_errata.h
│  │  │  │  │  ├── nrfx_errors.h
│  │  │  │  │  ├── nrfx_utils.h
│  │  │  │  │  ├── nrfx_utils_internal.h
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── nrfx_adc.c
│  │  │  │  │  │  ├── nrfx_bellboard.c
│  │  │  │  │  │  ├── nrfx_clock.c
│  │  │  │  │  │  ├── nrfx_clock_hfclk.c
│  │  │  │  │  │  ├── nrfx_clock_hfclk192m.c
│  │  │  │  │  │  ├── nrfx_clock_hfclkaudio.c
│  │  │  │  │  │  ├── nrfx_clock_lfclk.c
│  │  │  │  │  │  ├── nrfx_clock_xo.c
│  │  │  │  │  │  ├── nrfx_clock_xo24m.c
│  │  │  │  │  │  ├── nrfx_comp.c
│  │  │  │  │  │  ├── nrfx_comp_common.h
│  │  │  │  │  │  ├── nrfx_cracen.c
│  │  │  │  │  │  ├── nrfx_dppi.c
│  │  │  │  │  │  ├── nrfx_egu.c
│  │  │  │  │  │  ├── nrfx_gpiote.c
│  │  │  │  │  │  ├── nrfx_grtc.c
│  │  │  │  │  │  ├── nrfx_i2s.c
│  │  │  │  │  │  ├── nrfx_ipc.c
│  │  │  │  │  │  ├── nrfx_lpcomp.c
│  │  │  │  │  │  ├── nrfx_lpcomp_common.h
│  │  │  │  │  │  ├── nrfx_mramc.c
│  │  │  │  │  │  ├── nrfx_nfct.c
│  │  │  │  │  │  ├── nrfx_nvmc.c
│  │  │  │  │  │  ├── nrfx_pdm.c
│  │  │  │  │  │  ├── nrfx_power.c
│  │  │  │  │  │  ├── nrfx_ppi.c
│  │  │  │  │  │  ├── nrfx_ppib.c
│  │  │  │  │  │  ├── nrfx_pwm.c
│  │  │  │  │  │  ├── nrfx_qdec.c
│  │  │  │  │  │  ├── nrfx_qspi.c
│  │  │  │  │  │  ├── nrfx_rng.c
│  │  │  │  │  │  ├── nrfx_rramc.c
│  │  │  │  │  │  ├── nrfx_rtc.c
│  │  │  │  │  │  ├── nrfx_saadc.c
│  │  │  │  │  │  ├── nrfx_saadc_common.h
│  │  │  │  │  │  ├── nrfx_spi.c
│  │  │  │  │  │  ├── nrfx_spim.c
│  │  │  │  │  │  ├── nrfx_spis.c
│  │  │  │  │  │  ├── nrfx_systick.c
│  │  │  │  │  │  ├── nrfx_tbm.c
│  │  │  │  │  │  ├── nrfx_temp.c
│  │  │  │  │  │  ├── nrfx_timer.c
│  │  │  │  │  │  ├── nrfx_twi.c
│  │  │  │  │  │  ├── nrfx_twi_twim.c
│  │  │  │  │  │  ├── nrfx_twim.c
│  │  │  │  │  │  ├── nrfx_twis.c
│  │  │  │  │  │  ├── nrfx_uart.c
│  │  │  │  │  │  ├── nrfx_uarte.c
│  │  │  │  │  │  ├── nrfx_usbd.c
│  │  │  │  │  │  ├── nrfx_usbd_errata.h
│  │  │  │  │  │  ├── nrfx_usbreg.c
│  │  │  │  │  │  ├── nrfx_vevif.c
│  │  │  │  │  │  ├── nrfx_wdt.c
│  │  │  │  │  │  ├── prs
│  │  │  │  │  │  │  ├── nrfx_prs.c
│  │  │  │  │  │  │  │ nrfx_prs.h
│  │  │  │  ├── hal
│  │  │  │  │  ├── nrf_aar.h
│  │  │  │  │  ├── nrf_cache.h
│  │  │  │  │  ├── nrf_ccm.h
│  │  │  │  │  ├── nrf_clock.h
│  │  │  │  │  ├── nrf_common.h
│  │  │  │  │  ├── nrf_comp.h
│  │  │  │  │  ├── nrf_ctrlap.h
│  │  │  │  │  ├── nrf_ecb.h
│  │  │  │  │  ├── nrf_exmif.h
│  │  │  │  │  ├── nrf_ficr.h
│  │  │  │  │  ├── nrf_gpio.h
│  │  │  │  │  ├── nrf_gpiote.h
│  │  │  │  │  ├── nrf_grtc.h
│  │  │  │  │  ├── nrf_hsfll.h
│  │  │  │  │  ├── nrf_i2s.h
│  │  │  │  │  ├── nrf_lfxo.h
│  │  │  │  │  ├── nrf_lpcomp.h
│  │  │  │  │  ├── nrf_lrcconf.h
│  │  │  │  │  ├── nrf_memconf.h
│  │  │  │  │  ├── nrf_mramc.h
│  │  │  │  │  ├── nrf_mvdma.h
│  │  │  │  │  ├── nrf_nfct.h
│  │  │  │  │  ├── nrf_nvmc.h
│  │  │  │  │  ├── nrf_oscillators.h
│  │  │  │  │  ├── nrf_pdm.h
│  │  │  │  │  ├── nrf_power.h
│  │  │  │  │  ├── nrf_ppi.h
│  │  │  │  │  ├── nrf_qdec.h
│  │  │  │  │  ├── nrf_qspi.h
│  │  │  │  │  ├── nrf_reset.h
│  │  │  │  │  ├── nrf_rramc.h
│  │  │  │  │  ├── nrf_saadc.h
│  │  │  │  │  ├── nrf_spi.h
│  │  │  │  │  ├── nrf_spim.h
│  │  │  │  │  ├── nrf_spis.h
│  │  │  │  │  ├── nrf_tampc.h
│  │  │  │  │  ├── nrf_tdm.h
│  │  │  │  │  ├── nrf_temp.h
│  │  │  │  │  ├── nrf_timer.h
│  │  │  │  │  ├── nrf_twim.h
│  │  │  │  │  ├── nrf_twis.h
│  │  │  │  │  ├── nrf_uarte.h
│  │  │  │  │  ├── nrf_vmc.h
│  │  │  │  │  │ nrf_wdt.h
│  │  │  │  ├── haly
│  │  │  │  │  ├── nrfy_bellboard.h
│  │  │  │  │  ├── nrfy_common.h
│  │  │  │  │  ├── nrfy_comp.h
│  │  │  │  │  ├── nrfy_dppi.h
│  │  │  │  │  ├── nrfy_gpio.h
│  │  │  │  │  ├── nrfy_gpiote.h
│  │  │  │  │  ├── nrfy_grtc.h
│  │  │  │  │  ├── nrfy_i2s.h
│  │  │  │  │  ├── nrfy_lpcomp.h
│  │  │  │  │  ├── nrfy_mramc.h
│  │  │  │  │  ├── nrfy_mvdma.h
│  │  │  │  │  ├── nrfy_nfct.h
│  │  │  │  │  ├── nrfy_pdm.h
│  │  │  │  │  ├── nrfy_pwm.h
│  │  │  │  │  ├── nrfy_qdec.h
│  │  │  │  │  ├── nrfy_rramc.h
│  │  │  │  │  ├── nrfy_rtc.h
│  │  │  │  │  ├── nrfy_saadc.h
│  │  │  │  │  ├── nrfy_spim.h
│  │  │  │  │  ├── nrfy_tbm.h
│  │  │  │  │  ├── nrfy_temp.h
│  │  │  │  │  ├── nrfy_timer.h
│  │  │  │  │  ├── nrfy_twim.h
│  │  │  │  │  ├── nrfy_uarte.h
│  │  │  │  │  ├── nrfy_vpr.h
│  │  │  │  │  │ nrfy_wdt.h
│  │  │  │  ├── helpers
│  │  │  │  │  ├── internal
│  │  │  │  │  │  ├── nrfx_gppiv1.h
│  │  │  │  │  │  ├── nrfx_gppiv1_ipct.c
│  │  │  │  │  │  ├── nrfx_gppiv1_shim.c
│  │  │  │  │  │  ├── nrfx_interconnect_apb_haltium_application.h
│  │  │  │  │  │  ├── nrfx_interconnect_apb_haltium_flpr.h
│  │  │  │  │  │  ├── nrfx_interconnect_apb_haltium_global.h
│  │  │  │  │  │  ├── nrfx_interconnect_apb_haltium_ppr.h
│  │  │  │  │  │  ├── nrfx_interconnect_apb_haltium_radiocore.h
│  │  │  │  │  │  ├── nrfx_interconnect_ipct.h
│  │  │  │  │  │  ├── nrfx_interconnect_ipct_haltium_application.h
│  │  │  │  │  │  ├── nrfx_interconnect_ipct_haltium_flpr.h
│  │  │  │  │  │  ├── nrfx_interconnect_ipct_haltium_global.h
│  │  │  │  │  │  ├── nrfx_interconnect_ipct_haltium_ppr.h
│  │  │  │  │  │  │ nrfx_interconnect_ipct_haltium_radiocore.h
│  │  │  │  │  ├── nrfx_analog_common.h
│  │  │  │  │  ├── nrfx_flag32_allocator.c
│  │  │  │  │  ├── nrfx_flag32_allocator.h
│  │  │  │  │  ├── nrfx_gppi.h
│  │  │  │  │  ├── nrfx_gppi_dppi.c
│  │  │  │  │  ├── nrfx_gppi_dppi_ppib_lumos.c
│  │  │  │  │  ├── nrfx_gppi_ppi.c
│  │  │  │  │  ├── nrfx_gppi_routes.h
│  │  │  │  │  ├── nrfx_ids.h
│  │  │  │  │  ├── nrfx_ram_ctrl.c
│  │  │  │  │  │ nrfx_reset_reason.h
│  │  │  │  ├── lib
│  │  │  │  │  ├── nrfx_atomic.c
│  │  │  │  │  ├── nrfx_atomic.h
│  │  │  │  │  ├── nrfx_atomic_internal.h
│  │  │  │  │  │ nrfx_coredep.h
│  │  │  │  ├── soc
│  │  │  │  │  ├── interconnect
│  │  │  │  │  │  ├── apb
│  │  │  │  │  │  │  ├── nrfx_interconnect_apb.c
│  │  │  │  │  │  │  │ nrfx_interconnect_apb.h
│  │  │  │  │  │  ├── dppic_ppib
│  │  │  │  │  │  │  ├── nrfx_interconnect_dppic_ppib.c
│  │  │  │  │  │  │  ├── nrfx_interconnect_dppic_ppib.h
│  │  │  │  │  │  │  │ nrfx_interconnect_dppic_ppib_lumos.h
│  │  │  │  │  │  ├── ipct
│  │  │  │  │  │  │  ├── nrfx_interconnect_ipct.c
│  │  │  │  │  │  │  │ nrfx_interconnect_ipct.h
│  │  │  │  ├── templates
│  │  │  │  │  ├── nrfx_config_common.h
│  │  │  │  │  │ nrfx_glue.h
nrfxlib
│  ├── nfc
│  │  ├── include
│  │  │  │ nfc_platform.h
samples
│  ├── bluetooth
│  │  ├── conn_time_sync
│  │  │  ├── src
│  │  │  │  ├── controller_time_nrf52.c
│  │  │  │  ├── controller_time_nrf53_app.c
│  │  │  │  │ controller_time_nrf54.c
│  │  ├── iso_time_sync
│  │  │  ├── src
│  │  │  │  ├── controller_time_nrf52.c
│  │  │  │  ├── controller_time_nrf53_app.c
│  │  │  │  │ controller_time_nrf54.c
│  │  ├── nrf_auraconfig
│  │  │  ├── src
│  │  │  │  │ nrf_auraconfig.c
│  ├── peripheral
│  │  ├── 802154_phy_test
│  │  │  ├── src
│  │  │  │  │ rf_proc.c
scripts
│  │ quarantine.yaml
subsys
│  ├── esb
│  │  ├── esb_dppi.c
│  │  │ esb_ppi.c
│  ├── mpsl
│  │  ├── fem
│  │  │  ├── common
│  │  │  │  │ mpsl_fem_utils.c
│  │  ├── hwres
│  │  │  │ mpsl_dppi.c
│  ├── net
│  │  ├── lib
│  │  │  ├── nrf70_fw_ext
│  │  │  │  │ ext_fw_load.c
│  ├── nfc
│  │  ├── lib
│  │  │  │ platform.c
tests
│  ├── bluetooth
│  │  ├── iso
│  │  │  ├── src
│  │  │  │  │ main.c
│  ├── subsys
│  │  ├── bootloader
│  │  │  ├── bl_validation
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── bl_validation_neg
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
west.yml
zephyr
│  ├── drivers
│  │  ├── adc
│  │  │  ├── adc_nrfx_adc.c
│  │  │  │ adc_nrfx_saadc.c
│  │  ├── clock_control
│  │  │  │ clock_control_nrf.c
│  │  ├── comparator
│  │  │  ├── comparator_nrf_comp.c
│  │  │  │ comparator_nrf_lpcomp.c
│  │  ├── entropy
│  │  │  │ entropy_nrf_cracen.c
│  │  ├── flash
│  │  │  ├── nrf_qspi_nor.c
│  │  │  │ soc_flash_nrf_mramc.c
│  │  ├── i2c
│  │  │  ├── i2c_nrfx_twi.c
│  │  │  │ i2c_nrfx_twi_common.c
│  │  ├── spi
│  │  │  │ spi_nrfx_spi.c
│  │  ├── timer
│  │  │  │ nrf_grtc_timer.c
│  ├── modules
│  │  ├── hal_nordic
│  │  │  ├── nrfx
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.logging
│  │  │  │  ├── nrfx_glue.c
│  │  │  │  │ nrfx_kconfig.h
│  │  ├── nrf_wifi
│  │  │  ├── bus
│  │  │  │  │ qspi_if.c
│  ├── samples
│  │  ├── net
│  │  │  ├── zperf
│  │  │  │  ├── src
│  │  │  │  │  │ nrf5340_cpu_boost.c
│  ├── soc
│  │  ├── nordic
│  │  │  ├── common
│  │  │  │  │ nrf_sys_event.c
│  ├── subsys
│  │  ├── bluetooth
│  │  │  ├── audio
│  │  │  │  ├── shell
│  │  │  │  │  │ bap_usb.c
│  │ west.yml

Outputs:

Toolchain

Version: 2b2cd9579a
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:2b2cd9579a_bba2ea5f2e

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ❌ Build twister
  • ❌ Integration tests
    • ❌ desktop52_verification
    • ❌ test-fw-nrfconnect-apps
    • ❌ test-fw-nrfconnect-ble_samples
    • ❌ test-fw-nrfconnect-nfc
    • ✅ test-fw-nrfconnect-nrf-iot_thingy91 - Skipped: Job was skipped as it succeeded in a previous run
    • ❌ test-fw-nrfconnect-rpc
    • ✅ test-sdk-wifi - Skipped: Job was skipped as it succeeded in a previous run
    • ❌ test-low-level
    • ⚠️ test-sdk-audio
    • ⚠️ test_ble_nrf_config
    • ⚠️ test-fw-nrfconnect-chip
    • ⚠️ test-fw-nrfconnect-nrf-iot_cloud
    • ⚠️ test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • ⚠️ test-fw-nrfconnect-nrf_crypto
    • ⚠️ test-fw-nrfconnect-proprietary_esb
    • ⚠️ test-fw-nrfconnect-rs
    • ⚠️ test-fw-nrfconnect-fem
    • ⚠️ test-fw-nrfconnect-tfm
    • ⚠️ test-fw-nrfconnect-thread-main
    • ⚠️ test-sdk-find-my
    • ⚠️ test-sdk-mcuboot
    • ⚠️ test-sdk-dfu

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

@masz-nordic masz-nordic added the CI-all-test Run All integration tests label Nov 4, 2025
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Nov 4, 2025

Memory footprint analysis revealed the following potential issues

applications.nrf_desktop.zdebug_keyboard[nrf52840dk/nrf52840]: ROM size increased by 3832[B] in comparison to the main[b24f30a] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug.usb_next[nrf52840dk/nrf52840]: ROM size increased by 3340[B] in comparison to the main[b24f30a] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug[nrf52833dk/nrf52833]: ROM size increased by 672[B] in comparison to the main[b24f30a] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug_fast_pair.gmouse[nrf52840gmouse/nrf52840]: ROM size increased by 1924[B] in comparison to the main[b24f30a] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug_wwcb[nrf52840dk/nrf52840]: ROM size increased by 3500[B] in comparison to the main[b24f30a] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug.usb_next[nrf52840gmouse/nrf52840]: ROM size increased by 4144[B] in comparison to the main[b24f30a] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug[nrf52840gmouse/nrf52840]: ROM size increased by 4184[B] in comparison to the main[b24f30a] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zrelease[nrf52kbd/nrf52832]: ROM size increased by 4124[B] in comparison to the main[b24f30a] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
sample.find_my.switchable_networks.release.dfu_switch[nrf52833dk/nrf52833]: ROM size increased by 3836[B] in comparison to the main[b24f30a] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug.usb_next[nrf52840dongle/nrf52840]: ROM size increased by 936[B] in comparison to the main[b24f30a] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug[nrf52833dongle/nrf52833]: ROM size increased by 1000[B] in comparison to the main[b24f30a] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug_mcuboot_qspi[nrf52840dk/nrf52840]: ROM size increased by 3508[B] in comparison to the main[b24f30a] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zrelease[nrf52820dongle/nrf52820]: ROM size increased by 2844[B] in comparison to the main[b24f30a] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zrelease[nrf52840dongle/nrf52840]: ROM size increased by 744[B] in comparison to the main[b24f30a] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zrelease[nrf52840gmouse/nrf52840]: ROM size increased by 3400[B] in comparison to the main[b24f30a] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
sample.bluetooth.fast_pair.locator_tag.release[nrf52833dk/nrf52833]: ROM size increased by 1860[B] in comparison to the main[b24f30a] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebugwithshell[nrf52840dk/nrf52840]: ROM size increased by 3500[B] in comparison to the main[b24f30a] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug[nrf52840dongle/nrf52840]: ROM size increased by 1032[B] in comparison to the main[b24f30a] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
sample.smp_svr_mini_boot[[email protected]/nrf54h20/cpuapp]: ROM size increased by 2160[B] in comparison to the main[b24f30a] branch. - link (cc: @nrfconnect/ncs-pluto @robertstypa @maciejpietras)
applications.nrf_desktop.zdebug[nrf52kbd/nrf52832]: ROM size increased by 4316[B] in comparison to the main[b24f30a] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
sample.find_my.switchable_networks.release.dfu_switch.apple[nrf52833dk/nrf52833]: ROM size increased by 1468[B] in comparison to the main[b24f30a] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug_keyboard.usb_next[nrf52840dk/nrf52840]: ROM size increased by 3628[B] in comparison to the main[b24f30a] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
sample.find_my.locator_tag.release[nrf52dk/nrf52832]: ROM size increased by 568[B] in comparison to the main[b24f30a] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zrelease.usb_next[nrf52840dk/nrf52840]: ROM size increased by 3064[B] in comparison to the main[b24f30a] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug[nrf52820dongle/nrf52820]: ROM size increased by 12632[B] in comparison to the main[b24f30a] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug[nrf52833dk/nrf52820]: ROM size increased by 12900[B] in comparison to the main[b24f30a] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug_dongle[nrf52840dk/nrf52840]: ROM size increased by 612[B] in comparison to the main[b24f30a] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug_nrf21540ek[nrf52840dk/nrf52840]: ROM size increased by 3652[B] in comparison to the main[b24f30a] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zrelease[nrf52833dk/nrf52820]: ROM size increased by 2920[B] in comparison to the main[b24f30a] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
sample.find_my.switchable_networks.release.dfu_switch.google[nrf52833dk/nrf52833]: ROM size increased by 1476[B] in comparison to the main[b24f30a] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug[nrf52840dk/nrf52840]: ROM size increased by 3520[B] in comparison to the main[b24f30a] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug_mcuboot_smp[nrf52840dk/nrf52840]: ROM size increased by 3508[B] in comparison to the main[b24f30a] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zrelease_fast_pair.keyboard[nrf52kbd/nrf52832]: ROM size increased by 1844[B] in comparison to the main[b24f30a] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
sample.bluetooth.fast_pair.locator_tag.release[nrf5340dk/nrf5340/cpuapp]: ROM size increased by 1480[B] in comparison to the main[b24f30a] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug[nrf52dmouse/nrf52832]: ROM size increased by 3468[B] in comparison to the main[b24f30a] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug_4llpmconn[nrf52840dongle/nrf52840]: ROM size increased by 1032[B] in comparison to the main[b24f30a] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
sample.bluetooth.fast_pair.locator_tag.release[nrf52dk/nrf52832]: ROM size increased by 1796[B] in comparison to the main[b24f30a] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
sample.bluetooth.fast_pair.locator_tag.release[thingy53/nrf5340/cpuapp]: ROM size increased by 1200[B] in comparison to the main[b24f30a] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)

Note: This message is automatically posted and updated by the CI (latest/sdk-nrf/PR-25406/12)

@masz-nordic masz-nordic requested a review from a team as a code owner November 4, 2025 14:20
@masz-nordic masz-nordic requested review from alexsven, gWacey, koffes and rick1082 and removed request for a team November 6, 2025 11:43
@masz-nordic masz-nordic changed the title manifest: update zephyr with HFCLK192M rework manifest: update zephyr with nrfx 4.0-rc2 Nov 6, 2025
masz-nordic and others added 8 commits November 6, 2025 13:48
Update with nrfx 4.0-rc2.

Signed-off-by: Marcin Szymczyk <[email protected]>
Those are no longer static inlines in the header,
so should be implemented separately.

Signed-off-by: Marcin Szymczyk <[email protected]>
Some fails are due to not rebased branch.

Signed-off-by: Marcin Szymczyk <[email protected]>
Updated error codes for nrfx_clock and attached
nrfx and zephyr revisions.

Signed-off-by: Michal Frankiewicz <[email protected]>
nrfx_err_t is to be removed from nrfx completely.

Signed-off-by: Michał Stasiak <[email protected]>
NRFX RTC driver now returns errno values.

Signed-off-by: Michał Stasiak <[email protected]>
NRFX NVMC driver now returns errno values.

Signed-off-by: Michał Stasiak <[email protected]>
There are minor updates in GPPI API. Align in places that are
affected.

Signed-off-by: Krzysztof Chruściński <[email protected]>
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-nrfxlib manifest-zephyr

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants