Skip to content

Commit

Permalink
samples: hw_unique_key: Add nRF54L10 and nRF54L05
Browse files Browse the repository at this point in the history
Hardware unique keys are supported on 54L10/L05

Signed-off-by: Stephen Kingston <[email protected]>
  • Loading branch information
stephen-nordic authored and jukkar committed Dec 16, 2024
1 parent e23b798 commit e1bc174
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/nrf/releases_and_maturity/software_maturity.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2098,6 +2098,8 @@ Hardware Unique Key
- nRF5340
- nRF54H20
- nRF54L15
- nRF54L10
- nRF54L05
- nRF9131
- nRF9151
- nRF9160
Expand All @@ -2112,6 +2114,8 @@ Hardware Unique Key
- Supported
- --
- Experimental
- Experimental
- Experimental
- --
- Supported
- Supported
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#
# Copyright (c) 2021 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

CONFIG_MBEDTLS_PSA_CRYPTO_C=y
CONFIG_MAIN_STACK_SIZE=4096
CONFIG_MBEDTLS_ENABLE_HEAP=y
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#
# Copyright (c) 2021 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

CONFIG_MBEDTLS_PSA_CRYPTO_C=y
CONFIG_MAIN_STACK_SIZE=4096
CONFIG_MBEDTLS_ENABLE_HEAP=y
4 changes: 4 additions & 0 deletions samples/keys/hw_unique_key/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ common:
- nrf52840dk/nrf52840
- nrf21540dk/nrf52840
- nrf54l15dk/nrf54l15/cpuapp
- nrf54l15dk/nrf54l10/cpuapp
- nrf54l15dk/nrf54l05/cpuapp
integration_platforms:
- nrf5340dk/nrf5340/cpuapp
- nrf5340dk/nrf5340/cpuapp/ns
Expand All @@ -27,6 +29,8 @@ common:
- nrf52840dk/nrf52840
- nrf21540dk/nrf52840
- nrf54l15dk/nrf54l15/cpuapp
- nrf54l15dk/nrf54l10/cpuapp
- nrf54l15dk/nrf54l05/cpuapp
harness: console
harness_config:
type: multi_line
Expand Down

0 comments on commit e1bc174

Please sign in to comment.