Skip to content

Commit f9826f6

Browse files
committed
psa_tls: Trying with larger stack size for CryptoCell devices
Signed-off-by: Frank Audun Kvamtrø <frank.kvamtro@nordicsemi.no>
1 parent e37c164 commit f9826f6

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

samples/crypto/psa_tls/boards/nrf9151dk_nrf9151.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
#
66
CONFIG_SRAM_SIZE=256
7+
CONFIG_MAIN_STACK_SIZE=16384

samples/crypto/psa_tls/boards/nrf9160dk_nrf9160.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
#
66
CONFIG_SRAM_SIZE=256
7+
CONFIG_MAIN_STACK_SIZE=16384

samples/crypto/psa_tls/boards/nrf9161dk_nrf9161.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
55
#
66
CONFIG_SRAM_SIZE=256
7+
CONFIG_MAIN_STACK_SIZE=16384

0 commit comments

Comments
 (0)