Merge pull request #7157 from philljj/fix_zephyr_benchmark_rsa

zephyr samples: fix wolfssl_benchmark RSA.
This commit is contained in:
JacobBarthelmeh 2024-01-23 08:17:10 -08:00 committed by GitHub
commit 938698ec6b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,5 +1,6 @@
# Configure stack and heap sizes
CONFIG_MAIN_STACK_SIZE=32768
CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=8192
# Pthreads
CONFIG_PTHREAD_IPC=y