Skip to content

Commit 15901dc

Browse files
alstrzebonskirlubos
authored andcommitted
samples: bluetooth: fast_pair: input_device: add support for nRF54LM20
Added support for the nRF54LM20 board target in the Fast Pair Input Device sample. Jira: NCSDK-34260 Signed-off-by: Aleksander Strzebonski <[email protected]>
1 parent 696621a commit 15901dc

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
#
2+
# Copyright (c) 2025 Nordic Semiconductor ASA
3+
#
4+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
#
6+
7+
# Align the advertised TX power with Fast Pair expectations.
8+
CONFIG_BT_ADV_PROV_TX_POWER_CORRECTION_VAL=-11
9+
10+
# START of workaround for issue NCSDK-33313
11+
# Disable CRACEN for all but RNG and switch to software crypto.
12+
CONFIG_PSA_CRYPTO_DRIVER_OBERON=y
13+
CONFIG_PSA_CRYPTO_DRIVER_CRACEN=y
14+
15+
CONFIG_PSA_USE_CRACEN_CIPHER_DRIVER=n
16+
CONFIG_PSA_USE_CRACEN_AEAD_DRIVER=n
17+
CONFIG_PSA_USE_CRACEN_HASH_DRIVER=n
18+
CONFIG_PSA_USE_CRACEN_MAC_DRIVER=n
19+
CONFIG_PSA_USE_CRACEN_KEY_AGREEMENT_DRIVER=n
20+
CONFIG_PSA_USE_CRACEN_ASYMMETRIC_ENCRYPTION_DRIVER=n
21+
CONFIG_PSA_USE_CRACEN_KEY_MANAGEMENT_DRIVER=n
22+
CONFIG_PSA_USE_CRACEN_KEY_DERIVATION_DRIVER=n
23+
CONFIG_PSA_USE_CRACEN_PAKE_DRIVER=n
24+
CONFIG_PSA_USE_CRACEN_ASYMMETRIC_SIGNATURE_DRIVER=n
25+
# END of workaround for issue NCSDK-33313

samples/bluetooth/fast_pair/input_device/sample.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ tests:
1414
- nrf54l15dk/nrf54l05/cpuapp
1515
- nrf54l15dk/nrf54l10/cpuapp
1616
- nrf54l15dk/nrf54l15/cpuapp
17+
- nrf54lm20dk/nrf54lm20a/cpuapp
1718
- nrf54h20dk/nrf54h20/cpuapp
1819
platform_allow:
1920
- nrf52dk/nrf52832
@@ -23,6 +24,7 @@ tests:
2324
- nrf54l15dk/nrf54l05/cpuapp
2425
- nrf54l15dk/nrf54l10/cpuapp
2526
- nrf54l15dk/nrf54l15/cpuapp
27+
- nrf54lm20dk/nrf54lm20a/cpuapp
2628
- nrf54h20dk/nrf54h20/cpuapp
2729
tags:
2830
- bluetooth

0 commit comments

Comments
 (0)