Skip to content

Commit 21bf91d

Browse files
rlubosbjarki-andreasen
authored andcommitted
[nrf fromlist] tests: net: ipv6: Enable mbed TLS heap
mbed TLS MD operations, used by IPv6 Privacy Extensions, require access to heap. This may vary depending on platform/mbed TLS variant used, hence enable CONFIG_MBEDTLS_ENABLE_HEAP in tests to ensure mbed TLS has always access to some heap memory. Upstream PR: zephyrproject-rtos/zephyr#79303 Signed-off-by: Robert Lubos <[email protected]>
1 parent 80e64ed commit 21bf91d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/net/ipv6/prj.conf

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,6 @@ CONFIG_MBEDTLS_LEGACY_CRYPTO_C=y
3737

3838
# Increase the stack a bit for mps2/an385
3939
CONFIG_NET_RX_STACK_SIZE=1700
40+
41+
# Make sure mbedTLS has access to heap
42+
CONFIG_MBEDTLS_ENABLE_HEAP=y

0 commit comments

Comments
 (0)