Skip to content

samples: bluetooth: fast_pair: Add nRF54LM20B support#27733

Merged
rlubos merged 4 commits into
nrfconnect:mainfrom
mkapala-nordic:lm20b/support-fp
Mar 31, 2026
Merged

samples: bluetooth: fast_pair: Add nRF54LM20B support#27733
rlubos merged 4 commits into
nrfconnect:mainfrom
mkapala-nordic:lm20b/support-fp

Conversation

@mkapala-nordic
Copy link
Copy Markdown
Contributor

Jira: NCSDK-38384
Jira: NCSDK-38386

@mkapala-nordic mkapala-nordic requested review from a team as code owners March 26, 2026 14:24
@NordicBuilder NordicBuilder added doc-required PR must not be merged without tech writer approval. changelog labels Mar 26, 2026
@NordicBuilder
Copy link
Copy Markdown
Contributor

NordicBuilder commented Mar 26, 2026

CI Information

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

Inputs:

Sources:

sdk-nrf: PR head: 5d4f233ff0176db9c0692dc5d831cf086aa58359

more details

sdk-nrf:

PR head: 5d4f233ff0176db9c0692dc5d831cf086aa58359
merge base: 31d6d16b044d4e09ce61dece955894dba77514a0
target head (main): 571cb23cdc169114d2109012588b85c9ab963390
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 (17)
doc
│  ├── nrf
│  │  ├── releases_and_maturity
│  │  │  ├── releases
│  │  │  │  │ release-notes-changelog.rst
samples
│  ├── bluetooth
│  │  ├── fast_pair
│  │  │  ├── input_device
│  │  │  │  ├── boards
│  │  │  │  │  │ nrf54lm20dk_nrf54lm20b_cpuapp.overlay
│  │  │  │  ├── prj.conf
│  │  │  │  │ sample.yaml
│  │  │  ├── locator_tag
│  │  │  │  ├── README.rst
│  │  │  │  ├── configuration
│  │  │  │  │  ├── boards
│  │  │  │  │  │  ├── nrf54lm20dk_nrf54lm20b_cpuapp.conf
│  │  │  │  │  │  │ nrf54lm20dk_nrf54lm20b_cpuapp.overlay
│  │  │  │  │  ├── prj.conf
│  │  │  │  │  │ prj_release.conf
│  │  │  │  ├── sample.yaml
│  │  │  │  ├── sysbuild
│  │  │  │  │  ├── configuration
│  │  │  │  │  │  ├── nrf54lm20dk_nrf54lm20b_cpuapp
│  │  │  │  │  │  │  ├── boot_signature_key_file_ed25519.pem
│  │  │  │  │  │  │  │ sysbuild.conf
│  │  │  │  │  ├── mcuboot
│  │  │  │  │  │  ├── boards
│  │  │  │  │  │  │  ├── nrf54lm20dk_nrf54lm20b_cpuapp.conf
│  │  │  │  │  │  │  │ nrf54lm20dk_nrf54lm20b_cpuapp.overlay
tests
│  ├── subsys
│  │  ├── bluetooth
│  │  │  ├── fast_pair
│  │  │  │  ├── crypto
│  │  │  │  │  │ testcase.yaml
│  │  │  │  ├── storage
│  │  │  │  │  ├── account_key_storage
│  │  │  │  │  │  │ testcase.yaml
│  │  │  │  │  ├── factory_reset
│  │  │  │  │  │  │ testcase.yaml

Outputs:

Toolchain

Version: 911f4c5c26
Build docker image: docker-dtr.nordicsemi.no/sw-production/ncs-build:911f4c5c26_5ea73affbf

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

  • ◻️ Toolchain - Skipped: existing toolchain is used
  • ✅ Build twister
    • sdk-nrf test count: 87
  • ✅ Integration tests
Disabled integration tests
    • test-fw-nrfconnect-nrf_lrcs_mosh
    • test-fw-nrfconnect-nrf_lrcs_positioning
    • desktop52_verification
    • 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-fem
    • test-fw-nrfconnect-nfc
    • 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-rs
    • test-fw-nrfconnect-tfm
    • test-fw-nrfconnect-thread-main
    • test-low-level
    • test-sdk-audio
    • test-sdk-dfu
    • test-sdk-find-my
    • test-sdk-mcuboot
    • test-sdk-wifi
    • test-secdom-samples-public

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

Bluetooth Fast Pair samples
---------------------------

* Added support for the ``nrf54lm20dk/nrf54lm20b/cpuapp`` board target in all Bluetooth Fast Pair samples.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Shouldn't we also update the following section of the locator tag sample?

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@divipillai, could you or your team prepare a placeholder column for the nRF54LM20B SoC in the SML documentation page?

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 26, 2026

@mkapala-nordic mkapala-nordic added this to the 3.3.0 milestone Mar 27, 2026
@mkapala-nordic mkapala-nordic requested a review from a team as a code owner March 27, 2026 09:09
Comment thread doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst Outdated
Comment thread samples/bluetooth/fast_pair/input_device/sample.yaml
Comment thread samples/bluetooth/fast_pair/locator_tag/sample.yaml
Bluetooth Fast Pair samples
---------------------------

* Added support for the ``nrf54lm20dk/nrf54lm20b/cpuapp`` board target in all Bluetooth Fast Pair samples.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

@divipillai, could you or your team prepare a placeholder column for the nRF54LM20B SoC in the SML documentation page?

@kapi-no kapi-no added the DNM label Mar 30, 2026
@kapi-no
Copy link
Copy Markdown
Contributor

kapi-no commented Mar 30, 2026

DNM, since the following PR is being finalized (the depedent PR is merged):

#27641

and we need to update Kconfig references

Added support for nrf54lm20dk/nrf54lm20b/cpuapp board target in the
Fast Pair tests.

Signed-off-by: Mateusz Kapala <mateusz.kapala@nordicsemi.no>
Added support for nrf54lm20dk/nrf54lm20b/cpuapp board target in the
Fast Pair Input Device sample.

Jira: NCSDK-38384

Signed-off-by: Mateusz Kapala <mateusz.kapala@nordicsemi.no>
Added support for nrf54lm20dk/nrf54lm20b/cpuapp board target in the
Fast Pair Locator Tag sample.

Jira: NCSDK-38386

Signed-off-by: Mateusz Kapala <mateusz.kapala@nordicsemi.no>
Added changelog entry about nrf54lm20dk/nrf54lm20b/cpuapp board target
in all Fast Pair samples.

Jira: NCSDK-38384
Jira: NCSDK-38386

Signed-off-by: Mateusz Kapala <mateusz.kapala@nordicsemi.no>
@mkapala-nordic
Copy link
Copy Markdown
Contributor Author

rebased + updated kconfig

@mkapala-nordic mkapala-nordic requested a review from kapi-no March 31, 2026 07:36
@rlubos rlubos merged commit f2ec9fe into nrfconnect:main Mar 31, 2026
20 of 22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

changelog doc-required PR must not be merged without tech writer approval.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants