Skip to content

Commit 0376a41

Browse files
rlubosfabiobaltieri
authored andcommitted
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. Signed-off-by: Robert Lubos <[email protected]>
1 parent ad673d1 commit 0376a41

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
@@ -36,3 +36,6 @@ CONFIG_NET_IPV6_PE_PREFER_PUBLIC_ADDRESSES=n
3636

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

0 commit comments

Comments
 (0)