Skip to content

Conversation

@jukkar
Copy link
Contributor

@jukkar jukkar commented Aug 13, 2025

Regular upmerge.

test_rs: PR-1744
test_fem: PR-1744
test-sdk-nrf: sdk-nrf-pr-23979
test_secdom_samples_public: NCSDK-NONE_fix_uicr_path
test_sdk_mcuboot: pr-23979
test_sdk_dfu: upmerge_08_08_2025
test_crypto: PR-851
test_tfm: PR-204
test_proprietary: PR-113
test_thread: PR-1431

@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 Aug 13, 2025
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Aug 13, 2025

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

Name Old Revision New Revision Diff
mbedtls nrfconnect/sdk-mbedtls@c5115ab (ncs-v3.1-branch,ncs-v3.1.1,ncs-v3.1.0,ncs-v3.1.0-rc2,ncs-v3.1.0-rc1) nrfconnect/sdk-mbedtls@bcce3de (main) nrfconnect/[email protected]
mcuboot nrfconnect/sdk-mcuboot@c390295 nrfconnect/sdk-mcuboot@40861fd (main) nrfconnect/[email protected]
zephyr nrfconnect/sdk-zephyr@d32b794 nrfconnect/sdk-zephyr@d792280 (main) nrfconnect/[email protected]

Additional metadata changed:

Name URL Submodules West cmds module.yml
mbedtls
mcuboot

DNM label due to: 2 projects with metadata changes

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

@NordicBuilder
Copy link
Contributor

NordicBuilder commented Aug 13, 2025

CI Information

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

Inputs:

Sources:

trusted-firmware-m: PR head: 3e12b0cc27d828d7ec04c4ac62ad45a9a905573e
sdk-nrf: PR head: 1473d01ad0686f8ef83253ac316bc85192b5ce5d
mcuboot: PR head: 33977e7ae608a66e6e6b6d8a43eb32c4b531f4ad
mbedtls: PR head: ba168fa9cc4f9c2a6754404aeb8f3d4af472a7ec
openthread: PR head: 2bc7712f57af22058770d1ef131ad3da79a0c764
hostap: PR head: 5abcff1c0ecff65f0f81e0cc086b7f766e5101bf
zephyr: PR head: d792280a1c8639ac103ce0dd094f8d5dd4e5377d

more details

trusted-firmware-m:

PR head: 3e12b0cc27d828d7ec04c4ac62ad45a9a905573e
merge base: 0c4c99ba33b3e66deea070e149279278dc7647f4
Diff

sdk-nrf:

PR head: 1473d01ad0686f8ef83253ac316bc85192b5ce5d
merge base: ef7a69020502a25b79ef2177a666c049fc438929
target head (main): f86f39f0b1d8528e1bd55c39731f651651c30d36
Diff

mcuboot:

PR head: 33977e7ae608a66e6e6b6d8a43eb32c4b531f4ad
merge base: c39029507179e3e1707eb46ca002a0780bb5b5b4
target head (main): d0796dc9b79833eb4fccd0af8fc7c969ea8a0de5
Diff

mbedtls:

PR head: ba168fa9cc4f9c2a6754404aeb8f3d4af472a7ec
merge base: c5115abac477249fab42e61368b8f87c3c9265e1
target head (main): c5115abac477249fab42e61368b8f87c3c9265e1
Diff

openthread:

PR head: 2bc7712f57af22058770d1ef131ad3da79a0c764
merge base: 3ae741f95e7dfb391dec35c48742862049eb62e8
Diff

hostap:

PR head: 5abcff1c0ecff65f0f81e0cc086b7f766e5101bf
merge base: c55683ce514953277be5566fceb38c4c2485f1e1
Diff

zephyr:

PR head: d792280a1c8639ac103ce0dd094f8d5dd4e5377d
merge base: d32b79417c5a4c70f16cbbb579d3610daab5f88f
target head (main): d32b79417c5a4c70f16cbbb579d3610daab5f88f
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 (14431)
zephyr
│  ├── drivers
│  │  ├── sensor
│  │  │  ├── tdk
│  │  │  │  ├── icm42688
│  │  │  │  │  ├── icm42688_rtio_stream.c
│  │  │  │  │  ├── icm42688_spi.c
│  │  │  │  │  ├── icm42688_spi.h
│  │  │  │  │  ├── icm42688_trigger.c
│  │  │  │  │  │ icm42688_trigger.h
│  │  │  │  ├── icm4268x
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── icm4268x.c
│  │  │  │  │  ├── icm4268x.h
│  │  │  │  │  ├── icm4268x_common.c
│  │  │  │  │  ├── icm4268x_decoder.c
│  │  │  │  │  ├── icm4268x_decoder.h
│  │  │  │  │  ├── icm4268x_emul.c
│  │  │  │  │  ├── icm4268x_emul.h
│  │  │  │  │  ├── icm4268x_reg.h
│  │  │  │  │  ├── icm4268x_rtio.c
│  │  │  │  │  ├── icm4268x_rtio.h
│  │  │  │  │  ├── icm4268x_rtio_stream.c
│  │  │  │  │  ├── icm4268x_spi.c
│  │  │  │  │  ├── icm4268x_spi.h
│  │  │  │  │  ├── icm4268x_trigger.c
│  │  │  │  │  │ icm4268x_trigger.h
│  │  │  │  ├── icm42x70
│  │  │  │  │  │ icm42x70.c
│  │  │  │  ├── icm45686
│  │  │  │  │  ├── icm45686.c
│  │  │  │  │  │ icm45686_decoder.c
│  │  │  │  ├── icp101xx
│  │  │  │  │  │ icp101xx_drv.c
│  │  │  │  ├── icp201xx
│  │  │  │  │  │ icp201xx_drv.c
│  │  │  ├── ti
│  │  │  │  ├── bq274xx
│  │  │  │  │  │ bq274xx.c
│  │  │  │  ├── tmp108
│  │  │  │  │  ├── tmp108.c
│  │  │  │  │  │ tmp108.h
│  │  │  │  ├── tmp11x
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── tmp11x.c
│  │  │  │  │  ├── tmp11x.h
│  │  │  │  │  │ tmp11x_trigger.c
│  │  │  ├── tsic_xx6
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  │ tsic_xx6.c
│  │  │  ├── veaa_x_3
│  │  │  │  ├── Kconfig
│  │  │  │  │ veaa_x_3.c
│  │  │  ├── vishay
│  │  │  │  ├── veml6031
│  │  │  │  │  │ veml6031.c
│  │  │  ├── voltage_divider
│  │  │  │  │ voltage.c
│  │  │  ├── wsen
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── wsen_isds_2536030320001
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── wsen_isds_2536030320001.c
│  │  │  │  │  ├── wsen_isds_2536030320001.h
│  │  │  │  │  │ wsen_isds_2536030320001_trigger.c
│  │  │  │  ├── wsen_itds_2533020201601
│  │  │  │  │  │ wsen_itds_2533020201601_trigger.c
│  │  │  │  │ wsen_sensors_common.h
│  │  │  ├── xbr818
│  │  │  │  │ xbr818.c
│  │  ├── sent
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── Kconfig.nxp_s32
│  │  │  │ sent_nxp_s32.c
│  │  ├── serial
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── Kconfig.bflb
│  │  │  ├── Kconfig.bitbang
│  │  │  ├── Kconfig.cc23x0
│  │  │  ├── Kconfig.ene
│  │  │  ├── Kconfig.ifx_cat1
│  │  │  ├── Kconfig.mchp
│  │  │  ├── Kconfig.mspm0
│  │  │  ├── Kconfig.native_pty
│  │  │  ├── Kconfig.npcx
│  │  │  ├── Kconfig.nrfx
│  │  │  ├── Kconfig.renesas_rz
│  │  │  ├── Kconfig.stm32
│  │  │  ├── Kconfig.virtio_console
│  │  │  ├── lpuart_esp32.c
│  │  │  ├── uart_aesc.c
│  │  │  ├── uart_ambiq.c
│  │  │  ├── uart_bflb.c
│  │  │  ├── uart_bitbang.c
│  │  │  ├── uart_bridge.c
│  │  │  ├── uart_bt.c
│  │  │  ├── uart_cc23x0.c
│  │  │  ├── uart_cmsdk_apb.c
│  │  │  ├── uart_emul.c
│  │  │  ├── uart_ene_kb106x.c
│  │  │  ├── uart_esp32.c
│  │  │  ├── uart_ifx_cat1_pdl.c
│  │  │  ├── uart_mchp_sercom_g1.c
│  │  │  ├── uart_mcux_flexcomm.c
│  │  │  ├── uart_mspm0.c
│  │  │  ├── uart_native_pty.c
│  │  │  ├── uart_native_pty_bottom.c
│  │  │  ├── uart_native_pty_bottom.h
│  │  │  ├── uart_native_tty.c
│  │  │  ├── uart_native_tty_bottom.c
│  │  │  ├── uart_native_tty_bottom.h
│  │  │  ├── uart_npcx.c
│  │  │  ├── uart_nrfx_uarte.c
│  │  │  ├── uart_ns16550.c
│  │  │  ├── uart_numaker.c
│  │  │  ├── uart_pl011.c
│  │  │  ├── uart_pl011_ambiq.h
│  │  │  ├── uart_pl011_raspberrypi_pico.h
│  │  │  ├── uart_renesas_ra8_sci_b.c
│  │  │  ├── uart_renesas_ra_sci.c
│  │  │  ├── uart_renesas_rx_sci.c
│  │  │  ├── uart_renesas_rx_sci_qemu.c
│  │  │  ├── uart_renesas_rz_sci.c
│  │  │  ├── uart_renesas_rz_scif.c
│  │  │  ├── uart_sam0.c
│  │  │  ├── uart_sedi.c
│  │  │  ├── uart_shell.c
│  │  │  ├── uart_silabs_eusart.c
│  │  │  ├── uart_silabs_usart.c
│  │  │  ├── uart_stm32.c
│  │  │  ├── uart_virtio_console.c
│  │  │  │ uart_xlnx_uartlite.c
│  │  ├── smbus
│  │  │  │ Kconfig
│  │  ├── spi
│  │  │  ├── CMakeLists.txt
│  │  │  ├── Kconfig
│  │  │  ├── Kconfig.ambiq
│  │  │  ├── Kconfig.cc23x0
│  │  │  ├── Kconfig.cdns
│  │  │  ├── Kconfig.egis_et171
│  │  │  ├── Kconfig.it51xxx
│  │  │  ├── Kconfig.mcux_dspi
│  │  │  ├── Kconfig.mcux_flexcomm
│  │  │  ├── Kconfig.nrfx
│  │  │  ├── Kconfig.omap
│  │  │  ├── Kconfig.renesas_ra
│  │  │  ├── Kconfig.renesas_rx
│  │  │  ├── Kconfig.rpi_pico
│  │  │  ├── spi_ambiq_spic.c
│  │  │  ├── spi_ambiq_spid.c
│  │  │  ├── spi_andes_atcspi200.c
│  │  │  ├── spi_andes_atcspi200.h
│  │  │  ├── spi_b91.c
│  │  │  ├── spi_b_renesas_ra8.c
│  │  │  ├── spi_cc23x0.c
│  │  │  ├── spi_cdns.c
│  │  │  ├── spi_context.h
│  │  │  ├── spi_egis_et171.c
│  │  │  ├── spi_egis_et171.h
│  │  │  ├── spi_esp32_spim.c
│  │  │  ├── spi_esp32_spim.h
│  │  │  ├── spi_it51xxx.c
│  │  │  ├── spi_it8xxx2.c
│  │  │  ├── spi_litex_litespi.c
│  │  │  ├── spi_ll_stm32.c
│  │  │  ├── spi_ll_stm32.h
│  │  │  ├── spi_max32.c
│  │  │  ├── spi_mchp_mss.c
│  │  │  ├── spi_mchp_mss_qspi.c
│  │  │  ├── spi_mcux_dspi.c
│  │  │  ├── spi_mcux_flexcomm.c
│  │  │  ├── spi_mcux_flexio.c
│  │  │  ├── spi_nrfx_spim.c
│  │  │  ├── spi_nrfx_spis.c
│  ├── boards
│  │  ├── amd
│  │  │  ├── versalnet_apu
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig.versalnet_apu
│  │  │  │  ├── board.cmake
│  │  │  │  ├── board.yml
│  │  │  │  ├── doc
│  │  │  │  │  │ index.rst
│  │  │  │  ├── support
│  │  │  │  │  │ xsdb.cfg
│  │  │  │  ├── versalnet_apu-qemu.dts
│  │  │  │  ├── versalnet_apu.dts
│  │  │  │  ├── versalnet_apu.yaml
│  │  │  │  │ versalnet_apu_defconfig
│  │  │  ├── versalnet_rpu
│  │  │  │  ├── support
│  │  │  │  │  │ xsdb.cfg
│  │  ├── andestech
│  │  │  ├── adp_xc7k_ae350
│  │  │  │  ├── Kconfig.adp_xc7k
│  │  │  │  ├── adp_xc7k_ae350.dts
│  │  │  │  ├── adp_xc7k_ae350_clic.dts
│  │  │  │  ├── adp_xc7k_ae350_clic.yaml
│  │  │  │  ├── adp_xc7k_ae350_clic_defconfig
│  │  │  │  ├── adp_xc7k_ae350_common.dtsi
│  │  │  │  ├── adp_xc7k_ae350_defconfig
│  │  │  │  │ board.yml
│  │  ├── antmicro
│  │  │  ├── myra_sip_baseboard
│  │  │  │  │ myra_sip_baseboard.dts
│  │  ├── arduino
│  │  │  ├── due
│  │  │  │  │ arduino_r3_connector.dtsi
│  │  │  ├── giga_r1
│  │  │  │  ├── arduino_giga_r1.dtsi
│  │  │  │  ├── arduino_giga_r1_stm32h747xx_m7.dts
│  │  │  │  │ arduino_r3_connector.dtsi
│  │  │  ├── mkrzero
│  │  │  │  │ arduino_mkrzero.dts
│  │  │  ├── nano_33_ble
│  │  │  │  │ arduino_nano_33_ble-common.dtsi
│  │  │  ├── nano_matter
│  │  │  │  ├── Kconfig.arduino_nano_matter
│  │  │  │  ├── Kconfig.defconfig
│  │  │  │  ├── arduino_nano_matter-pinctrl.dtsi
│  │  │  │  ├── arduino_nano_matter.dts
│  │  │  │  ├── arduino_nano_matter.yaml
│  │  │  │  ├── arduino_nano_matter_connector.dtsi
│  │  │  │  ├── arduino_nano_matter_defconfig
│  │  │  │  ├── board.cmake
│  │  │  │  ├── board.yml
│  │  │  │  ├── doc
│  │  │  │  │  ├── index.rst
│  │  │  │  │  │ nano_matter.webp
│  │  │  │  ├── pre_dt_board.cmake
│  │  │  │  ├── support
│  │  │  │  │  │ openocd.cfg
│  │  │  ├── nicla_sense_me
│  │  │  │  │ arduino_nicla_sense_me.dts
│  │  │  ├── nicla_vision
│  │  │  │  ├── arduino_nicla_vision.dtsi
│  │  │  │  ├── arduino_nicla_vision_stm32h747xx_m7.dts
│  │  │  │  │ arduino_nicla_vision_stm32h747xx_m7.yaml
│  │  │  ├── opta
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── arduino_opta-external-flash-partitioning.dtsi
│  │  │  │  ├── arduino_opta_stm32h747xx_m7.dts
│  │  │  │  ├── board.h
│  │  │  │  ├── board_gpio_init.c
│  │  │  │  ├── board_info.c
│  │  │  │  ├── doc
│  │  │  │  │  │ index.rst
│  │  │  ├── portenta_c33
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig.arduino_portenta_c33
│  │  │  │  ├── Kconfig.defconfig
│  │  │  │  ├── arduino_mkr_connector.dtsi
│  │  │  │  ├── arduino_portenta_c33-pinctrl.dtsi
│  │  │  │  ├── arduino_portenta_c33.dts
│  │  │  │  ├── arduino_portenta_c33.yaml
│  │  │  │  ├── arduino_portenta_c33_defconfig
│  │  │  │  ├── board.cmake
│  │  │  │  ├── board.yml
│  │  │  │  ├── doc
│  │  │  │  │  ├── img
│  │  │  │  │  │  │ portenta_c33.webp
│  │  │  │  │  │ index.rst
│  │  │  │  │ eth_clock.c
│  │  │  ├── portenta_h7
│  │  │  │  ├── arduino_portenta_h7-common.dtsi
│  │  │  │  ├── arduino_portenta_h7_stm32h747xx_m7_1_0_0.yaml
│  │  │  │  │ arduino_portenta_h7_stm32h747xx_m7_4_10_0.yaml
│  │  │  ├── uno_r4
│  │  │  │  ├── arduino_uno_r4.dts
│  │  │  │  │ arduino_uno_r4_wifi.overlay
│  │  ├── arm
│  │  │  ├── fvp_baser_aemv8r
│  │  │  │  ├── doc
│  │  │  │  │  ├── aarch32.rst
│  │  │  │  │  ├── aarch64.rst
│  │  │  │  │  ├── debug-with-arm-ds.rst
│  │  │  │  │  ├── images
│  │  │  │  │  │  │ perspective-choose-other.jpg
│  │  │  │  │  │ index.rst
│  │  │  ├── mps2
│  │  │  │  ├── doc
│  │  │  │  │  ├── index.rst
│  │  │  │  │  ├── mps2_armv6m.rst
│  │  │  │  │  │ mps2_armv7m.rst
│  │  │  ├── mps3
│  │  │  │  │ board.cmake
│  │  │  ├── mps4
│  │  │  │  ├── board.cmake
│  │  │  │  ├── doc
│  │  │  │  │  │ index.rst
│  │  │  │  │ mps4_corstone320_fvp.yaml
│  │  ├── atmarktechno
│  │  │  ├── degu_evk
│  │  │  │  │ degu_evk.yaml
│  │  ├── atmel
│  │  │  ├── sam
│  │  │  │  ├── sam4e_xpro
│  │  │  │  │  │ sam4e_xpro.dts
│  │  │  │  ├── sam4s_xplained
│  │  │  │  │  │ sam4s_xplained.dts
│  │  │  │  ├── sam_e70_xplained
│  │  │  │  │  │ pre_dt_board.cmake
│  │  │  │  ├── sam_v71_xult
│  │  │  │  │  ├── pre_dt_board.cmake
│  │  │  │  │  │ sam_v71_xult-common.dtsi
│  │  │  ├── sam0
│  │  │  │  ├── same54_xpro
│  │  │  │  │  ├── same54_xpro-pinctrl.dtsi
│  │  │  │  │  ├── same54_xpro.dts
│  │  │  │  │  │ same54_xpro.yaml
│  │  │  │  ├── samr21_xpro
│  │  │  │  │  │ samr21_xpro.dts
│  │  ├── beagle
│  │  │  ├── beagleconnect_freedom
│  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  ├── beagleconnect_freedom.dts
│  │  │  │  │ beagleconnect_freedom.yaml
│  │  │  ├── beagleplay
│  │  │  │  │ Kconfig.beagleplay
│  │  │  ├── beaglev_fire
│  │  │  │  ├── beaglev_fire_polarfire_e51_defconfig
│  │  │  │  ├── beaglev_fire_polarfire_u54_defconfig
│  │  │  │  │ beaglev_fire_polarfire_u54_smp_defconfig
│  │  │  ├── beagley_ai
│  │  │  │  ├── doc
│  │  │  │  │  │ index.rst
│  │  │  ├── pocketbeagle_2
│  │  │  │  ├── Kconfig.pocketbeagle_2
│  │  │  │  ├── board.cmake
│  │  │  │  ├── board.yml
│  │  │  │  ├── doc
│  │  │  │  │  │ index.rst
│  │  │  │  ├── pocketbeagle_2_am6232_a53-pinctrl.dtsi
│  │  │  │  ├── pocketbeagle_2_am6232_a53.dts
│  │  │  │  ├── pocketbeagle_2_am6232_a53.yaml
│  │  │  │  ├── pocketbeagle_2_am6232_a53_defconfig
│  │  │  │  ├── pocketbeagle_2_am6232_m4-pinctrl.dtsi
│  │  │  │  ├── pocketbeagle_2_am6232_m4.dts
│  │  │  │  ├── pocketbeagle_2_am6232_m4.yaml
│  │  │  │  ├── pocketbeagle_2_am6254_a53.dts
│  │  │  │  ├── pocketbeagle_2_am6254_a53.yaml
│  │  │  │  ├── pocketbeagle_2_am6254_a53_defconfig
│  │  │  │  ├── pocketbeagle_2_am6254_m4.dts
│  │  │  │  ├── pocketbeagle_2_am6254_m4.yaml
│  │  │  │  ├── pocketbeagle_2_am6254_m4_defconfig
│  │  │  │  ├── pocketbeagle_2_am62_a53-common.dtsi
│  │  │  │  ├── pocketbeagle_2_am62_a53-pinctrl.dtsi
│  │  │  │  ├── pocketbeagle_2_m4-common.dtsi
│  │  │  │  ├── pocketbeagle_2_m4-pinctrl.dtsi
│  │  │  │  ├── pocketbeagle_2_mspm0l1105.dts
│  │  │  │  ├── pocketbeagle_2_mspm0l1105.yaml
│  │  │  │  ├── pocketbeagle_2_mspm0l1105_defconfig
│  │  │  │  │ revision.cmake
│  │  ├── bflb
│  │  │  ├── bl60x
│  │  │  │  ├── bl604e_iot_dvk
│  │  │  │  │  │ bl604e_iot_dvk.dts
│  │  ├── blues
│  │  │  ├── cygnet
│  │  │  │  ├── board.cmake
│  │  │  │  ├── cygnet.dts
│  │  │  │  │ cygnet_defconfig
│  │  │  ├── swan_r5
│  │  │  │  ├── board.c
│  │  │  │  ├── board.cmake
│  │  │  │  │ swan_r5.dts
│  │  ├── bytesatwork
│  │  │  ├── bytesensi_l
│  │  │  │  │ Kconfig.bytesensi_l
│  │  ├── circuitdojo
│  │  │  ├── feather
│  │  │  │  │ circuitdojo_feather_nrf9160_common.dtsi
│  │  ├── common
│  │  │  ├── silabs_commander.board.cmake
│  │  │  ├── spsdk.board.cmake
│  │  │  ├── stlink_gdbserver.board.cmake
│  │  │  ├── usb
│  │  │  │  │ Kconfig.cdc_acm_serial.defconfig
│  │  ├── croxel
│  │  │  ├── croxel_cx1825
│  │  │  │  │ croxel_cx1825_nrf52840.dts
│  │  ├── ct
│  │  │  ├── ctcc
│  │  │  │  ├── ctcc_nrf52840.yaml
│  │  │  │  ├── ctcc_nrf9161_common.dtsi
│  │  │  │  ├── doc
│  │  │  │  │  │ index.rst
│  │  ├── cypress
│  │  │  ├── cy8ckit_062_ble
│  │  │  │  │ cy8ckit_062_ble_common.dtsi
│  │  ├── deprecated.cmake
│  │  ├── doiting
│  │  │  ├── dt_bl10_devkit
│  │  │  │  │ dt_bl10_devkit.dts
│  │  │  ├── dt_xt_zb1_devkit
│  │  │  │  ├── Kconfig.dt_xt_zb1_devkit
│  │  │  │  ├── board.cmake
│  │  │  │  ├── board.yml
│  │  │  │  ├── doc
│  │  │  │  │  ├── img
│  │  │  │  │  │  │ dt_xt_zb1_devkit.webp
│  │  │  │  │  │ index.rst
│  │  │  │  ├── dt_xt_zb1_devkit-pinctrl.dtsi
│  │  │  │  ├── dt_xt_zb1_devkit.dts
│  │  │  │  ├── dt_xt_zb1_devkit.yaml
│  │  │  │  ├── dt_xt_zb1_devkit_defconfig
│  │  │  │  ├── support
│  │  │  │  │  ├── bl70x.cfg
│  │  │  │  │  │ openocd.cfg
│  ├── samples
│  │  ├── subsys
│  │  │  ├── fs
│  │  │  │  ├── fs_sample
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf52840dk_nrf52840_ram_disk.overlay
│  │  │  │  │  │  ├── nrf52840dk_nrf52840_ram_disk_region.overlay
│  │  │  │  │  │  │ nrf54l15dk_nrf54l15_cpuapp.overlay
│  │  │  │  ├── littlefs
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── frdm_mcxa156.conf
│  │  │  │  │  │  ├── frdm_mcxn236.conf
│  │  │  │  │  │  ├── lpcxpresso55s06.conf
│  │  │  │  │  │  ├── lpcxpresso55s16.conf
│  │  │  │  │  │  ├── lpcxpresso55s28.conf
│  │  │  │  │  │  ├── lpcxpresso55s36.conf
│  │  │  │  │  │  ├── nrf52840dk_nrf52840_spi.overlay
│  │  │  │  │  │  │ nucleo_h743zi.overlay
│  │  │  │  ├── virtiofs
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── README.rst
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── qemu_x86.overlay
│  │  │  │  │  │  │ qemu_x86_64.overlay
│  │  │  │  │  ├── prepare_sample_directory.sh
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── sample.yaml
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── zms
│  │  │  │  │  │ README.rst
│  │  │  ├── input
│  │  │  │  ├── draw_touch_events
│  │  │  │  │  │ README.rst
│  │  │  │  ├── input_dump
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── mimxrt1180_evk_mimxrt1189_cm33.overlay
│  │  │  │  │  │  │ mimxrt1180_evk_mimxrt1189_cm7.overlay
│  │  │  ├── ipc
│  │  │  │  ├── ipc_service
│  │  │  │  │  ├── icmsg
│  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │ stm32h747i_disco_stm32h747xx_m7.overlay
│  │  │  │  │  │  ├── remote
│  │  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │  │ stm32h747i_disco_stm32h747xx_m4.overlay
│  │  │  │  │  ├── multi_endpoint
│  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  │  ├── remote
│  │  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │  │ nrf54h20dk_nrf54h20_cpurad.overlay
│  │  │  │  │  ├── static_vrings
│  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  ├── frdm_mcxn947_mcxn947_cpu0.overlay
│  │  │  │  │  │  │  ├── lpcxpresso55s69_lpc55s69_cpu0.overlay
│  │  │  │  │  │  │  ├── mcx_n9xx_evk_mcxn947_cpu0.overlay
│  │  │  │  │  │  │  ├── mimxrt1160_evk_mimxrt1166_cm7.overlay
│  │  │  │  │  │  │  ├── mimxrt1170_evk_mimxrt1176_cm7.overlay
│  │  │  │  │  │  │  │ mimxrt1180_evk_mimxrt1189_cm33.overlay
│  │  │  │  │  │  ├── remote
│  │  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │  ├── frdm_mcxn947_mcxn947_cpu1.overlay
│  │  │  │  │  │  │  │  ├── lpcxpresso55s69_lpc55s69_cpu1.overlay
│  │  │  │  │  │  │  │  ├── mcx_n9xx_evk_mcxn947_cpu1.overlay
│  │  │  │  │  │  │  │  ├── mimxrt1160_evk_mimxrt1166_cm4.overlay
│  │  │  │  │  │  │  │  ├── mimxrt1170_evk_mimxrt1176_cm4.overlay
│  │  │  │  │  │  │  │  ├── mimxrt1170_evk_mimxrt1176_cm4_B.overlay
│  │  │  │  │  │  │  │  │ mimxrt1180_evk_mimxrt1189_cm7.overlay
│  │  │  │  ├── openamp
│  │  │  │  │  ├── Kconfig.sysbuild
│  │  │  │  │  ├── README.rst
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── esp32_devkitc_procpu.overlay
│  │  │  │  │  │  ├── esp32s3_devkitc_procpu.overlay
│  │  │  │  │  │  ├── frdm_mcxn947_mcxn947_cpu0.overlay
│  │  │  │  │  │  ├── lpcxpresso54114_lpc54114_m4.overlay
│  │  │  │  │  │  ├── mcx_n9xx_evk_mcxn947_cpu0.overlay
│  │  │  │  │  │  ├── mimxrt1160_evk_mimxrt1166_cm7.overlay
│  │  │  │  │  │  ├── mimxrt1170_evk_mimxrt1176_cm7.overlay
│  │  │  │  │  │  │ mimxrt1180_evk_mimxrt1189_cm33.overlay
│  │  │  │  │  ├── remote
│  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  ├── esp32_devkitc_appcpu.overlay
│  │  │  │  │  │  │  ├── esp32s3_devkitc_appcpu.overlay
│  │  │  │  │  │  │  ├── frdm_mcxn947_mcxn947_cpu1.overlay
│  │  │  │  │  │  │  ├── lpcxpresso54114_lpc54114_m0.overlay
│  │  │  │  │  │  │  ├── mcx_n9xx_evk_mcxn947_cpu1.overlay
│  │  │  │  │  │  │  ├── mimxrt1160_evk_mimxrt1166_cm4.overlay
│  │  │  │  │  │  │  ├── mimxrt1170_evk_mimxrt1176_cm4.overlay
│  │  │  │  │  │  │  ├── mimxrt1170_evk_mimxrt1176_cm4_B.overlay
│  │  │  │  │  │  │  │ mimxrt1180_evk_mimxrt1189_cm7.overlay
│  │  │  │  ├── openamp_rsc_table
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── imx8mp_evk_mimx8ml8_adsp.conf
│  │  │  │  │  │  ├── imx8mp_evk_mimx8ml8_m7.conf
│  │  │  │  │  │  │ imx8ulp_evk_mimx8ud7_adsp.conf
│  │  │  │  │  ├── snippets
│  │  │  │  │  │  │ nxp-openamp-imx8-adsp.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main_remote.c
│  │  │  ├── llext
│  │  │  │  ├── modules
│  │  │  │  │  │ sample.yaml
│  │  │  ├── logging
│  │  │  │  ├── dictionary
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  │  ├── logger
│  │  │  │  │  ├── arm_itm_swo.overlay
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ stm32h750b_dk.overlay
│  │  │  │  │  │ sample.yaml
│  │  │  │  ├── multidomain
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf5340dk_nrf5340_cpuapp.overlay
│  │  │  ├── mgmt
│  │  │  │  ├── hawkbit
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ stm32h573i_dk.overlay
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── sample.yaml
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ sysbuild.conf
│  │  │  │  ├── mcumgr
│  │  │  │  │  ├── smp_svr
│  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  ├── mimxrt1050_evk_hyperflash_ram_load.conf
│  │  │  │  │  │  │  ├── mimxrt1050_evk_hyperflash_ram_load.overlay
│  │  │  │  │  │  │  │ nrf52840dk_nrf52840_ram_load.overlay
│  │  │  │  │  │  ├── overlay-cdc.conf
│  │  │  │  │  │  ├── sample.yaml
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  │  │  │  │  ├── sysbuild
│  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │ nrf52840dk_nrf52840_mcuboot_ram_load.overlay
│  │  │  ├── modbus
│  │  │  │  ├── rtu_client
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── rtu_server
│  │  │  │  │  ├── cdc-acm.overlay
│  │  │  │  │  ├── overlay-cdc-acm.conf
│  │  │  │  │  ├── sample.yaml
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── nvs
│  │  │  │  ├── boards
│  │  │  │  │  ├── disco_l475_iot1.overlay
│  │  │  │  │  │ siwx917_rb4338a.conf
│  │  │  ├── profiling
│  │  │  │  ├── perf
│  │  │  │  │  │ README.rst
│  │  │  ├── rtio
│  │  │  │  ├── producer_consumer
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── README.rst
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── sample.yaml
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── sensing
│  │  │  │  ├── simple
│  │  │  │  │  ├── README.rst
│  │  │  │  │  │ app.overlay
│  │  │  ├── settings
│  │  │  │  ├── README.rst
│  │  │  │  ├── sample.yaml
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── shell
│  │  │  │  ├── fs
│  │  │  │  │  │ README.rst
│  │  │  │  ├── shell_module
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ imx943_evk_mimx94398_m33.conf
│  │  │  │  │  ├── overlay-usb.conf
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── prj_getopt.conf
│  │  │  │  │  ├── prj_login.conf
│  │  │  │  │  ├── sample.yaml
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── smf
│  │  │  │  ├── hsm_psicc2
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── hsm_psicc2_thread.c
│  │  │  │  │  │  │ hsm_psicc2_thread.h
│  │  │  │  ├── smf_calculator
│  │  │  │  │  ├── README.rst
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ smf_calculator_thread.c
│  │  │  ├── testsuite
│  │  │  │  ├── pytest
│  │  │  │  │  ├── shell
│  │  │  │  │  │  │ testcase.yaml
│  │  │  ├── tracing
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── README.rst
│  │  │  │  ├── gpio.overlay
│  │  │  │  ├── prj_usb.conf
│  │  │  │  ├── prj_usb_ctf.conf
│  │  │  │  ├── sample.yaml
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── usb
│  │  │  │  ├── audio
│  │  │  │  │  ├── headphones_microphone
│  │  │  │  │  │  ├── README.rst
│  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │ sample.yaml
│  │  │  │  │  ├── headset
│  │  │  │  │  │  ├── README.rst
│  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │ sample.yaml
│  │  │  │  ├── cdc_acm
│  │  │  │  │  │ prj.conf
│  │  │  │  ├── cdc_acm_bridge
│  │  │  │  │  ├── app.overlay
│  │  │  │  │  │ prj.conf
│  │  │  │  ├── common
│  │  │  │  │  │ sample_usbd_init.c
│  │  │  │  ├── console-next
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── README.rst
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── sample.yaml
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── console
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── README.rst
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── sample.yaml
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── dfu-next
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── README.rst
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── sample.yaml
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── dfu
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── README.rst
│  │  │  │  │  ├── app.overlay
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── sample.yaml
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── hid-keyboard
│  │  │  │  │  ├── Kconfig
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── hid-mouse
│  │  │  │  │  │ prj.conf
│  │  │  │  ├── inf
│  │  │  │  │  │ zephyr_cdc_acm.inf
│  │  │  │  ├── legacy
│  │  │  │  │  ├── audio_headphones_microphone
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── README.rst
│  │  │  │  │  │  ├── app.overlay
│  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  ├── sample.yaml
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  │  │  │  ├── audio_headset
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── README.rst
│  │  │  │  │  │  ├── app.overlay
│  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  ├── sample.yaml
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  │  │  │  ├── cdc_acm
│  │  │  │  │  │  │ prj.conf
│  │  │  │  │  ├── console
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── README.rst
│  │  │  │  │  │  ├── app.overlay
│  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  ├── sample.yaml
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  │  │  │  ├── dfu
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── README.rst
│  │  │  │  │  │  ├── overlay-permanent-download.conf
│  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  ├── sample.yaml
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  │  │  │  ├── hci_usb
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── README.rst
│  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  ├── sample.yaml
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  │  │  │  ├── hid-mouse
│  │  │  │  │  │  │ prj.conf
│  │  │  │  │  ├── legacy.rst
│  │  │  │  │  ├── mass
│  │  │  │  │  │  │ prj.conf
│  │  │  │  │  ├── netusb
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── README.rst
│  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  ├── sample.yaml
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  │  │  │  ├── webusb
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── README.rst
│  │  │  │  │  │  ├── demo.rst
│  │  │  │  │  │  ├── index.html
│  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  ├── sample.yaml
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  │  ├── webusb.c
│  │  │  │  │  │  │  │ webusb.h
│  ├── tests
│  │  ├── subsys
│  │  │  ├── fs
│  │  │  │  ├── nvs
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── zms
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ qemu_x86_ev_0x00.overlay
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── gnss
│  │  │  │  ├── rtk
│  │  │  │  │  ├── rtcm3
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  │  │  │  │  │ testcase.yaml
│  │  │  ├── ipc
│  │  │  │  ├── ipc_sessions
│  │  │  │  │  ├── interoperability
│  │  │  │  │  │  │ Kconfig.icmsg_v1
│  │  │  │  │  ├── remote
│  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │ nrf5340dk_nrf5340_cpunet.overlay
│  │  │  ├── jwt
│  │  │  │  │ prj.conf
│  │  │  ├── llext
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── boards
│  │  │  │  │  │ nsim_nsim_vpx5.conf
│  │  │  │  ├── prj.conf
│  │  │  │  ├── src
│  │  │  │  │  │ test_llext.c
│  │  │  │  │ testcase.yaml
│  │  │  ├── logging
│  │  │  │  ├── log_ratelimited
│  │  │  │  │  │ test_log_ratelimited.c
│  │  │  ├── mem_mgmt
│  │  │  │  ├── mem_attr
│  │  │  │  │  │ app.overlay
│  │  │  │  ├── mem_attr_heap
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ qemu_cortex_m3.overlay
│  │  │  ├── mgmt
│  │  │  │  ├── mcumgr
│  │  │  │  │  ├── handler_demo
│  │  │  │  │  │  ├── example_as_module
│  │  │  │  │  │  │  │ CMakeLists.txt
│  │  │  │  │  ├── img_mgmt_slot_info
│  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  │ nrf5340dk_nrf5340_cpuapp_dual_slot.overlay
│  │  │  │  │  ├── smp_client
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │ main.c
│  │  │  ├── modbus
│  │  │  │  ├── src
│  │  │  │  │  │ test_modbus_client.c
│  │  │  ├── modem
│  │  │  │  ├── modem_pipelink
│  │  │  │  │  │ app.overlay
│  │  │  ├── openthread
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  │ radio_stub.c
│  │  │  ├── pm
│  │  │  │  ├── device_driver_init
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── device_power_domains
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── device_runtime_api
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── main.c
│  │  │  │  │  │  ├── test_driver.c
│  │  │  │  │  │  │ test_driver.h
│  │  │  │  ├── device_wakeup_api
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── power_mgmt_soc
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── max32655evkit_max32655_m4.conf
│  │  │  │  │  │  ├── max32655evkit_max32655_m4.overlay
│  │  │  │  │  │  ├── max32655fthr_max32655_m4.conf
│  │  │  │  │  │  ├── max32655fthr_max32655_m4.overlay
│  │  │  │  │  │  ├── max32657evkit_max32657.conf
│  │  │  │  │  │  ├── max32657evkit_max32657_ns.conf
│  │  │  │  │  │  ├── max32690evkit_max32690_m4.conf
│  │  │  │  │  │  │ max78002evkit_max78002_m4.overlay
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── power_residency_time
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ stm32l562e_dk.overlay
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── power_states
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ stm32l562e_dk.overlay
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── power_wakeup_timer
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ stm32l562e_dk.overlay
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── portability
│  │  │  │  ├── cmsis_rtos_v2
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ event_flags.c
│  │  │  ├── rtio
│  │  │  │  ├── rtio_api
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── rtio_iodev_test.h
│  │  │  │  │  │  ├── test_rtio_api.c
│  │  │  │  │  │  │ test_rtio_pool.c
│  │  │  │  ├── workq
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── sd
│  │  │  │  ├── sdio
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── arduino_giga_r1_stm32h747xx_m7.conf
│  │  │  │  │  │  ├── arduino_giga_r1_stm32h747xx_m7.overlay
│  │  │  │  │  │  ├── arduino_nicla_vision_stm32h747xx_m7.conf
│  │  │  │  │  │  ├── arduino_nicla_vision_stm32h747xx_m7.overlay
│  │  │  │  │  │  ├── arduino_portenta_h7_stm32h747xx_m7.conf
│  │  │  │  │  │  │ arduino_portenta_h7_stm32h747xx_m7.overlay
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  ├── settings
│  │  │  │  ├── its
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── settings_test.h
│  │  │  │  │  │  │ settings_test_its.c
│  │  │  │  │  │ testcase.yaml
│  │  │  ├── storage
│  │  │  │  ├── flash_map
│  │  │  │  │  │ app.overlay
│  │  │  │  ├── stream
│  │  │  │  │  ├── stream_flash
│  │  │  │  │  │  │ unaligned_flush.overlay
│  │  │  ├── usb
│  │  │  │  ├── bos
│  │  │  │  │  │ prj.conf
│  │  │  │  ├── desc_sections
│  │  │  │  │  │ prj.conf
│  │  │  │  ├── device
│  │  │  │  │  │ prj.conf
│  │  │  │  ├── device_next
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── native_sim_64.conf
│  │  │  │  │  │  │ native_sim_64.overlay
│  │  │  │  │  ├── build_all.overlay
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── os_desc
│  │  │  │  │  │ prj.conf
│  │  │  │  ├── uac2
│  │  │  │  │  │ app.overlay
│  │  │  ├── zbus
│  │  │  │  ├── integration
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ qemu_rx.conf
│  │  │  │  ├── runtime_observers_registration
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  │  │  ├── runtime_observers_registration_alloc_none
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ main.c
│  │  ├── unit
│  │  │  ├── crc
│  │  │  │  │ main.c
│  │  │  ├── hex
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── main.c
│  │  │  │  ├── prj.conf
│  │  │  │  │ testcase.yaml
│  │  │  ├── util
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  │ main.c
│  │  ├── ztest
│  │  │  ├── error_hook
│  │  │  │  ├── src
│  │  │  │  │  │ main.c
│  │  │  ├── fail
│  │  │  │  │ README.rst
│  ├── west.yml
│  ├── zephyr-env.sh
.github
│  ├── workflows
│  │  │ compliance.yml
CMakeLists.txt
Kconfig.nrf
applications
│  ├── connectivity_bridge
│  │  ├── prj.conf
│  │  ├── sysbuild
│  │  │  ├── mcuboot
│  │  │  │  ├── boards
│  │  │  │  │  ├── thingy91_nrf52840.conf
│  │  │  │  │  │ thingy91x_nrf5340_cpuapp.conf
│  │  │  │  │ prj.conf
│  ├── machine_learning
│  │  ├── sysbuild
│  │  │  ├── ipc_radio
│  │  │  │  ├── boards
│  │  │  │  │  ├── nrf5340dk_nrf5340_cpunet.conf
│  │  │  │  │  ├── thingy53_nrf5340_cpunet.conf
│  │  │  │  │  ├── thingy53_nrf5340_cpunet_ns.conf
│  │  │  │  │  ├── thingy53_nrf5340_cpunet_ns_rtt.conf
│  │  │  │  │  │ thingy53_nrf5340_cpunet_rtt.conf
│  │  │  │  │ prj.conf
│  │  │  ├── mcuboot
│  │  │  │  │ prj.conf
│  ├── matter_bridge
│  │  ├── sysbuild
│  │  │  ├── ipc_radio
│  │  │  │  │ prj.conf
│  ├── matter_weather_station
│  │  ├── prj.conf
│  │  ├── sysbuild
│  │  │  ├── ipc_radio
│  │  │  │  │ prj.conf
│  ├── nrf5340_audio
│  │  ├── prj.conf
│  │  ├── prj_fota.conf
│  │  ├── prj_release.conf
│  │  ├── src
│  │  │  ├── bluetooth
│  │  │  │  ├── bt_stream
│  │  │  │  │  ├── broadcast
│  │  │  │  │  │  │ broadcast_sink.c
│  │  ├── sysbuild
│  │  │  ├── mcuboot
│  │  │  │  │ prj_fota.conf
│  ├── nrf_desktop
│  │  ├── board_configuration.rst
│  │  ├── configuration
│  │  │  ├── nrf52820dongle_nrf52820
│  │  │  │  ├── images
│  │  │  │  │  ├── mcuboot
│  │  │  │  │  │  │ prj_release.conf
│  │  │  │  ├── prj.conf
│  │  │  │  │ prj_release.conf
│  │  │  ├── nrf52833dk_nrf52820
│  │  │  │  ├── images
│  │  │  │  │  ├── mcuboot
│  │  │  │  │  │  │ prj_release.conf
│  │  │  │  ├── prj.conf
│  │  │  │  │ prj_release.conf
│  │  │  ├── nrf52833dk_nrf52833
│  │  │  │  ├── images
│  │  │  │  │  ├── mcuboot
│  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  ├── prj_dongle_small.conf
│  │  │  │  │  │  │ prj_release.conf
│  │  │  │  ├── prj.conf
│  │  │  │  ├── prj_dongle_small.conf
│  │  │  │  │ prj_release.conf
│  │  │  ├── nrf52833dongle_nrf52833
│  │  │  │  ├── images
│  │  │  │  │  ├── mcuboot
│  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  │ prj_release.conf
│  │  │  │  ├── prj.conf
│  │  │  │  │ prj_release.conf
│  │  │  ├── nrf52840dk_nrf52840
│  │  │  │  ├── prj.conf
│  │  │  │  ├── prj_dongle.conf
│  │  │  │  ├── prj_fast_pair.conf
│  │  │  │  ├── prj_keyboard.conf
│  │  │  │  ├── prj_mcuboot_qspi.conf
│  │  │  │  ├── prj_mcuboot_smp.conf
│  │  │  │  ├── prj_release.conf
│  │  │  │  │ prj_wwcb.conf
│  │  │  ├── nrf52840dongle_nrf52840
│  │  │  │  ├── images
│  │  │  │  │  ├── b0
│  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  ├── prj_3bleconn.conf
│  │  │  │  │  │  ├── prj_4llpmconn.conf
│  │  │  │  │  │  ├── prj_release.conf
│  │  │  │  │  │  │ prj_release_4llpmconn.conf
│  │  │  │  ├── pm_static.yml
│  │  │  │  ├── pm_static_3bleconn.yml
│  │  │  │  ├── pm_static_4llpmconn.yml
│  │  │  │  ├── pm_static_release.yml
│  │  │  │  ├── pm_static_release_4llpmconn.yml
│  │  │  │  ├── prj.conf
│  │  │  │  ├── prj_3bleconn.conf
│  │  │  │  ├── prj_4llpmconn.conf
│  │  │  │  ├── prj_release.conf
│  │  │  │  │ prj_release_4llpmconn.conf
│  │  │  ├── nrf52840gmouse_nrf52840
│  │  │  │  ├── prj.conf
│  │  │  │  ├── prj_fast_pair.conf
│  │  │  │  ├── prj_mcuboot_smp.conf
│  │  │  │  ├── prj_release.conf
│  │  │  │  │ prj_release_fast_pair.conf
│  │  │  ├── nrf5340dk_nrf5340_cpuapp
│  │  │  │  ├── prj.conf
│  │  │  │  │ prj_release.conf
│  │  ├── src
│  │  │  ├── modules
│  │  │  │  │ usb_state.c
│  ├── serial_lte_modem
│  │  ├── src
│  │  │  │ slm_ctrl_pin.c
│  │  ├── sysbuild
│  │  │  ├── mcuboot
│  │  │  │  │ prj.conf
modules
│  ├── tee
│  │  ├── tf-m
│  │  │  ├── trusted-firmware-m
│  │  │  │  ├── platform
│  │  │  │  │  ├── ext
│  │  │  │  │  │  ├── target
│  │  │  │  │  │  │  ├── arm
│  │  │  │  │  │  │  │  ├── rse
│  │  │  │  │  │  │  │  │  ├── common
│  │  │  │  │  │  │  │  │  │  ├── rse_otp_dev.h
│  │  │  │  │  │  │  │  │  │  ├── rse_otp_layout.h
│  │  │  │  │  │  │  │  │  │  ├── rse_permanently_disable_device.c
│  │  │  │  │  │  │  │  │  │  ├── rse_permanently_disable_device.h
│  │  │  │  │  │  │  │  │  │  ├── rse_provisioning_check_config.h
│  │  │  │  │  │  │  │  │  │  ├── rse_rotpk_auto_generated_mappings.h
│  │  │  │  │  │  │  │  │  │  ├── rse_rotpk_mapping.c
│  │  │  │  │  │  │  │  │  │  ├── rse_rotpk_mapping.h
│  │  │  │  │  │  │  │  │  │  ├── rse_rotpk_policy.h
│  │  │  │  │  │  │  │  │  │  ├── rse_rotpk_revocation.c
│  │  │  │  │  │  │  │  │  │  ├── rse_rotpk_revocation.h
│  │  │  │  │  │  │  │  │  │  ├── rse_sam_config.c
│  │  │  │  │  │  │  │  │  │  ├── rse_sam_config.h
│  │  │  │  │  │  │  │  │  │  ├── rse_trng.c
│  │  │  │  │  │  │  │  │  │  ├── rse_zero_count.c
│  │  │  │  │  │  │  │  │  │  ├── rse_zero_count.h
│  │  │  │  │  │  │  │  │  │  ├── runtime
│  │  │  │  │  │  │  │  │  │  │  ├── cc3xx
│  │  │  │  │  │  │  │  │  │  │  │  │ cc3xx_config.h
│  │  │  │  │  │  │  │  │  │  ├── runtime_shared_data.c
│  │  │  │  │  │  │  │  │  │  ├── runtime_shared_data.h
│  │  │  │  │  │  │  │  │  │  ├── sam_interrupts.c
│  │  │  │  │  │  │  │  │  │  ├── sam_interrupts.h
│  │  │  │  │  │  │  │  │  │  ├── scmi
│  │  │  │  │  │  │  │  │  │  │  ├── scmi_hal.c
│  │  │  │  │  │  │  │  │  │  │  │ scmi_hal_defs.h
│  │  │  │  │  │  │  │  │  │  ├── scripts
│  │  │  │  │  │  │  │  │  │  │  ├── create_blob_message.py
│  │  │  │  │  │  │  │  │  │  │  ├── create_cm_provisioning_bundle.py
│  │  │  │  │  │  │  │  │  │  │  ├── create_combined_provisioning_bundle.py
│  │  │  │  │  │  │  │  │  │  │  ├── create_dm_chained_provisioning_bundle.py
│  │  │  │  │  │  │  │  │  │  │  ├── create_dm_provisioning_bundle.py
│  │  │  │  │  │  │  │  │  │  │  ├── create_otp_layout_specification.py
│  │  │  │  │  │  │  │  │  │  │  ├── create_plain_data_message.py
│  │  │  │  │  │  │  │  │  │  │  ├── derive_provisioning_key.py
│  │  │  │  │  │  │  │  │  │  │  ├── derive_provisioning_master_key.py
│  │  │  │  │  │  │  │  │  │  │  ├── modules
│  │  │  │  │  │  │  │  │  │  │  │  ├── arg_pre_parser.py
│  │  │  │  │  │  │  │  │  │  │  │  ├── otp_config.py
│  │  │  │  │  │  │  │  │  │  │  │  ├── provisioning_config.py
│  │  │  │  │  │  │  │  │  │  │  │  ├── provisioning_message_config.py
│  │  │  │  │  │  │  │  │  │  │  │  │ rse_provisioning_message.py
│  │  │  │  │  │  │  │  │  │  ├── soft_crc
│  │  │  │  │  │  │  │  │  │  │  ├── soft_crc.c
│  │  │  │  │  │  │  │  │  │  │  │ soft_crc.h
│  │  │  │  │  │  │  │  │  │  ├── subplatform_pal_default_config
│  │  │  │  │  │  │  │  │  │  │  ├── rse_nv_counter_config.h
│  │  │  │  │  │  │  │  │  │  │  ├── rse_otp_config.h
│  │  │  │  │  │  │  │  │  │  │  ├── rse_provisioning_config.h
│  │  │  │  │  │  │  │  │  │  │  │ rse_rotpk_config.h
│  │  │  │  │  │  │  │  │  │  ├── target_cfg.c
│  │  │  │  │  │  │  │  │  │  ├── target_cfg.h
│  │  │  │  │  │  │  │  │  │  ├── tests
│  │  │  │  │  │  │  │  │  │  │  ├── bl1_1
│  │  │  │  │  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  │  │  │  │  ├── bl1_1_test.c
│  │  │  │  │  │  │  │  │  │  │  │  ├── rse_provisioning_tests.c
│  │  │  │  │  │  │  │  │  │  │  │  ├── rse_provisioning_tests.h
│  │  │  │  │  │  │  │  │  │  │  │  ├── test_state_transitions.c
│  │  │  │  │  │  │  │  │  │  │  │  │ test_state_transitions.h
│  │  │  │  │  │  │  │  │  │  │  ├── bl1_2
│  │  │  │  │  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  │  │  │  │  │ bl1_2_test.c
│  │  │  │  │  │  │  │  │  │  │  ├── rse_test_common.c
│  │  │  │  │  │  │  │  │  │  │  ├── rse_test_common.h
│  │  │  │  │  │  │  │  │  │  │  ├── rse_test_executable
│  │  │  │  │  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  │  │  │  │  ├── bl1_1_suites.h
│  │  │  │  │  │  │  │  │  │  │  │  ├── bl1_1_tests_shared_symbols.txt
│  │  │  │  │  │  │  │  │  │  │  │  ├── bl1_2_suites.h
│  │  │  │  │  │  │  │  │  │  │  │  ├── bl1_2_tests_shared_symbols.txt
│  │  │  │  │  │  │  │  │  │  │  │  ├── rse_test_executable.c
│  │  │  │  │  │  │  │  │  │  │  │  ├── rse_tests.ld
│  │  │  │  │  │  │  │  │  │  │  │  ├── rse_tests.sct
│  │  │  │  │  │  │  │  │  │  │  │  │ run_test_executable.c
│  │  │  │  │  │  │  │  │  │  │  ├── secure
│  │  │  │  │  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  │  │  │  │  │ secure_test.c
│  │  │  │  │  │  │  │  │  │  │  │ tfm_tests_config.cmake
│  │  │  │  │  │  │  │  │  │  ├── tfm_builtin_key_ids.h
│  │  │  │  │  │  │  │  │  │  ├── tfm_hal_isolation_rse.c
│  │  │  │  │  │  │  │  │  │  ├── tfm_hal_platform.c
│  │  │  │  │  │  │  │  │  │  ├── tfm_interrupts.c
│  │  │  │  │  │  │  │  │  │  ├── tfm_peripherals_def.h
│  │  │  │  │  │  │  │  │  │  ├── unittests
│  │  │  │  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  │  │  │  ├── bl1
│  │  │  │  │  │  │  │  │  │  │  │  ├── rse_kmu_keys
│  │  │  │  │  │  │  │  │  │  │  │  │  ├── test_rse_kmu_keys.c
│  │  │  │  │  │  │  │  │  │  │  │  │  │ utcfg.cmake
│  │  │  │  │  │  │  │  │  │  │  ├── bringup_helpers
│  │  │  │  │  │  │  │  │  │  │  │  ├── bl1_2_otp_or_flash
│  │  │  │  │  │  │  │  │  │  │  │  │  ├── test_rse_bl1_2_image_otp_or_flash.c
│  │  │  │  │  │  │  │  │  │  │  │  │  │ utcfg.cmake
│  │  │  │  │  │  │  │  │  │  │  │  ├── rse_bringup_helpers
│  │  │  │  │  │  │  │  │  │  │  │  │  ├── test_rse_bringup_helpers.c
│  │  │  │  │  │  │  │  │  │  │  │  │  │ utcfg.cmake
│  │  │  │  │  │  │  │  │  │  │  ├── cmsis_drivers
│  │  │  │  │  │  │  │  │  │  │  │  ├── driver_USART_cmsdk
│  │  │  │  │  │  │  │  │  │  │  │  │  ├── test_driver_USART_cmsdk.c
│  │  │  │  │  │  │  │  │  │  │  │  │  │ utcfg.cmake
│  │  │  │  │  │  │  │  │  │  │  ├── common
│  │  │  │  │  │  │  │  │  │  │  │  ├── nv_counters
│  │  │  │  │  │  │  │  │  │  │  │  │  ├── test_nv_counters.c
│  │  │  │  │  │  │  │  │  │  │  │  │  │ utcfg.cmake
│  │  │  │  │  │  │  │  │  │  │  │  ├── rse_boot_state
│  │  │  │  │  │  │  │  │  │  │  │  │  ├── test_rse_boot_state.c
│  │  │  │  │  │  │  │  │  │  │  │  │  │ utcfg.cmake
│  │  │  │  │  │  │  │  │  │  │  ├── drivers
│  │  │  │  │  │  │  │  │  │  │  │  ├── kmu_drv
│  │  │  │  │  │  │  │  │  │  │  │  │  ├── test_kmu_drv.c
│  │  │  │  │  │  │  │  │  │  │  │  │  │ utcfg.cmake
│  │  │  │  │  │  │  │  │  │  │  │  ├── lcm_drv
│  │  │  │  │  │  │  │  │  │  │  │  │  ├── test_lcm_drv.c
│  │  │  │  │  │  │  │  │  │  │  │  │  │ utcfg.cmake
│  │  │  │  │  │  │  │  │  │  │  │  ├── uart_cmsdk_drv
│  │  │  │  │  │  │  │  │  │  │  │  │  ├── test_uart_cmsdk_drv.c
│  │  │  │  │  │  │  │  │  │  │  │  │  │ utcfg.cmake
│  │  │  │  │  │  │  │  │  │  │  ├── fip_parser
│  │  │  │  │  │  │  │  │  │  │  │  ├── files
│  │  │  │  │  │  │  │  │  │  │  │  │  ├── empty.fip
│  │  │  │  │  │  │  │  │  │  │  │  │  ├── invalid_toc_entry_size.fip
│  │  │  │  │  │  │  │  │  │  │  │  │  ├── invalid_toc_entry_uuid.fip
│  │  │  │  │  │  │  │  │  │  │  │  │  ├── invalid_toc_header.fip
│  │  │  │  │  │  │  │  │  │  │  │  │  ├── valid_toc_entry.fip
│  │  │  │  │  │  │  │  │  │  │  │  │  │ valid_toc_header.fip
│  │  │  │  │  │  │  │  │  │  │  │  ├── test_fip_parser.c
│  │  │  │  │  │  │  │  │  │  │  │  │ utcfg.cmake
│  │  │  │  │  │  │  │  │  │  │  ├── framework
│  │  │  │  │  │  │  │  │  │  │  │  ├── cmock
│  │  │  │  │  │  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  │  │  │  │  │  │ cfg.yml
│  │  │  │  │  │  │  │  │  │  │  │  ├── cmsis
│  │  │  │  │  │  │  │  │  │  │  │  │  │ CMakeLists.txt
│  │  │  │  │  │  │  │  │  │  │  │  ├── unity
│  │  │  │  │  │  │  │  │  │  │  │  │  ├── 0001-generate_test_runner-sanitize-test-params.patch
│  │  │  │  │  │  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  │  │  │  │  │  │ cfg.yml
│  │  │  │  │  │  │  │  │  │  │  ├── include
│  │  │  │  │  │  │  │  │  │  │  │  ├── cmsis_compiler.h
│  │  │  │  │  │  │  │  │  │  │  │  ├── core_cm55.h
│  │  │  │  │  │  │  │  │  │  │  │  ├── device_definition.h
│  │  │  │  │  │  │  │  │  │  │  │  ├── flash_layout.h
│  │  │  │  │  │  │  │  │  │  │  │  ├── host_cmsis_driver_config.h
│  │  │  │  │  │  │  │  │  │  │  │  │ rse_memory_sizes.h
│  │  │  │  │  │  │  │  │  │  │  ├── native_drivers
│  │  │  │  │  │  │  │  │  │  │  │  ├── atu_rse_drv
│  │  │  │  │  │  │  │  │  │  │  │  │  ├── test_atu_rse_drv.c
│  │  │  │  │  │  │  │  │  │  │  │  │  │ utcfg.cmake
│  │  │  │  │  │  │  │  │  │  │  │  ├── integrity_checker_drv
│  │  │  │  │  │  │  │  │  │  │  │  │  ├── test_integrity_checker_drv.c
│  │  │  │  │  │  │  │  │  │  │  │  │  │ utcfg.cmake
│  │  │  │  │  │  │  │  │  │  │  │  ├── mhu_v3_x_drv
│  │  │  │  │  │  │  │  │  │  │  │  │  ├── mhu_v3_x
│  │  │  │  │  │  │  │  │  │  │  │  │  │  ├── test_mhu_v3_x.c
│  │  │  │  │  │  │  │  │  │  │  │  │  │  │ utcfg.cmake
│  │  │  │  │  │  │  │  │  │  │  │  │  ├── mhu_wrapper_v3_x
│  │  │  │  │  │  │  │  │  │  │  │  │  │  ├── test_mhu_wrapper_v3_x.c
│  │  │  │  │  │  │  │  │  │  │  │  │  │  │ utcfg.cmake
│  │  │  │  │  │  │  │  │  ├── kronos
│  │  │  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  │  │  ├── bl2
│  │  │  │  │  │  │  │  │  │  │  │ boot_hal_bl2.c
│  │  │  │  │  │  │  │  │  │  ├── cmsis_drivers
│  │  │  │  │  │  │  │  │  │  │  │ Driver_USART.c
│  │  │  │  │  │  │  │  │  │  ├── config.cmake
│  │  │  │  │  │  │  │  │  │  ├── config_tfm_target.h
│  │  │  │  │  │  │  │  │  │  ├── rse_comms
│  │  │  │  │  │  │  │  │  │  │  │ rse_comms_permissions_hal.c
│  │  │  │  │  │  │  │  │  │  │ rse_memory_sizes.h
│  │  │  │  │  │  │  │  │  ├── neoverse_rd
│  │  │  │  │  │  │  │  │  │  ├── common
│  │  │  │  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  │  │  │  ├── check_config.cmake
│  │  │  │  │  │  │  │  │  │  │  ├── cmsis_drivers
│  │  │  │  │  │  │  │  │  │  │  │  ├── Driver_Flash.c
│  │  │  │  │  │  │  │  │  │  │  │  ├── Driver_USART.c
│  │  │  │  │  │  │  │  │  │  │  │  ├── host_cmsis_driver_config.h
│  │  │  │  │  │  │  │  │  │  │  │  │ rse_expansion_cmsis_driver_config.h
│  │  │  │  │  │  │  │  │  │  │  ├── config.cmake
│  │  │  │  │  │  │  │  │  │  │  ├── device
│  │  │  │  │  │  │  │  │  │  │  │  ├── host_device_cfg.h
│  │  │  │  │  │  │  │  │  │  │  │  ├── host_device_definition.c
│  │  │  │  │  │  │  │  │  │  │  │  ├── host_device_definition.h
│  │  │  │  │  │  │  │  │  │  │  │  ├── rse_expansion_device_cfg.h
│  │  │  │  │  │  │  │  │  │  │  │  ├── rse_expansion_device_definition.c
│  │  │  │  │  │  │  │  │  │  │  │  ├── rse_expansion_device_definition.h
│  │  │  │  │  │  │  │  │  │  │  │  │ rse_expansion_regs.h
│  │  │  │  │  │  │  │  │  │  │  ├── flash_layout.h
│  │  │  │  │  │  │  │  │  │  │  ├── host_nrd3
│  │  │  │  │  │  │  │  │  │  │  │  ├── host_atu_base_address.h
│  │  │  │  │  │  │  │  │  │  │  │  ├── host_base_address.h
│  │  │  │  │  │  │  │  │  │  │  │  ├── host_clus_util_lcp_memory_map.h
│  │  │  │  │  │  │  │  │  │  │  │  ├── host_css_io_block_memory_map.h
│  │  │  │  │  │  │  │  │  │  │  │  ├── host_css_memory_map.h
│  │  │  │  │  │  │  │  │  │  │  │  ├── host_fw_memory_map.h
│  │  │  │  │  │  │  │  │  │  │  │  │ host_mscp_memory_map.h
│  │  │  │  │  │  │  │  │  │  │  ├── host_nrd4
│  │  │  │  │  │  │  │  │  │  │  │  ├── host_atu_base_address.h
│  │  │  │  │  │  │  │  │  │  │  │  ├── host_base_address.h
│  │  │  │  │  │  │  │  │  │  │  │  ├── host_clus_util_lcp_memory_map.h
│  │  │  │  │  │  │  │  │  │  │  │  ├── host_css_io_block_memory_map.h
│  │  │  │  │  │  │  │  │  │  │  │  ├── host_css_memory_map.h
│  │  │  │  │  │  │  │  │  │  │  │  │ host_mscp_memory_map.h
│  │  │  │  │  │  │  │  │  │  │  ├── host_system.h
│  │  │  │  │  │  │  │  │  │  │  ├── manifest
│  │  │  │  │  │  │  │  │  │  │  │  ├── ns_agent_mailbox.yaml
│  │  │  │  │  │  │  │  │  │  │  │  │ tfm_manifest_list.yaml
│  │  │  │  │  │  │  │  │  │  │  ├── rse_expansion_base_address.h
│  │  │  │  │  │  │  │  │  │  │  │ rse_expansion_peripherals_def.c
│  │  │  │  │  │  │  │  │  │  ├── rdv3
│  │  │  │  │  │  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  │  │  │  │  │  ├── bl1
│  │  │  │  │  │  │  │  │  │  │  │  ├── rdv3cfg2.tgf
│  │  │  │  │  │  │  │  │  │  │  │  │ rse_bringup_helpers_hal.c
│  │  │  │  │  │  │  │  │  │  │  ├── bl2
│  │  │  │  │  │  │  │  │  │  │  │  ├── boot_hal_bl2.c
│  │  │  │  │  │  │  │  │  │  │  │  ├── flash_map_bl2.c
│  │  │  │  │  │  │  │  │  │  │  │  ├── interrupts_bl2.c
│  │  │  │  │  │  │  │  │  │  │  │  │ interrupts_bl2.h
│  │  │  │  │  │  │  │  │  │  │  ├── bl2_image_id.h
│  │  │  │  │  │  │  │  │  │  │  ├── check_config.cmake
│  │  │  │  │  │  │  │  │  │  │  ├── config.cmake
│  │  │  │  │  │  │  │  │  │  │  ├── config_tfm_target.h
│  │  │  │  │  │  │  │  │  │  │  ├── cpuarch.cmake
│  │  │  │  │  │  │  │  │  │  │  ├── host_system.c
│  │  │  │  │  │  │  │  │  │  │  ├── host_system.h
│  │  │  │  │  │  │  │  │  │  │  ├── noc_s3_lib.h
│  │  │  │  │  │  │  │  │  │  │  ├── noc_s3_periph_lib.c
│  │  │  │  │  │  │  │  │  │  │  ├── noc_s3_sysctrl_lib.c
│  │  │  │  │  │  │  │  │  │  │  ├── ns
│  │  │  │  │  │  │  │  │  │  │  │  │ CMakeLists.txt
boards
│  ├── nordic
│  │  ├── nrf54lv10dk
│  │  │  │ Kconfig.defconfig
│  │  ├── nrf7120pdk
│  │  │  │ Kconfig.defconfig
│  │  ├── thingy91x
│  │  │  ├── Kconfig.defconfig.nrf5340
│  │  │  │ thingy91x_nrf5340_cpuapp_common.dtsi
bootloader
│  ├── mcuboot
│  │  ├── .github
│  │  │  ├── workflows
│  │  │  │  ├── fih_tests.yaml
│  │  │  │  ├── manifest-PR.yml
│  │  │  │  │ zephyr_build.yaml
│  │  ├── README.md
│  │  ├── boot
│  │  │  ├── boot_serial
│  │  │  │  ├── include
│  │  │  │  │  ├── boot_serial
│  │  │  │  │  │  │ boot_serial_encryption.h
│  │  │  │  ├── src
│  │  │  │  │  ├── boot_serial.c
│  │  │  │  │  │ boot_serial_encryption.c
│  │  │  ├── bootutil
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── include
│  │  │  │  │  ├── bootutil
│  │  │  │  │  │  ├── boot_hooks.h
│  │  │  │  │  │  ├── boot_status.h
│  │  │  │  │  │  ├── bootutil.h
│  │  │  │  │  │  ├── bootutil_macros.h
│  │  │  │  │  │  ├── bootutil_public.h
│  │  │  │  │  │  ├── crypto
│  │  │  │  │  │  │  ├── aes_ctr.h
│  │  │  │  │  │  │  ├── ecdh_p256.h
│  │  │  │  │  │  │  ├── ecdh_x25519.h
│  │  │  │  │  │  │  ├── ecdsa.h
│  │  │  │  │  │  │  │ rsa.h
│  │  │  │  │  │  ├── enc_key.h
│  │  │  │  │  │  ├── enc_key_public.h
│  │  │  │  │  │  ├── fault_injection_hardening.h
│  │  │  │  │  │  ├── image.h
│  │  │  │  │  │  │ security_cnt.h
│  │  │  │  ├── src
│  │  │  │  │  ├── boot_record.c
│  │  │  │  │  ├── bootutil_find_key.c
│  │  │  │  │  ├── bootutil_img_hash.c
│  │  │  │  │  ├── bootutil_img_security_cnt.c
│  │  │  │  │  ├── bootutil_misc.c
│  │  │  │  │  ├── bootutil_priv.h
│  │  │  │  │  ├── bootutil_public.c
│  │  │  │  │  ├── ed25519_psa.c
│  │  │  │  │  ├── encrypted.c
│  │  │  │  │  ├── encrypted_psa.c
│  │  │  │  │  ├── fault_injection_hardening.c
│  │  │  │  │  ├── image_ecdsa.c
│  │  │  │  │  ├── image_ed25519.c
│  │  │  │  │  ├── image_rsa.c
│  │  │  │  │  ├── image_validate.c
│  │  │  │  │  ├── loader.c
│  │  │  │  │  ├── ram_load.c
│  │  │  │  │  ├── swap_misc.c
│  │  │  │  │  ├── swap_move.c
│  │  │  │  │  ├── swap_nsib.c
│  │  │  │  │  ├── swap_offset.c
│  │  │  │  │  ├── swap_scratch.c
│  │  │  │  │  │ tlv.c
│  │  │  ├── cypress
│  │  │  │  ├── MCUBootApp
│  │  │  │  │  ├── config
│  │  │  │  │  │  ├── mcuboot_config
│  │  │  │  │  │  │  │ mcuboot_config.h
│  │  │  ├── espressif
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── hal
│  │  │  │  │  ├── include
│  │  │  │  │  │  ├── esp32
│  │  │  │  │  │  │  │ sdkconfig.h
│  │  │  │  │  │  ├── esp32c2
│  │  │  │  │  │  │  │ sdkconfig.h
│  │  │  │  │  │  ├── esp32c3
│  │  │  │  │  │  │  │ sdkconfig.h
│  │  │  │  │  │  ├── esp32c6
│  │  │  │  │  │  │  │ sdkconfig.h
│  │  │  │  │  │  ├── esp32h2
│  │  │  │  │  │  │  │ sdkconfig.h
│  │  │  │  │  │  ├── esp32s2
│  │  │  │  │  │  │  │ sdkconfig.h
│  │  │  │  │  │  ├── esp32s3
│  │  │  │  │  │  │  │ sdkconfig.h
│  │  │  │  │  │  ├── mcuboot_config
│  │  │  │  │  │  │  │ mcuboot_config.h
│  │  │  │  ├── include
│  │  │  │  │  ├── crypto_config
│  │  │  │  │  │  ├── mbedtls_custom_config.h
│  │  │  │  │  │  │ rsa.cmake
│  │  │  │  ├── port
│  │  │  │  │  ├── esp32
│  │  │  │  │  │  │ bootloader.conf
│  │  │  │  │  ├── esp32c2
│  │  │  │  │  │  │ bootloader.conf
│  │  │  │  │  ├── esp32c3
│  │  │  │  │  │  │ bootloader.conf
│  │  │  │  │  ├── esp32c6
│  │  │  │  │  │  │ bootloader.conf
│  │  │  │  │  ├── esp32h2
│  │  │  │  │  │  │ bootloader.conf
│  │  │  │  │  ├── esp32s2
│  │  │  │  │  │  │ bootloader.conf
│  │  │  │  │  ├── esp32s3
│  │  │  │  │  │  │ bootloader.conf
│  │  │  ├── mbed
│  │  │  │  ├── include
│  │  │  │  │  ├── mcuboot_config
│  │  │  │  │  │  │ mcuboot_config.h
│  │  │  ├── mynewt
│  │  │  │  ├── flash_map_backend
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ flash_map_extended.c
│  │  │  │  ├── mcuboot_config
│  │  │  │  │  ├── include
│  │  │  │  │  │  ├── mcuboot_config
│  │  │  │  │  │  │  │ mcuboot_config.h
│  │  │  ├── nuttx
│  │  │  │  ├── include
│  │  │  │  │  ├── mcuboot_config
│  │  │  │  │  │  │ mcuboot_config.h
│  │  │  ├── zephyr
│  │  │  │  ├── CMakeLists.txt
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.serial_recovery
│  │  │  │  ├── VERSION
│  │  │  │  ├── boards
│  │  │  │  │  ├── b_u585i_iot02a_stm32u585xx_ext_flash_app.conf
│  │  │  │  │  ├── ctcc_nrf52840.conf
│  │  │  │  │  ├── decawave_dwm3001cdk.conf
│  │  │  │  │  ├── frdm_mcxn947_mcxn947_cpu0.conf
│  │  │  │  │  ├── frdm_mcxn947_mcxn947_cpu0_qspi.conf
│  │  │  │  │  ├── frdm_mcxn947_mcxn947_cpu0_qspi.overlay
│  │  │  │  │  ├── it8xxx2_evb.conf
│  │  │  │  │  ├── mcx_n9xx_evk_mcxn947_cpu0.conf
│  │  │  │  │  ├── mcx_n9xx_evk_mcxn947_cpu0_qspi.conf
│  │  │  │  │  ├── mcx_n9xx_evk_mcxn947_cpu0_qspi.overlay
│  │  │  │  │  ├── micromod_nrf52840..conf
│  │  │  │  │  ├── mimxrt1050_evk_mimxrt1052_hyperflash_ram_load.overlay
│  │  │  │  │  ├── myra_sip_baseboard.conf
│  │  │  │  │  ├── nrf52840_big.overlay
│  │  │  │  │  ├── nrf52840_single_slot.overlay
│  │  │  │  │  ├── nrf52840dk_nrf52840_ram_load.overlay
│  │  │  │  │  ├── nrf52840dk_qspi_nor_secondary.overlay
│  │  │  │  │  ├── nrf52840dk_qspi_secondary_boot.conf
│  │  │  │  │  ├── nrf52840dk_ram.overlay
│  │  │  │  │  ├── nrf52840dk_ram_multi.overlay
│  │  │  │  │  ├── nrf52840dongle_nrf52840_bare.conf
│  │  │  │  │  ├── nrf52_minimal_footprint.conf
│  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.conf
│  │  │  │  │  ├── nrf54h20dk_nrf54h20_cpuapp.overlay
│  │  │  │  │  ├── nrf54l15dk_nrf54l05_cpuapp.conf
│  │  │  │  │  ├── nrf54l15dk_nrf54l10_cpuapp.conf
│  │  │  │  │  ├── nrf54l15pdk_nrf54l15_cpuapp.conf
│  │  │  │  │  ├── nucleo_h7s3l8.conf
│  │  │  │  │  ├── numaker_pfm_m467.conf
│  │  │  │  │  ├── stm32h573i_dk.conf
│  │  │  │  │  ├── stm32h750b_dk.conf
│  │  │  │  │  ├── stm32h7b3i_dk_stm32h7b3xx_ext_flash_app.conf
│  │  │  │  │  ├── stm32h7s78_dk.conf
│  │  │  │  │  │ stm32n6570_dk_stm32n657xx_fsbl.conf
│  │  │  │  ├── cleanup
│  │  │  │  │  ├── arm_cortex_m.c
│  │  │  │  │  │ arm_cortex_r.c
│  │  │  │  ├── decompression.c
│  │  │  │  ├── firmware_loader.c
│  │  │  │  ├── flash_check.c
│  │  │  │  ├── flash_map_extended.c
│  │  │  │  ├── flash_map_legacy.c
│  │  │  │  ├── hooks_sample.c
│  │  │  │  ├── include
│  │  │  │  │  ├── arm_cleanup.h
│  │  │  │  │  ├── mcuboot_config
│  │  │  │  │  │  │ mcuboot_config.h
│  │  │  │  ├── io.c
│  │  │  │  ├── main.c
│  │  │  │  ├── prj.conf
│  │  │  │  ├── ram_load.c
│  │  │  │  ├── sample.yaml
│  │  │  │  ├── single_loader.c
│  │  │  │  ├── socs
│  │  │  │  │  ├── esp32_procpu.conf
│  │  │  │  │  ├── esp32c2.conf
│  │  │  │  │  ├── esp32c3.conf
│  │  │  │  │  ├── esp32c6.conf
│  │  │  │  │  ├── esp32s2.conf
│  │  │  │  │  ├── esp32s3_procpu.conf
│  │  │  │  │  ├── nrf54h20_cpuapp.conf
│  │  │  │  │  │ nrf54l15_cpuapp.conf
│  │  ├── ci
│  │  │  ├── fih-tests_config.sh
│  │  │  ├── fih-tests_install.sh
│  │  │  ├── fih-tests_run.sh
│  │  │  │ fih-tests_version.sh
│  │  ├── docs
│  │  │  ├── SECURITY.md
│  │  │  ├── contributing.md
│  │  │  ├── design.md
│  │  │  ├── encrypted_images.md
│  │  │  ├── imgtool.md
│  │  │  ├── index.md
│  │  │  ├── readme-espressif.md
│  │  │  ├── readme-zephyr.md
│  │  │  ├── release-notes.d
│  │  │  │  ├── add-cortex-r-support-00-basic.md
│  │  │  │  ├── add-cortex-r-support-01-cleanup-core.md
│  │  │  │  ├── align-security-policy.md
│  │  │  │  ├── click.md
│  │  │  │  ├── enable-ram-load-revert.md
│  │  │  │  ├── espressif-move-virtual-efuse-offset-config.md
│  │  │  │  ├── fix-boot-scramble-region.md
│  │  │  │  ├── fix-direct-hash-base-address.md
│  │  │  │  ├── fix-pure-eddsa-base-address.md
│  │  │  │  ├── fix-serial-recovery-progressive-erase.md
│  │  │  │  ├── imgtool-compression-header-fix.md
│  │  │  │  ├── picolibc.md
│  │  │  │  ├── single-slot-fixes.md
│  │  │  │  ├── tlv-allow-list.md
│  │  │  │  ├── trailer-fixes.md
│  │  │  │  │ zephyr-pinreset-trigger.md
│  │  │  │ release-notes.md
│  │  ├── ext
│  │  │  │ mbedtls
│  │  ├── repository.yml
│  │  ├── scripts
│  │  │  ├── imgtool
│  │  │  │  ├── __init__.py
│  │  │  │  ├── image.py
│  │  │  │  │ main.py
│  │  │  ├── tests
│  │  │  │  │ test_commands.py
│  │  ├── sim
│  │  │  ├── mcuboot-sys
│  │  │  │  ├── build.rs
│  │  │  │  ├── csupport
│  │  │  │  │  ├── config-ec-psa.h
│  │  │  │  │  ├── config-rsa-kw.h
│  │  │  │  │  │ run.c
│  │  │  │  ├── src
│  │  │  │  │  ├── api.rs
│  │  │  │  │  │ c.rs
│  │  │  ├── src
│  │  │  │  │ image.rs
│  │  │  ├── tests
│  │  │  │  │ core.rs

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
    • ✅ test-sdk-audio
    • ✅ desktop52_verification
    • ✅ 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_libmodem-nrf
    • ✅ 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-main
    • ✅ test-sdk-find-my
    • ✅ test-fw-nrfconnect-nrf_lrcs_mosh
    • ✅ test-fw-nrfconnect-nrf_lrcs_positioning
    • ✅ test-sdk-wifi
    • ✅ test-low-level
    • ✅ test-sdk-pmic-samples
    • ✅ test-sdk-mcuboot
    • 🟡 test-sdk-dfu
    • ✅ test-fw-nrfconnect-ps-main
    • ✅ test-secdom-samples-public
    • ⚠️ test-fw-nrfconnect-nrf-iot_cloud
    • ⚠️ test-fw-nrfconnect-nrf_lrcs_mosh
    • ⚠️ test-fw-nrfconnect-nrf_lrcs_positioning

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

@jukkar jukkar marked this pull request as ready for review August 13, 2025 13:37
@jukkar jukkar requested review from a team as code owners August 13, 2025 13:37
@jukkar jukkar force-pushed the upmerge-08-08-2025 branch 2 times, most recently from 778749a to c64a304 Compare August 14, 2025 12:15
@jukkar jukkar force-pushed the upmerge-08-08-2025 branch 2 times, most recently from 67762e2 to aefaddb Compare September 3, 2025 10:29
@jukkar jukkar force-pushed the upmerge-08-08-2025 branch from aefaddb to 53408f0 Compare September 5, 2025 12:30
@jukkar jukkar force-pushed the upmerge-08-08-2025 branch 2 times, most recently from 3d377e5 to 39ff801 Compare September 9, 2025 16:20
@jukkar jukkar requested review from a team as code owners September 9, 2025 16:20
@juhaylinen juhaylinen requested a review from a team as a code owner September 10, 2025 13:20
@jtguggedal jtguggedal requested review from a team and jtguggedal September 11, 2025 06:40
doki-nordic and others added 8 commits September 23, 2025 10:00
The BT_RPC uses dynamic callbacks for serialization
and it always requres it. This commit contains Kconfig
changes that enables BT_CONN_DYNAMIC_CALLBACKS
always when BT_RPC is enabled.

Jira: NCSDK-35443

Signed-off-by: Dominik Kilian <[email protected]>
Some test configurations report FLASH overflow.
This change adds these for qurantine.

Signed-off-by: Katarzyna Giądła <[email protected]>
The separate main_mode_type and sub_mode_type fields
in the CS configuration have been replaced by a single mode field.

Updates the logging in the config_create_cb callback to reflect
this change.

This aligns the sample with the updated API.

Signed-off-by: Aleksandr Mirlenko <[email protected]>
Required by upstream Zephyr.

Signed-off-by: Carles Cufi <[email protected]>
The board overlay in bootloader/mcuboot for the
nrf54h20dk/nrf54h20/cpuapp platform is required, but ignored as
FILE_SUFFIX="requests" matches the mcuboot_requests.overlay
in this sample instead.

Copy the missing contents of the board overlay from
bootloader/mcuboot to mcuboot_requests.overlay

Signed-off-by: Artur Hadasz <[email protected]>
Some test configurations report FLASH overflow.
This change adds these for qurantine.

Signed-off-by: Jukka Rissanen <[email protected]>
Aling properly to the rest.

Signed-off-by: Carles Cufi <[email protected]>
See 12c4d7661ade1fb0a6be3af705da63ffcbd37851 upstream.

Signed-off-by: Carles Cufi <[email protected]>
carlescufi and others added 3 commits September 23, 2025 13:41
See upstream commit 6de770291092178058bf3652a5221d32b4e8e078.

Signed-off-by: Carles Cufi <[email protected]>
See upstream commit 047c9f58d8e5026c57bf50c54978501b53caa9d6.

Signed-off-by: Carles Cufi <[email protected]>
Remove remaining refenrences to an obsolete board.

Signed-off-by: Jukka Rissanen <[email protected]>
Comment on lines +96 to +98
* The nRF5 MBR partition (``nrf5_mbr``) added by the ``nrf52840dongle/nrf52840`` board is not used.
It is statically defined with address and size both set to zero to prevent Partition Manager from trying to place it dynamically.
The application did not switch to the ``bare`` board variant to keep backwards compatibility.
Copy link
Contributor

Choose a reason for hiding this comment

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

@MarekPieta no, this needs to switch to the bare variant, the non bare variant is with nRF5 bootloader

Copy link
Contributor

@MarekPieta MarekPieta Sep 23, 2025

Choose a reason for hiding this comment

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

This was added to fix the issue during the upmerge. I am discussing the way of moving forward with @pdunaj. If necessary, we will revert the commit and switch to the bare variant after the upmerge is done.

Copy link
Contributor

Choose a reason for hiding this comment

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

I fully agree that bare variant is better for new applications. In case of nRF Desktop, we need to take into account backwards compatibility and consistency with nRF52820dongle and nRF52833dongle (app-specific boards).

Copy link
Contributor

Choose a reason for hiding this comment

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

Needs to be done as a follow-up PR @nordicjm and @MarekPieta

Enable functionality required for internal purposes e.g. testing.

config BT_CONN_DYNAMIC_CALLBACKS
bool
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
bool

do not redeclare variables @doki-nordic

Copy link
Contributor

Choose a reason for hiding this comment

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

in fact the whole thing can go, it already defaults to y: https://github.com/jukkar/sdk-zephyr/blob/meta-upmerge/subsys/bluetooth/Kconfig#L141

Copy link
Contributor

Choose a reason for hiding this comment

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

Needs to be done as a follow-up PR @nordicjm and @doki-nordic

Update sdk-zephyr, sdk-mbedtls and sdk-mcuboot SHAs, switching to
the new rebased histories.

Signed-off-by: Jukka Rissanen <[email protected]>
@carlescufi carlescufi removed the DNM label Sep 23, 2025
@NordicBuilder
Copy link
Contributor

Memory footprint analysis revealed the following potential issues

applications.nrf_desktop.zdebug[nrf52dmouse/nrf52832]: ROM size increased by 732[B] in comparison to the main[ef7a690] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug[nrf54l15dk/nrf54l05/cpuapp]: ROM size increased by 592[B] in comparison to the main[ef7a690] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug_4llpmconn[nrf52840dongle/nrf52840]: ROM size increased by 1380[B] in comparison to the main[ef7a690] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug[nrf52833dk/nrf52833]: ROM size increased by 1376[B] in comparison to the main[ef7a690] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug[nrf52820dongle/nrf52820]: ROM size increased by 3224[B] in comparison to the main[ef7a690] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zrelease[nrf52840dongle/nrf52840]: ROM size increased by 1484[B] in comparison to the main[ef7a690] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
sample.matter.template.release[nrf5340dk/nrf5340/cpuapp]: RAM size increased by 1832[B] in comparison to the main[ef7a690] branch. - link (cc: @kkasperczyk-no @ArekBalysNordic @markaj-nordic)
sample.matter.template.release[nrf5340dk/nrf5340/cpuapp]: ROM size increased by 1820[B] in comparison to the main[ef7a690] branch. - link (cc: @kkasperczyk-no @ArekBalysNordic @markaj-nordic)
sample.matter.template.release[nrf7002dk/nrf5340/cpuapp]: ROM size increased by 3012[B] in comparison to the main[ef7a690] branch. - link (cc: @kkasperczyk-no @ArekBalysNordic @markaj-nordic)
applications.nrf_desktop.zdebug_fast_pair.gmouse[nrf52840gmouse/nrf52840]: ROM size increased by 876[B] in comparison to the main[ef7a690] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zrelease[nrf54l15dk/nrf54l15/cpuapp]: ROM size increased by 1444[B] in comparison to the main[ef7a690] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug_keyboard.usb_next[nrf52840dk/nrf52840]: ROM size increased by 600[B] in comparison to the main[ef7a690] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebugwithshell[nrf52840dk/nrf52840]: ROM size increased by 2376[B] in comparison to the main[ef7a690] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug.usb_next[nrf52840dongle/nrf52840]: ROM size increased by 1364[B] in comparison to the main[ef7a690] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug[nrf5340dk/nrf5340/cpuapp]: ROM size increased by 1900[B] in comparison to the main[ef7a690] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zrelease[nrf52820dongle/nrf52820]: ROM size increased by 736[B] in comparison to the main[ef7a690] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zrelease[nrf52840gmouse/nrf52840]: ROM size increased by 1188[B] in comparison to the main[ef7a690] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug.usb_next[nrf52840gmouse/nrf52840]: ROM size increased by 1076[B] in comparison to the main[ef7a690] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug[nrf52833dk/nrf52820]: ROM size increased by 4568[B] in comparison to the main[ef7a690] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zrelease_fast_pair.keyboard[nrf52kbd/nrf52832]: ROM size increased by 1392[B] in comparison to the main[ef7a690] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
sample.matter.template.debug[nrf5340dk/nrf5340/cpuapp]: RAM size increased by 1860[B] in comparison to the main[ef7a690] branch. - link (cc: @kkasperczyk-no @ArekBalysNordic @markaj-nordic)
sample.smp_svr_mini_boot[nrf54l15dk/nrf54l15/cpuapp]: ROM size increased by 1088[B] in comparison to the main[ef7a690] branch. - link (cc: @nrfconnect/ncs-pluto @robertstypa @maciejpietras)
applications.nrf_desktop.zdebug[nrf52840dongle/nrf52840]: ROM size increased by 1360[B] in comparison to the main[ef7a690] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zrelease.usb_next[nrf52840dk/nrf52840]: ROM size increased by 1176[B] in comparison to the main[ef7a690] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zrelease[nrf52kbd/nrf52832]: ROM size increased by 1344[B] in comparison to the main[ef7a690] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zrelease[nrf5340dk/nrf5340/cpuapp]: ROM size increased by 2276[B] in comparison to the main[ef7a690] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.hpf.gpio.icbmsg[nrf54l15dk/nrf54l15/cpuflpr]: High RAM usage: 12744[B] - link (cc: @nrfconnect/ncs-ll-ursus)
applications.hpf.gpio.icbmsg[nrf54l15dk/nrf54l15/cpuflpr]: High ROM usage: 9492[B] - link (cc: @nrfconnect/ncs-ll-ursus)
applications.nrf_desktop.zrelease[nrf54lm20dk/nrf54lm20a/cpuapp]: ROM size increased by 1464[B] in comparison to the main[ef7a690] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug_dongle.usb_next[nrf52840dk/nrf52840]: ROM size increased by 1364[B] in comparison to the main[ef7a690] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug_nrf21540ek_multicore[nrf5340dk/nrf5340/cpuapp]: ROM size increased by 1892[B] in comparison to the main[ef7a690] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zrelease[nrf52833dk/nrf52820]: ROM size increased by 1844[B] in comparison to the main[ef7a690] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug[nrf52840gmouse/nrf52840]: ROM size increased by 1012[B] in comparison to the main[ef7a690] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug.uart[nrf54lm20dk/nrf54lm20a/cpuapp]: ROM size increased by 608[B] in comparison to the main[ef7a690] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug[nrf52833dongle/nrf52833]: ROM size increased by 1376[B] in comparison to the main[ef7a690] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zrelease_keyboard[nrf54l15dk/nrf54l05/cpuapp]: ROM size increased by 1360[B] in comparison to the main[ef7a690] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug_dongle[nrf52840dk/nrf52840]: ROM size increased by 1360[B] in comparison to the main[ef7a690] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
sample.matter.template.debug[nrf7002dk/nrf5340/cpuapp]: ROM size increased by 2348[B] in comparison to the main[ef7a690] branch. - link (cc: @kkasperczyk-no @ArekBalysNordic @markaj-nordic)
sample.matter.template.release[nrf52840dk/nrf52840]: RAM size increased by 744[B] in comparison to the main[ef7a690] branch. - link (cc: @kkasperczyk-no @ArekBalysNordic @markaj-nordic)
sample.matter.template.release[nrf52840dk/nrf52840]: ROM size increased by 1512[B] in comparison to the main[ef7a690] branch. - link (cc: @kkasperczyk-no @ArekBalysNordic @markaj-nordic)
applications.hpf.gpio.icmsg[nrf54l15dk/nrf54l15/cpuflpr]: High RAM usage: 9102[B] - link (cc: @nrfconnect/ncs-ll-ursus)
applications.hpf.gpio.icmsg[nrf54l15dk/nrf54l15/cpuflpr]: High ROM usage: 5858[B] - link (cc: @nrfconnect/ncs-ll-ursus)
applications.nrf_desktop.zrelease_fast_pair.gmouse[nrf54l15dk/nrf54l05/cpuapp]: ROM size increased by 1412[B] in comparison to the main[ef7a690] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)

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

@carlescufi carlescufi merged commit 5154e43 into nrfconnect:main Sep 23, 2025
19 of 21 checks passed
trantanen added a commit to trantanen/ncs-serial-modem that referenced this pull request Sep 24, 2025
These have been removed from NCS in upmerge PR
nrfconnect/sdk-nrf#23979
with commits 8d20bfd49634888a6dedba33bee8466658f4b5fe
and e2da1010c8fa5c5a4d6ab778f372f37ee90ded6d

Signed-off-by: Tommi Rantanen <[email protected]>
trantanen added a commit to trantanen/ncs-serial-modem that referenced this pull request Sep 24, 2025
Fixed a compilation warning from configure_power_pin_interrupt().

This have been fixed in NCS in upmerge PR
nrfconnect/sdk-nrf#23979
with commit 3260559eeb5f4810f09f45bc124cc142f971f67b.

Signed-off-by: Tommi Rantanen <[email protected]>
trantanen added a commit to nrfconnect/ncs-serial-modem that referenced this pull request Sep 24, 2025
These have been removed from NCS in upmerge PR
nrfconnect/sdk-nrf#23979
with commits 8d20bfd49634888a6dedba33bee8466658f4b5fe
and e2da1010c8fa5c5a4d6ab778f372f37ee90ded6d

Signed-off-by: Tommi Rantanen <[email protected]>
trantanen added a commit to nrfconnect/ncs-serial-modem that referenced this pull request Sep 24, 2025
Fixed a compilation warning from configure_power_pin_interrupt().

This have been fixed in NCS in upmerge PR
nrfconnect/sdk-nrf#23979
with commit 3260559eeb5f4810f09f45bc124cc142f971f67b.

Signed-off-by: Tommi Rantanen <[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 CI-force-downstream doc-required PR must not be merged without tech writer approval. manifest manifest-mbedtls manifest-mcuboot manifest-zephyr upmerge

Projects

None yet

Development

Successfully merging this pull request may close these issues.