Skip to content

Conversation

@NordicBuilder
Copy link
Contributor

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

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

NordicBuilder commented Dec 4, 2025

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

Name Old Revision New Revision Diff
zephyr nrfconnect/sdk-zephyr@c09c6ab nrfconnect/sdk-zephyr#3606 nrfconnect/sdk-zephyr#3606/files

DNM label due to: 1 project with PR revision

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

@NordicBuilder
Copy link
Contributor Author

NordicBuilder commented Dec 4, 2025

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: 0ca283db17e52516d5d542a44bcf6855d5047ff4
zephyr: PR head: 9b29f90d1eef5606d5c5c273c4a91c52147a9172

more details

sdk-nrf:

PR head: 0ca283db17e52516d5d542a44bcf6855d5047ff4
merge base: 411e76b64225a0959c06102d4ae9b2375476fd96
target head (main): 6756485f1f0184a6420ffc90bfd228fc533335ab
Diff

zephyr:

PR head: 9b29f90d1eef5606d5c5c273c4a91c52147a9172
merge base: c09c6abd11695d6b9c2ea24c4e88822eee9ff3f9
target head (main): 6a9f0debe2cb0d47328b26f109b09649b74ab269
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 (11)
Kconfig.nrf
applications
│  ├── ipc_radio
│  │  │ Kconfig
│  ├── nrf_desktop
│  │  │ Kconfig
samples
│  ├── bluetooth
│  │  ├── direction_finding_central
│  │  │  │ Kconfig
│  │  ├── direction_finding_peripheral
│  │  │  │ Kconfig
west.yml
zephyr
│  ├── samples
│  │  ├── bluetooth
│  │  │  ├── peripheral_identity
│  │  │  │  │ prj.conf
│  ├── soc
│  │  ├── nordic
│  │  │  ├── common
│  │  │  │  ├── uicr
│  │  │  │  │  ├── periphconf
│  │  │  │  │  │  │ builder.py
│  ├── subsys
│  │  ├── bluetooth
│  │  │  ├── host
│  │  │  │  ├── Kconfig
│  │  │  │  ├── att.c
│  │  │  │  │ hci_core.c

Outputs:

Toolchain

Version: 43683a87ea
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:43683a87ea_5ea73affbf

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ❌ Build twister
    • sdk-nrf test count: 2011
    • sdk-zephyr test count: 691
  • ❌ Integration tests
    • ❌ test-sdk-audio
    • ❌ desktop52_verification
    • ❌ test-fw-nrfconnect-apps
    • ❌ test_ble_nrf_config
    • ❌ test-fw-nrfconnect-ble_samples
    • ❌ test-fw-nrfconnect-chip
    • ❌ test-fw-nrfconnect-nfc
    • ❌ test-fw-nrfconnect-nrf-iot_cloud
    • ❌ test-fw-nrfconnect-rs
    • ❌ test-fw-nrfconnect-fem
    • ❌ test-fw-nrfconnect-thread-main
    • ❌ test-sdk-find-my
    • ❌ test-sdk-dfu
Disabled integration tests
    • test-fw-nrfconnect-nrf_lrcs_mosh
    • test-fw-nrfconnect-nrf_lrcs_positioning
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-nrf-iot_libmodem-nrf
    • test-fw-nrfconnect-nrf-iot_lwm2m
    • test-fw-nrfconnect-nrf-iot_samples
    • test-fw-nrfconnect-nrf-iot_thingy91
    • test-fw-nrfconnect-nrf-iot_zephyr_lwm2m
    • test-fw-nrfconnect-nrf_crypto
    • test-fw-nrfconnect-ps-main
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-tfm
    • test-low-level
    • test-sdk-mcuboot
    • test-sdk-wifi
    • test-secdom-samples-public

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

@github-actions
Copy link

github-actions bot commented Dec 4, 2025

You can find the documentation preview for this PR here.

@KyraLengfeld KyraLengfeld force-pushed the auto-manifest-sdk-zephyr-3606 branch from 943dbb8 to adc925a Compare December 5, 2025 16:02
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-3606 branch from adc925a to 64f1aab Compare December 8, 2025 08:45
@KyraLengfeld KyraLengfeld force-pushed the auto-manifest-sdk-zephyr-3606 branch 6 times, most recently from ac8d644 to eadb225 Compare December 8, 2025 14:24

# RAM for this application for these boards is too few to
# use the BT TX processor thread.
config BT_TX_PROCESSOR_THREAD
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
config BT_TX_PROCESSOR_THREAD
configdefault BT_TX_PROCESSOR_THREAD

@KyraLengfeld KyraLengfeld force-pushed the auto-manifest-sdk-zephyr-3606 branch from eadb225 to d67fcda Compare December 8, 2025 16:43
@NordicBuilder NordicBuilder requested a review from a team December 8, 2025 16:44
@KyraLengfeld KyraLengfeld force-pushed the auto-manifest-sdk-zephyr-3606 branch from d67fcda to 7e043bd Compare December 9, 2025 07:20

# RAM for this application for these boards is too few to
# use the BT TX processor thread.
configdefault BT_TX_PROCESSOR_THREAD
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we assign it explicitly in configurations (for consistency with other applied memory optimizations)? I can add the commit with change if needed.

Copy link
Contributor

Choose a reason for hiding this comment

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

The config is unprompted, see https://github.com/nrfconnect/sdk-zephyr/pull/3606/files#diff-3abe882adb2271b5b37793fb9cd859d2ac5cbaa4450c9556668a6a6d696341b0R136, so we cannot just set it to "n" in prj.conf files. But maybe I misunderstand you? (I shifted the placement of this into the proper menu now btw (so a few lines down) don't know why I placed it weirdly yesterday, still within the file so your concern is still valid, I guess)

Copy link
Contributor

@KyraLengfeld KyraLengfeld Dec 9, 2025

Choose a reason for hiding this comment

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

You are welcome to add a commit, if that is faster than commenting back and forth. I might squash them in one though in the end.

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

Signed-off-by: Nordic Builder <[email protected]>
@NordicBuilder NordicBuilder force-pushed the auto-manifest-sdk-zephyr-3606 branch from 7e043bd to c37ee8c Compare December 9, 2025 08:18
@KyraLengfeld KyraLengfeld force-pushed the auto-manifest-sdk-zephyr-3606 branch 2 times, most recently from c953885 to 7a00749 Compare December 9, 2025 08:38
Values were derived from Thread Analyzer results.
Applying SoC-specific defaults here to avoid touching upstream Zephyr
files.
Applications can still override via prj.conf.

BT_TX_PROCESSOR_STACK_SIZE config was disabled for the
samples/applications that don't have enough RAM to support it.

Signed-off-by: Kyra Lengfeld <[email protected]>
@KyraLengfeld KyraLengfeld force-pushed the auto-manifest-sdk-zephyr-3606 branch from 7a00749 to 0ca283d Compare December 9, 2025 14:37
@MarekPieta MarekPieta self-requested a review December 9, 2025 15:11
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. DNM manifest manifest-zephyr

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants