Skip to content

Commit 76bb5f9

Browse files
tomi-fontnordic-piks
authored andcommitted
samples: hw_unique_key: add 54lm20dk board target
Add support for the nrf54lm20dk/nrf54lm20a/cpuapp board target. Signed-off-by: Tomi Fontanilles <[email protected]>
1 parent f50196f commit 76bb5f9

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Copyright (c) 2025 Nordic Semiconductor ASA
2+
#
3+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
4+
5+
CONFIG_MBEDTLS_PSA_CRYPTO_C=y
6+
CONFIG_MAIN_STACK_SIZE=4096
7+
CONFIG_MBEDTLS_ENABLE_HEAP=y

samples/keys/hw_unique_key/sample.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ common:
1818
- nrf52840dk/nrf52840
1919
- nrf21540dk/nrf52840
2020
- nrf54l15dk/nrf54l15/cpuapp
21+
- nrf54lm20dk/nrf54lm20a/cpuapp
2122
- nrf54lm20pdk/nrf54lm20a/cpuapp
2223
- nrf54l15dk/nrf54l10/cpuapp
2324
- nrf54l15dk/nrf54l05/cpuapp
@@ -33,6 +34,7 @@ common:
3334
- nrf52840dk/nrf52840
3435
- nrf21540dk/nrf52840
3536
- nrf54l15dk/nrf54l15/cpuapp
37+
- nrf54lm20dk/nrf54lm20a/cpuapp
3638
- nrf54lm20pdk/nrf54lm20a/cpuapp
3739
- nrf54l15dk/nrf54l10/cpuapp
3840
- nrf54l15dk/nrf54l05/cpuapp

0 commit comments

Comments
 (0)