Skip to content

Commit e1bc174

Browse files
stephen-nordicjukkar
authored andcommitted
samples: hw_unique_key: Add nRF54L10 and nRF54L05
Hardware unique keys are supported on 54L10/L05 Signed-off-by: Stephen Kingston <[email protected]>
1 parent e23b798 commit e1bc174

File tree

4 files changed

+26
-0
lines changed

4 files changed

+26
-0
lines changed

doc/nrf/releases_and_maturity/software_maturity.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2098,6 +2098,8 @@ Hardware Unique Key
20982098
- nRF5340
20992099
- nRF54H20
21002100
- nRF54L15
2101+
- nRF54L10
2102+
- nRF54L05
21012103
- nRF9131
21022104
- nRF9151
21032105
- nRF9160
@@ -2112,6 +2114,8 @@ Hardware Unique Key
21122114
- Supported
21132115
- --
21142116
- Experimental
2117+
- Experimental
2118+
- Experimental
21152119
- --
21162120
- Supported
21172121
- Supported
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#
2+
# Copyright (c) 2021 Nordic Semiconductor ASA
3+
#
4+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
#
6+
7+
CONFIG_MBEDTLS_PSA_CRYPTO_C=y
8+
CONFIG_MAIN_STACK_SIZE=4096
9+
CONFIG_MBEDTLS_ENABLE_HEAP=y
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#
2+
# Copyright (c) 2021 Nordic Semiconductor ASA
3+
#
4+
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
5+
#
6+
7+
CONFIG_MBEDTLS_PSA_CRYPTO_C=y
8+
CONFIG_MAIN_STACK_SIZE=4096
9+
CONFIG_MBEDTLS_ENABLE_HEAP=y

samples/keys/hw_unique_key/sample.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ common:
1515
- nrf52840dk/nrf52840
1616
- nrf21540dk/nrf52840
1717
- nrf54l15dk/nrf54l15/cpuapp
18+
- nrf54l15dk/nrf54l10/cpuapp
19+
- nrf54l15dk/nrf54l05/cpuapp
1820
integration_platforms:
1921
- nrf5340dk/nrf5340/cpuapp
2022
- nrf5340dk/nrf5340/cpuapp/ns
@@ -27,6 +29,8 @@ common:
2729
- nrf52840dk/nrf52840
2830
- nrf21540dk/nrf52840
2931
- nrf54l15dk/nrf54l15/cpuapp
32+
- nrf54l15dk/nrf54l10/cpuapp
33+
- nrf54l15dk/nrf54l05/cpuapp
3034
harness: console
3135
harness_config:
3236
type: multi_line

0 commit comments

Comments
 (0)