Skip to content

applications: Migrate to the new board variant #23300

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

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tomchy
Copy link
Contributor

@tomchy tomchy commented Jul 15, 2025

Use nRF52840 dongle board variant for applications that overwrite nRF5 SDK bootloader.

Ref: NCSDK-33774

Use nRF52840 dongle board variant for applications that overwrite nRF5
SDK bootloader.

Ref: NCSDK-33774

Signed-off-by: Tomasz Chyrowicz <tomasz.chyrowicz@nordicsemi.no>
@github-actions github-actions bot added doc-required PR must not be merged without tech writer approval. manifest labels Jul 15, 2025
@NordicBuilder
Copy link
Contributor

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

Name Old Revision New Revision Diff
mcuboot nrfconnect/sdk-mcuboot@c3950c6 nrfconnect/sdk-mcuboot#469 nrfconnect/sdk-mcuboot#469/files
zephyr nrfconnect/sdk-zephyr@f28ed0b nrfconnect/sdk-zephyr#3007 nrfconnect/sdk-zephyr#3007/files

DNM label due to: 2 projects with PR revision

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

@NordicBuilder
Copy link
Contributor

NordicBuilder commented Jul 15, 2025

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: e6a78e52162249c89cc3f62b4076ebc68d185059
mcuboot: PR head: 13aba9dc38aca6b52068b1d018553849d645e935
zephyr: PR head: 3d3d4ab11b66d32e567b61dcca6122ccc723d616

more details

sdk-nrf:

PR head: e6a78e52162249c89cc3f62b4076ebc68d185059
merge base: 809c81b7e817981210c5494284882dbcbd18f2ee
target head (main): cc14948534e63710aac65fa0a238a5e428ae87d5
Diff

mcuboot:

PR head: 13aba9dc38aca6b52068b1d018553849d645e935
merge base: c3950c6eea9c4ad0b34436778d479128e5ba3dcb
target head (main): 9016396b49f796de8e8957e9171507dd8e842a53
Diff

zephyr:

PR head: 3d3d4ab11b66d32e567b61dcca6122ccc723d616
merge base: f28ed0b510bd0ba3d9d3d6b719dfd93d481ca52c
target head (main): 7a777773eeacd074f10088671da562f3870e4c6d
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 (65)
applications
│  ├── nrf_desktop
│  │  ├── board_configuration.rst
│  │  ├── configuration
│  │  │  ├── nrf52840dongle_nrf52840_bare
│  │  │  │  ├── app.overlay
│  │  │  │  ├── app_3bleconn.overlay
│  │  │  │  ├── app_4llpmconn.overlay
│  │  │  │  ├── app_common.dtsi
│  │  │  │  ├── app_release_4llpmconn.overlay
│  │  │  │  ├── b0_private.pem
│  │  │  │  ├── ble_discovery_def.h
│  │  │  │  ├── ble_scan_def.h
│  │  │  │  ├── buttons_def.h
│  │  │  │  ├── click_detector_def.h
│  │  │  │  ├── images
│  │  │  │  │  ├── b0
│  │  │  │  │  │  ├── prj.conf
│  │  │  │  │  │  ├── prj_3bleconn.conf
│  │  │  │  │  │  ├── prj_4llpmconn.conf
│  │  │  │  │  │  ├── prj_release.conf
│  │  │  │  │  │  │ prj_release_4llpmconn.conf
│  │  │  │  ├── led_state_def.h
│  │  │  │  ├── pm_static.yml
│  │  │  │  ├── pm_static_3bleconn.yml
│  │  │  │  ├── pm_static_4llpmconn.yml
│  │  │  │  ├── pm_static_release.yml
│  │  │  │  ├── pm_static_release_4llpmconn.yml
│  │  │  │  ├── port_state_def.h
│  │  │  │  ├── prj.conf
│  │  │  │  ├── prj_3bleconn.conf
│  │  │  │  ├── prj_4llpmconn.conf
│  │  │  │  ├── prj_release.conf
│  │  │  │  ├── prj_release_4llpmconn.conf
│  │  │  │  ├── sysbuild.conf
│  │  │  │  ├── sysbuild_3bleconn.conf
│  │  │  │  ├── sysbuild_4llpmconn.conf
│  │  │  │  ├── sysbuild_release.conf
│  │  │  │  │ sysbuild_release_4llpmconn.conf
│  │  ├── description.rst
│  │  ├── doc
│  │  │  ├── ble_discovery.rst
│  │  │  ├── ble_qos.rst
│  │  │  │ ble_scan.rst
│  │  │ sample.yaml
bootloader
│  ├── mcuboot
│  │  ├── boot
│  │  │  ├── bootutil
│  │  │  │  ├── include
│  │  │  │  │  ├── bootutil
│  │  │  │  │  │  │ bootutil_public.h
│  │  │  │  ├── src
│  │  │  │  │  ├── bootutil_misc.c
│  │  │  │  │  ├── bootutil_priv.h
│  │  │  │  │  ├── swap_move.c
│  │  │  │  │  ├── swap_offset.c
│  │  │  │  │  │ swap_scratch.c
│  │  │  ├── zephyr
│  │  │  │  ├── boards
│  │  │  │  │  ├── nrf52840dongle_nrf52840_bare.conf
│  │  │  │  │  ├── nrf54l15pdk_nrf54l15_cpuapp.conf
│  │  │  │  │  ├── nrf54l15pdk_nrf54l15_cpuapp_ext_flash.conf
│  │  │  │  │  │ nrf54l15pdk_nrf54l15_cpuapp_ext_flash.overlay
│  │  │  │  │ prj_minimal.conf
doc
│  ├── nrf
│  │  ├── app_dev
│  │  │  ├── board_names.rst
│  │  │  ├── device_guides
│  │  │  │  ├── nrf52
│  │  │  │  │  │ index.rst
│  │  ├── includes
│  │  │  │ sample_board_rows.txt
│  │  ├── releases_and_maturity
│  │  │  ├── releases
│  │  │  │  │ release-notes-changelog.rst
west.yml
zephyr
│  ├── boards
│  │  ├── nordic
│  │  │  ├── nrf52840dongle
│  │  │  │  ├── Kconfig
│  │  │  │  ├── Kconfig.defconfig
│  │  │  │  ├── board.yml
│  │  │  │  ├── doc
│  │  │  │  │  │ index.rst
│  │  │  │  ├── fstab-stock.dtsi
│  │  │  │  ├── nrf52840dongle_nrf52840.dts
│  │  │  │  ├── nrf52840dongle_nrf52840_bare.dts
│  │  │  │  ├── nrf52840dongle_nrf52840_bare.yaml
│  │  │  │  ├── nrf52840dongle_nrf52840_bare_defconfig
│  │  │  │  │ nrf52840dongle_nrf52840_common.dtsi
│  ├── tests
│  │  ├── drivers
│  │  │  ├── adc
│  │  │  │  ├── adc_api
│  │  │  │  │  ├── boards
│  │  │  │  │  │  │ nrf52840dongle_nrf52840_bare.overlay

Outputs:

Toolchain

Version: 684b32e022
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:684b32e022_bba2ea5f2e

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister - Skipped: Skipping Build & Test as it succeeded in a previous run: 2
  • ✅ Integration tests
    • ✅ desktop52_verification - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-fw-nrfconnect-rs
    • ✅ test-fw-nrfconnect-fem - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-sdk-find-my - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-low-level - Skipped: Job was skipped as it succeeded in a previous run
    • ✅ test-sdk-mcuboot - Skipped: Job was skipped as it succeeded in a previous run
Disabled integration tests
    • test-fw-nrfconnect-nrf_lrcs_mosh
    • test-fw-nrfconnect-nrf_lrcs_positioning
    • doc-internal
    • test_ble_nrf_config
    • test-fw-nrfconnect-apps
    • test-fw-nrfconnect-ble_mesh
    • test-fw-nrfconnect-ble_samples
    • test-fw-nrfconnect-chip
    • test-fw-nrfconnect-nfc
    • 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-ps-main
    • test-fw-nrfconnect-rpc
    • test-fw-nrfconnect-tfm
    • test-fw-nrfconnect-thread-main
    • test-sdk-audio
    • 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

Memory footprint analysis revealed the following potential issues

applications.nrf_desktop.zdebug_keyboard[nrf52840dk/nrf52840]: ROM size increased by 512[B] in comparison to the main[809c81b] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zrelease[nrf54lm20pdk@0.2.0.csp/nrf54lm20a/cpuapp]: ROM size increased by 936[B] in comparison to the main[809c81b] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug.uart[nrf54lm20pdk@0.2.0/nrf54lm20a/cpuapp]: ROM size increased by 1404[B] in comparison to the main[809c81b] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug.uart[nrf54lm20pdk@0.2.0.csp/nrf54lm20a/cpuapp]: ROM size increased by 1404[B] in comparison to the main[809c81b] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug[nrf52840gmouse/nrf52840]: ROM size increased by 556[B] in comparison to the main[809c81b] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug_nrf21540ek[nrf52840dk/nrf52840]: ROM size increased by 516[B] in comparison to the main[809c81b] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug_wwcb[nrf52840dk/nrf52840]: ROM size increased by 604[B] in comparison to the main[809c81b] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug_mcuboot_smp[nrf52840dk/nrf52840]: ROM size increased by 588[B] in comparison to the main[809c81b] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug_fast_pair.gmouse[nrf52840gmouse/nrf52840]: ROM size increased by 616[B] in comparison to the main[809c81b] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zrelease.usb_next[nrf52840dk/nrf52840]: ROM size increased by 528[B] in comparison to the main[809c81b] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug.usb_next[nrf52840gmouse/nrf52840]: ROM size increased by 548[B] in comparison to the main[809c81b] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebug_keyboard.usb_next[nrf52840dk/nrf52840]: ROM size increased by 512[B] in comparison to the main[809c81b] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zdebugwithshell[nrf52840dk/nrf52840]: ROM size increased by 560[B] in comparison to the main[809c81b] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)
applications.nrf_desktop.zrelease[nrf54lm20pdk@0.2.0/nrf54lm20a/cpuapp]: ROM size increased by 936[B] in comparison to the main[809c81b] branch. - link (cc: @nrfconnect/ncs-si-bluebagel)

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
DNM doc-required PR must not be merged without tech writer approval. manifest manifest-mcuboot manifest-zephyr
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants