Skip to content

Conversation

NordicBuilder
Copy link
Contributor

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

@NordicBuilder NordicBuilder requested review from a team as code owners September 26, 2025 14:32
@NordicBuilder NordicBuilder added manifest changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. labels Sep 26, 2025
@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Sep 26, 2025

CI Information

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

Inputs:

Sources:

hal_nordic: PR head: 979a58d0829108b57f10e90b6c3fc35ab6206e4b
sdk-nrf: PR head: d39708a9c77efc8997451a0fc516190213f49633
zephyr: PR head: 6aa26eed633353a8d18d85440e73db7e330bf41d

more details

hal_nordic:

PR head: 979a58d0829108b57f10e90b6c3fc35ab6206e4b
merge base: d0cef2363e572679deba0e796ef6c77f1188bb04
Diff

sdk-nrf:

PR head: d39708a9c77efc8997451a0fc516190213f49633
merge base: f54f460ac0d8baf703ed63ece83ae6c05e2bca61
target head (main): 9710cb1e0290d18f7f0422c72c1caffd4b6725e4
Diff

zephyr:

PR head: 6aa26eed633353a8d18d85440e73db7e330bf41d
merge base: 318b87179093864727c181d80c06565138a4d071
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 (91)
modules
│  ├── hal
│  │  ├── nordic
│  │  │  ├── drivers
│  │  │  │  ├── nrf_802154
│  │  │  │  │  ├── common
│  │  │  │  │  │  ├── include
│  │  │  │  │  │  │  ├── nrf_802154.h
│  │  │  │  │  │  │  ├── nrf_802154_compiler.h
│  │  │  │  │  │  │  ├── nrf_802154_config.h
│  │  │  │  │  │  │  │ nrf_802154_types.h
│  │  │  │  │  ├── driver
│  │  │  │  │  │  ├── CMakeLists.txt
│  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  ├── mac_features
│  │  │  │  │  │  │  │  ├── ack_generator
│  │  │  │  │  │  │  │  │  ├── nrf_802154_ack_data.c
│  │  │  │  │  │  │  │  │  ├── nrf_802154_ack_data.h
│  │  │  │  │  │  │  │  │  ├── nrf_802154_ack_generator.c
│  │  │  │  │  │  │  │  │  ├── nrf_802154_ack_generator.h
│  │  │  │  │  │  │  │  │  ├── nrf_802154_enh_ack_generator.c
│  │  │  │  │  │  │  │  │  ├── nrf_802154_enh_ack_generator.h
│  │  │  │  │  │  │  │  │  ├── nrf_802154_imm_ack_generator.c
│  │  │  │  │  │  │  │  │  │ nrf_802154_imm_ack_generator.h
│  │  │  │  │  │  │  │  ├── nrf_802154_ack_timeout.h
│  │  │  │  │  │  │  │  ├── nrf_802154_csma_ca.c
│  │  │  │  │  │  │  │  ├── nrf_802154_csma_ca.h
│  │  │  │  │  │  │  │  ├── nrf_802154_delayed_trx.c
│  │  │  │  │  │  │  │  ├── nrf_802154_delayed_trx.h
│  │  │  │  │  │  │  │  ├── nrf_802154_filter.c
│  │  │  │  │  │  │  │  ├── nrf_802154_filter.h
│  │  │  │  │  │  │  │  ├── nrf_802154_frame.h
│  │  │  │  │  │  │  │  ├── nrf_802154_frame_parser.c
│  │  │  │  │  │  │  │  ├── nrf_802154_frame_parser.h
│  │  │  │  │  │  │  │  ├── nrf_802154_ie_writer.c
│  │  │  │  │  │  │  │  ├── nrf_802154_ie_writer.h
│  │  │  │  │  │  │  │  ├── nrf_802154_ifs.c
│  │  │  │  │  │  │  │  ├── nrf_802154_imm_tx.c
│  │  │  │  │  │  │  │  ├── nrf_802154_imm_tx.h
│  │  │  │  │  │  │  │  ├── nrf_802154_precise_ack_timeout.c
│  │  │  │  │  │  │  │  ├── nrf_802154_security_writer.c
│  │  │  │  │  │  │  │  ├── nrf_802154_security_writer.h
│  │  │  │  │  │  │  │  ├── nrf_802154_tx_timestamp_provider.c
│  │  │  │  │  │  │  │  │ nrf_802154_tx_timestamp_provider.h
│  │  │  │  │  │  │  ├── nrf_802154.c
│  │  │  │  │  │  │  ├── nrf_802154_core.c
│  │  │  │  │  │  │  ├── nrf_802154_core.h
│  │  │  │  │  │  │  ├── nrf_802154_core_hooks.c
│  │  │  │  │  │  │  ├── nrf_802154_core_hooks.h
│  │  │  │  │  │  │  ├── nrf_802154_critical_section.c
│  │  │  │  │  │  │  ├── nrf_802154_debug_gpio.c
│  │  │  │  │  │  │  ├── nrf_802154_debug_log_codes.h
│  │  │  │  │  │  │  ├── nrf_802154_encrypt.c
│  │  │  │  │  │  │  ├── nrf_802154_encrypt.h
│  │  │  │  │  │  │  ├── nrf_802154_notification.h
│  │  │  │  │  │  │  ├── nrf_802154_notification_direct.c
│  │  │  │  │  │  │  ├── nrf_802154_notification_swi.c
│  │  │  │  │  │  │  ├── nrf_802154_procedures_duration.h
│  │  │  │  │  │  │  ├── nrf_802154_request.h
│  │  │  │  │  │  │  ├── nrf_802154_request_direct.c
│  │  │  │  │  │  │  ├── nrf_802154_request_swi.c
│  │  │  │  │  │  │  ├── nrf_802154_rx_buffer.c
│  │  │  │  │  │  │  ├── nrf_802154_rx_buffer.h
│  │  │  │  │  │  │  ├── nrf_802154_stats.c
│  │  │  │  │  │  │  ├── nrf_802154_stats.h
│  │  │  │  │  │  │  ├── nrf_802154_swi.c
│  │  │  │  │  │  │  ├── nrf_802154_trx.c
│  │  │  │  │  │  │  ├── nrf_802154_trx.h
│  │  │  │  │  │  │  ├── nrf_802154_types_internal.h
│  │  │  │  │  │  │  │ nrf_802154_utils.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_atomics.h
│  │  │  │  │  │  │  ├── nrf_802154_sl_utils.h
│  │  │  │  │  │  │  ├── platform
│  │  │  │  │  │  │  │  │ nrf_802154_clock.h
│  │  │  │  │  │  │  ├── rsch
│  │  │  │  │  │  │  │  │ nrf_802154_rsch.h
│  │  │  │  │  │  ├── sl_opensource
│  │  │  │  │  │  │  ├── include
│  │  │  │  │  │  │  │  │ nrf_802154_sl_periphs.h
│  │  │  │  │  │  │  ├── src
│  │  │  │  │  │  │  │  │ nrf_802154_sl_rsch.c
│  │  │  ├── nrfx
│  │  │  │  ├── mdk
│  │  │  │  │  ├── nrf.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
west.yml
zephyr
│  ├── drivers
│  │  ├── ieee802154
│  │  │  │ ieee802154_nrf5.c
│  ├── modules
│  │  ├── hal_nordic
│  │  │  ├── Kconfig
│  │  │  ├── nrf_802154
│  │  │  │  │ CMakeLists.txt
│  │ west.yml

Outputs:

Toolchain

Version:
Build docker image:

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

  • ◻️ Toolchain
  • ◻️ Build twister
  • ◻️ Integration tests
    • ◻️ test-fw-nrfconnect-nfc
    • ◻️ test-fw-nrfconnect-rs
    • ◻️ test-fw-nrfconnect-fem
    • ◻️ test-low-level
Disabled integration tests
    • test-fw-nrfconnect-nrf_lrcs_mosh
    • test-fw-nrfconnect-nrf_lrcs_positioning
    • desktop52_verification
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-ble_samples
    • test-fw-nrfconnect-chip
    • test-fw-nrfconnect-nrf-iot_cloud
    • test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_lwm2m
    • test-fw-nrfconnect-nrf-iot_samples
    • test-fw-nrfconnect-nrf-iot_serial_lte_modem
    • test-fw-nrfconnect-nrf-iot_thingy91
    • test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • test-fw-nrfconnect-nrf_crypto
    • test-fw-nrfconnect-proprietary_esb
    • test-fw-nrfconnect-ps-main
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-tfm
    • test-fw-nrfconnect-thread-main
    • test-sdk-audio
    • test-sdk-dfu
    • test-sdk-find-my
    • test-sdk-mcuboot
    • test-sdk-pmic-samples
    • test-sdk-wifi
    • test-secdom-samples-public

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

@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Sep 26, 2025

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

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@318b871 nrfconnect/sdk-zephyr@6aa26ee (main) nrfconnect/[email protected]

All manifest checks OK

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

Copy link

You can find the documentation preview for this PR here.

@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-3318 branch from 6dd5491 to 3564d17 Compare September 26, 2025 15:16
@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Sep 26, 2025

Memory footprint analysis revealed the following potential issues

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.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)

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

@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-3318 branch from 3564d17 to e082588 Compare October 1, 2025 08:21
Automatically created by Github Action

Signed-off-by: Nordic Builder <[email protected]>
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-3318 branch from e082588 to d39708a Compare October 1, 2025 11:17
@NordicBuilder NordicBuilder removed the DNM label Oct 1, 2025
@nordic-piks nordic-piks merged commit 676774d into nrfconnect:main Oct 2, 2025
14 of 15 checks passed
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. manifest manifest-zephyr

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants