Skip to content

manifest: sdk-zephyr: [nrf fromlist] manifest: update hal_nordic revision to integrate nrfx 3.13.0 #23359

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

NordicBuilder
Copy link
Contributor

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

@NordicBuilder NordicBuilder requested review from a team as code owners July 18, 2025 12:07
@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 Jul 18, 2025
@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Jul 18, 2025

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

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@bf5684e nrfconnect/sdk-zephyr@6736396 nrfconnect/sdk-zephyr@bf5684e2..67363968

All manifest checks OK

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

@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Jul 18, 2025

CI Information

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

Inputs:

Sources:

hal_nordic: PR head: 2f5d4e5868ab573eac932fa4bc142565073c3c04
sdk-nrf: PR head: cbddbdd91187164773479d24b47189eba1d8452e
zephyr: PR head: 6736396885e1d194efac22e04dc56b2f45774a6d

more details

hal_nordic:

PR head: 2f5d4e5868ab573eac932fa4bc142565073c3c04
merge base: 71308dc6d8c021887ce5d98a36cafe9517375a91
Diff

sdk-nrf:

PR head: cbddbdd91187164773479d24b47189eba1d8452e
merge base: 9a35f493c02e085f310113b1b24bc5402c56febc
target head (main): 9a35f493c02e085f310113b1b24bc5402c56febc
Diff

zephyr:

PR head: 6736396885e1d194efac22e04dc56b2f45774a6d
merge base: bf5684e2a9137f68f222673451d59e0db123091e
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 (192)
applications
│  ├── hpf
│  │  ├── mspi
│  │  │  ├── src
│  │  │  │  │ main.c
dts
│  ├── common
│  │  ├── nordic
│  │  │  │ nrf54lv10a.dtsi
modules
│  ├── hal
│  │  ├── nordic
│  │  │  ├── drivers
│  │  │  │  ├── nrf_802154
│  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  ├── common
│  │  │  │  │  │  ├── include
│  │  │  │  │  │  │  ├── nrf_802154.h
│  │  │  │  │  │  │  ├── nrf_802154_config.h
│  │  │  │  │  │  │  │ nrf_802154_types.h
│  │  │  │  │  ├── driver
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  ├── mac_features
│  │  │  │  │  │  │  │  ├── ack_generator
│  │  │  │  │  │  │  │  │  │ nrf_802154_enh_ack_generator.c
│  │  │  │  │  │  │  │  ├── nrf_802154_delayed_trx.c
│  │  │  │  │  │  │  │  ├── nrf_802154_delayed_trx.h
│  │  │  │  │  │  │  │  ├── nrf_802154_filter.c
│  │  │  │  │  │  │  │  ├── nrf_802154_frame_parser.c
│  │  │  │  │  │  │  │  ├── nrf_802154_frame_parser.h
│  │  │  │  │  │  │  │  │ nrf_802154_ie_writer.c
│  │  │  │  │  │  │  ├── nrf_802154.c
│  │  │  │  │  │  │  ├── nrf_802154_core.c
│  │  │  │  │  │  │  ├── nrf_802154_critical_section.c
│  │  │  │  │  │  │  ├── nrf_802154_debug_gpio.c
│  │  │  │  │  │  │  ├── nrf_802154_encrypt.c
│  │  │  │  │  │  │  ├── nrf_802154_peripherals.h
│  │  │  │  │  │  │  ├── nrf_802154_peripherals_alloc.c
│  │  │  │  │  │  │  ├── nrf_802154_peripherals_nrf52.h
│  │  │  │  │  │  │  ├── nrf_802154_peripherals_nrf53.h
│  │  │  │  │  │  │  ├── nrf_802154_peripherals_nrf54l.h
│  │  │  │  │  │  │  ├── nrf_802154_pib.c
│  │  │  │  │  │  │  ├── nrf_802154_pib.h
│  │  │  │  │  │  │  ├── nrf_802154_procedures_duration.h
│  │  │  │  │  │  │  ├── nrf_802154_request.h
│  │  │  │  │  │  │  ├── nrf_802154_request_direct.c
│  │  │  │  │  │  │  ├── nrf_802154_request_swi.c
│  │  │  │  │  │  │  ├── nrf_802154_rssi.c
│  │  │  │  │  │  │  ├── nrf_802154_rssi.h
│  │  │  │  │  │  │  ├── nrf_802154_trx.c
│  │  │  │  │  │  │  ├── nrf_802154_trx.h
│  │  │  │  │  │  │  ├── nrf_802154_trx_dppi.c
│  │  │  │  │  │  │  ├── nrf_802154_trx_ppi.c
│  │  │  │  │  │  │  │ nrf_802154_trx_ppi_api.h
│  │  │  │  │  ├── serialization
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  ├── include
│  │  │  │  │  │  │  │  │ nrf_802154_spinel_datatypes.h
│  │  │  │  │  │  │  ├── nrf_802154_spinel_app.c
│  │  │  │  │  │  │  ├── nrf_802154_spinel_dec_app.c
│  │  │  │  │  │  │  │ nrf_802154_spinel_dec_net.c
│  │  │  │  │  ├── sl
│  │  │  │  │  │  ├── include
│  │  │  │  │  │  │  ├── nrf_802154_sl_atomic_list.h
│  │  │  │  │  │  │  ├── nrf_802154_sl_utils.h
│  │  │  │  │  │  │  ├── platform
│  │  │  │  │  │  │  │  │ nrf_802154_clock.h
│  │  │  │  │  │  ├── sl_opensource
│  │  │  │  │  │  │  ├── include
│  │  │  │  │  │  │  │  ├── protocol
│  │  │  │  │  │  │  │  │  │ mpsl_fem_protocol_api.h
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  ├── nrf_802154_sl_fem.c
│  │  │  │  │  │  │  │  │ nrf_802154_sl_rsch.c
│  │  │  ├── nrfx
│  │  │  │  ├── CHANGELOG.md
│  │  │  │  ├── README
│  │  │  │  ├── doc
│  │  │  │  │  ├── config_dox
│  │  │  │  │  │  │ nrfx_clock_dox_config.h
│  │  │  │  │  ├── drv_supp_matrix.dox
│  │  │  │  │  ├── nrf7120_enga.dox
│  │  │  │  │  ├── nrfx.doxyfile
│  │  │  │  │  │ nrfx_api.dox
│  │  │  │  ├── drivers
│  │  │  │  │  ├── include
│  │  │  │  │  │  ├── nrfx_clock.h
│  │  │  │  │  │  ├── nrfx_mramc.h
│  │  │  │  │  │  ├── nrfx_power_clock.h
│  │  │  │  │  │  │ nrfx_rramc.h
│  │  │  │  │  ├── nrfx_common.h
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── nrfx_clock.c
│  │  │  │  │  │  ├── nrfx_cracen.c
│  │  │  │  │  │  ├── nrfx_gpiote.c
│  │  │  │  │  │  ├── nrfx_mramc.c
│  │  │  │  │  │  ├── nrfx_rramc.c
│  │  │  │  │  │  ├── nrfx_saadc.c
│  │  │  │  │  │  │ nrfx_spim.c
│  │  │  │  ├── hal
│  │  │  │  │  ├── nrf_cache.h
│  │  │  │  │  ├── nrf_clock.h
│  │  │  │  │  ├── nrf_common.h
│  │  │  │  │  ├── nrf_cracen_rng.h
│  │  │  │  │  ├── nrf_ficr.h
│  │  │  │  │  ├── nrf_gpio.h
│  │  │  │  │  ├── nrf_gpiote.h
│  │  │  │  │  ├── nrf_grtc.h
│  │  │  │  │  ├── nrf_lfrc.h
│  │  │  │  │  ├── nrf_mramc.h
│  │  │  │  │  ├── nrf_oscillators.h
│  │  │  │  │  ├── nrf_qdec.h
│  │  │  │  │  ├── nrf_regulators.h
│  │  │  │  │  ├── nrf_reset.h
│  │  │  │  │  ├── nrf_saadc.h
│  │  │  │  │  ├── nrf_spis.h
│  │  │  │  │  ├── nrf_spu.h
│  │  │  │  │  │ nrf_uarte.h
│  │  │  │  ├── haly
│  │  │  │  │  ├── nrfy_gpiote.h
│  │  │  │  │  ├── nrfy_grtc.h
│  │  │  │  │  ├── nrfy_mramc.h
│  │  │  │  │  │ nrfy_saadc.h
│  │  │  │  ├── helpers
│  │  │  │  │  │ nrfx_ram_ctrl.c
│  │  │  │  ├── mdk
│  │  │  │  │  ├── nrf.h
│  │  │  │  │  ├── nrf51.h
│  │  │  │  │  ├── nrf52.h
│  │  │  │  │  ├── nrf52805.h
│  │  │  │  │  ├── nrf52810.h
│  │  │  │  │  ├── nrf52811.h
│  │  │  │  │  ├── nrf52820.h
│  │  │  │  │  ├── nrf52833.h
│  │  │  │  │  ├── nrf52840.h
│  │  │  │  │  ├── nrf5340_application.h
│  │  │  │  │  ├── nrf5340_network.h
│  │  │  │  │  ├── nrf54h20_application.svd
│  │  │  │  │  ├── nrf54h20_flpr.svd
│  │  │  │  │  ├── nrf54h20_ppr.svd
│  │  │  │  │  ├── nrf54h20_radiocore.svd
│  │  │  │  │  ├── nrf54h20_types.h
│  │  │  │  │  ├── nrf54h20_version.h
│  │  │  │  │  ├── nrf54h_erratas.h
│  │  │  │  │  ├── nrf54l05_application.svd
│  │  │  │  │  ├── nrf54l05_application_peripherals.h
│  │  │  │  │  ├── nrf54l05_flpr.svd
│  │  │  │  │  ├── nrf54l05_flpr_peripherals.h
│  │  │  │  │  ├── nrf54l05_global.h
│  │  │  │  │  ├── nrf54l05_interim.h
│  │  │  │  │  ├── nrf54l05_types.h
│  │  │  │  │  ├── nrf54l10_application.svd
│  │  │  │  │  ├── nrf54l10_application_peripherals.h
│  │  │  │  │  ├── nrf54l10_flpr.svd
│  │  │  │  │  ├── nrf54l10_flpr_peripherals.h
│  │  │  │  │  ├── nrf54l10_global.h
│  │  │  │  │  ├── nrf54l10_interim.h
│  │  │  │  │  ├── nrf54l10_types.h
│  │  │  │  │  ├── nrf54l15_application.svd
│  │  │  │  │  ├── nrf54l15_application_peripherals.h
│  │  │  │  │  ├── nrf54l15_flpr.svd
│  │  │  │  │  ├── nrf54l15_flpr_peripherals.h
│  │  │  │  │  ├── nrf54l15_global.h
│  │  │  │  │  ├── nrf54l15_interim.h
│  │  │  │  │  ├── nrf54l15_types.h
│  │  │  │  │  ├── nrf54l15_version.h
│  │  │  │  │  ├── nrf54l_erratas.h
│  │  │  │  │  ├── nrf54lm20a_enga_application.svd
│  │  │  │  │  ├── nrf54lm20a_enga_flpr.svd
│  │  │  │  │  ├── nrf54lm20a_enga_interim.h
│  │  │  │  │  ├── nrf54lm20a_enga_types.h
│  │  │  │  │  ├── nrf54ls05b_enga.h
│  │  │  │  │  ├── nrf54ls05b_enga_application.h
│  │  │  │  │  ├── nrf54ls05b_enga_application.svd
│  │  │  │  │  ├── nrf54ls05b_enga_application_peripherals.h
│  │  │  │  │  ├── nrf54ls05b_enga_global.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_application.svd
│  │  │  │  │  ├── nrf54lv10a_enga_application_peripherals.h
│  │  │  │  │  ├── nrf54lv10a_enga_flpr.svd
│  │  │  │  │  ├── nrf54lv10a_enga_flpr_peripherals.h
│  │  │  │  │  ├── nrf54lv10a_enga_interim.h
│  │  │  │  │  ├── nrf54lv10a_enga_types.h
│  │  │  │  │  ├── nrf54lv10a_enga_version.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.svd
│  │  │  │  │  ├── nrf7120_enga_lmac_peripherals.h
│  │  │  │  │  ├── nrf7120_enga_types.h
│  │  │  │  │  ├── nrf7120_enga_umac.svd
│  │  │  │  │  ├── nrf7120_enga_umac_peripherals.h
│  │  │  │  │  ├── nrf7120_enga_version.h
│  │  │  │  │  ├── nrf7120_enga_wificore.svd
│  │  │  │  │  ├── nrf7120_enga_wificore_peripherals.h
│  │  │  │  │  ├── nrf9120.h
│  │  │  │  │  ├── nrf9160.h
│  │  │  │  │  ├── nrf_mem.h
│  │  │  │  │  ├── nrf_peripherals.h
│  │  │  │  │  ├── system_nrf54l.c
│  │  │  │  │  │ system_nrf91_approtect.h
│  │  │  │  ├── samples
│  │  │  │  │  ├── src
│  │  │  │  │  │  ├── nrfx_saadc
│  │  │  │  │  │  │  ├── advanced_blocking
│  │  │  │  │  │  │  │  │ main.c
│  │  │  │  │  │  │  ├── advanced_non_blocking_internal_timer
│  │  │  │  │  │  │  │  │ main.c
│  │  │  │  │  │  │  ├── maximum_performance
│  │  │  │  │  │  │  │  │ main.c
│  │  │  │  │  │  │  ├── simple_blocking
│  │  │  │  │  │  │  │  │ main.c
│  │  │  │  │  │  │  ├── simple_non_blocking
│  │  │  │  │  │  │  │  │ main.c
│  │  │  │  ├── templates
│  │  │  │  │  ├── nrfx_config_common.h
│  │  │  │  │  ├── nrfx_config_nrf54h20_radiocore.h
│  │  │  │  │  ├── nrfx_config_nrf7120_enga_application.h
│  │  │  │  │  │ nrfx_config_nrf7120_enga_flpr.h
samples
│  ├── zephyr
│  │  ├── drivers
│  │  │  ├── adc
│  │  │  │  ├── adc_dt
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54lv10dk_nrf54lv10a_cpuapp.overlay
│  │  │  │  ├── adc_sequence
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54lv10dk_nrf54lv10a_cpuapp.overlay
west.yml
zephyr
│  ├── drivers
│  │  ├── adc
│  │  │  ├── Kconfig.nrfx
│  │  │  │ adc_nrfx_saadc.c
│  ├── modules
│  │  ├── hal_nordic
│  │  │  ├── nrfx
│  │  │  │  │ nrfx_config.h
│  ├── samples
│  │  ├── drivers
│  │  │  ├── adc
│  │  │  │  ├── adc_dt
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54lm20dk_nrf54lm20a_cpuapp.overlay
│  │  │  │  ├── adc_sequence
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54lm20dk_nrf54lm20a_cpuapp.overlay
│  ├── tests
│  │  ├── boards
│  │  │  ├── nrf
│  │  │  │  ├── comp
│  │  │  │  │  ├── src
│  │  │  │  │  │  │ test.c
│  │  ├── drivers
│  │  │  ├── adc
│  │  │  │  ├── adc_accuracy_test
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf54lm20dk_nrf54lm20a_cpuapp.overlay
│  │ west.yml

Outputs:

Toolchain

Version: bd39d1676f
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:bd39d1676f_bba2ea5f2e

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister
  • 🟡 Integration tests
    • ❌ test-sdk-audio - Error: Error starting job: null
    • ❌ desktop52_verification - Error: Error starting job: null
    • ❌ test-fw-nrfconnect-apps - Error: Error starting job: null
    • ❌ test_ble_nrf_config - Error: Error starting job: null
    • ❌ test-fw-nrfconnect-ble_mesh - Error: Error starting job: null
    • ❌ test-fw-nrfconnect-ble_samples - Error: Error starting job: null
    • ❌ test-fw-nrfconnect-chip - Error: Error starting job: null
    • ❌ test-fw-nrfconnect-nfc - Error: Error starting job: null
    • ❌ test-fw-nrfconnect-nrf-iot_cloud - Error: Error starting job: null
    • ❌ test-fw-nrfconnect-nrf-iot_libmodem-nrf - Error: Error starting job: null
    • ❌ test-fw-nrfconnect-nrf-iot_serial_lte_modem - Error: Error starting job: null
    • ❌ test-fw-nrfconnect-nrf-iot_zephyr_lwm2m - Error: Error starting job: null
    • ❌ test-fw-nrfconnect-nrf-iot_samples - Error: Error starting job: null
    • ❌ test-fw-nrfconnect-nrf-iot_lwm2m - Error: Error starting job: null
    • ❌ doc-internal - Error: Error starting job: null
    • ❌ test-fw-nrfconnect-nrf-iot_thingy91 - Error: Error starting job: null
    • ❌ test-fw-nrfconnect-nrf_crypto - Error: Error starting job: null
    • ❌ test-fw-nrfconnect-rpc - Error: Error starting job: null
    • ❌ test-fw-nrfconnect-rs - Error: Error starting job: null
    • ❌ test-fw-nrfconnect-fem - Error: Error starting job: null
    • ❌ test-fw-nrfconnect-tfm - Error: Error starting job: null
    • ❌ test-fw-nrfconnect-thread-main - Error: Error starting job: null
    • ❌ test-sdk-find-my - Error: Error starting job: null
    • ❌ test-sdk-wifi - Error: Error starting job: null
    • ❌ test-low-level - Error: Error starting job: null
    • ❌ test-sdk-pmic-samples - Error: Error starting job: null
    • ❌ test-sdk-mcuboot - Error: Error starting job: null
    • ❌ test-sdk-dfu - Error: Error starting job: null
    • ❌ test-fw-nrfconnect-ps-main - Error: Error starting job: null
    • ✅ test-secdom-samples-public

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

@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-3061 branch from bd7311a to 53c020b Compare July 18, 2025 12:14
Copy link

You can find the documentation preview for this PR here.

@nika-nordic nika-nordic added the CI-all-test Run All integration tests label Jul 21, 2025
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-3061 branch from 53c020b to 2766c66 Compare July 21, 2025 09:07
@nika-nordic nika-nordic force-pushed the auto-manifest-sdk-zephyr-3061 branch from 2766c66 to 191f556 Compare July 22, 2025 21:45
@nika-nordic nika-nordic requested review from a team as code owners July 22, 2025 21:45
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-3061 branch from 191f556 to a368f23 Compare July 22, 2025 21:47
@nika-nordic nika-nordic force-pushed the auto-manifest-sdk-zephyr-3061 branch from a368f23 to 55d3b9f Compare July 23, 2025 08:28
@nika-nordic nika-nordic requested a review from a team as a code owner July 23, 2025 08:28
@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Jul 23, 2025

Memory footprint analysis revealed the following potential issues

applications.hpf.gpio.icmsg[nrf54l15dk/nrf54l15/cpuflpr]: High RAM usage: 9090[B] - link (cc: @nrfconnect/ncs-ll-ursus)
applications.hpf.gpio.icmsg[nrf54l15dk/nrf54l15/cpuflpr]: High ROM usage: 5846[B] - link (cc: @nrfconnect/ncs-ll-ursus)
sample.bluetooth.fast_pair.locator_tag.release[thingy53/nrf5340/cpuapp/ns]: ROM size increased by 1560[B] in comparison to the main[9a35f49] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug_fast_pair.gmouse[nrf52840gmouse/nrf52840]: ROM size increased by 2452[B] in comparison to the main[9a35f49] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zrelease[nrf52kbd/nrf52832]: ROM size increased by 1644[B] in comparison to the main[f125521] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug[nrf52kbd/nrf52832]: ROM size increased by 2276[B] in comparison to the main[f125521] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug[nrf52dmouse/nrf52832]: ROM size increased by 2320[B] in comparison to the main[9a35f49] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
sample.bluetooth.fast_pair.locator_tag.release[thingy53/nrf5340/cpuapp]: ROM size increased by 1548[B] in comparison to the main[9a35f49] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug.usb_next[nrf52840gmouse/nrf52840]: ROM size increased by 2460[B] in comparison to the main[f125521] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zrelease[nrf52840gmouse/nrf52840]: ROM size increased by 1856[B] in comparison to the main[f125521] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug[nrf52840gmouse/nrf52840]: ROM size increased by 2424[B] in comparison to the main[9a35f49] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zrelease_fast_pair.keyboard[nrf52kbd/nrf52832]: ROM size increased by 1640[B] in comparison to the main[9a35f49] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.hpf.gpio.icbmsg[nrf54l15dk/nrf54l15/cpuflpr]: High RAM usage: 12430[B] - link (cc: @nrfconnect/ncs-ll-ursus)
applications.hpf.gpio.icbmsg[nrf54l15dk/nrf54l15/cpuflpr]: High ROM usage: 9178[B] - link (cc: @nrfconnect/ncs-ll-ursus)

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

@nika-nordic nika-nordic force-pushed the auto-manifest-sdk-zephyr-3061 branch from 55d3b9f to d726dfd Compare July 23, 2025 16:38
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-3061 branch from d726dfd to 624b610 Compare July 23, 2025 16:39
@nika-nordic nika-nordic force-pushed the auto-manifest-sdk-zephyr-3061 branch from 624b610 to 91f9f96 Compare July 24, 2025 09:40
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-3061 branch from 91f9f96 to 0c10e6c Compare July 24, 2025 09:41
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-3061 branch from 0c10e6c to cbddbdd Compare July 25, 2025 10:24
@NordicBuilder NordicBuilder removed the DNM label Jul 25, 2025
NordicBuilder and others added 3 commits July 25, 2025 14:53
Automatically created by Github Action

Signed-off-by: Nordic Builder <pylon@nordicsemi.no>
It is now included in MDK 8.72.1 integrated by nrfx 3.13.0.

Signed-off-by: Nikodem Kastelik <nikodem.kastelik@nordicsemi.no>
MDK 8.72.1 does not specify VDD and DVDD internal analog inputs
for this SoC. Therefore change the binding so it is not possible
to specify these inputs in an overlay.
Align affected SAADC samples accordingly.

Signed-off-by: Nikodem Kastelik <nikodem.kastelik@nordicsemi.no>
@nika-nordic nika-nordic force-pushed the auto-manifest-sdk-zephyr-3061 branch from cbddbdd to 83388e6 Compare July 25, 2025 12:54
@nika-nordic
Copy link
Contributor

force-pushed again as nordibuilder updated wrong commit with actual SHA

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 manifest manifest-zephyr
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants