samples: net: Add mbedTLS tweaks in overlay-ot.conf
Add some mbedTLS tweaks for OpenThread in overlay-ot.conf. Add sample configuration to enable Commissioner/Joiner, disabled by default. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
This commit is contained in:
parent
063fefd15d
commit
324f99e0ac
2 changed files with 15 additions and 0 deletions
|
@ -39,3 +39,11 @@ CONFIG_FLASH_PAGE_LAYOUT=y
|
||||||
CONFIG_MPU_ALLOW_FLASH_WRITE=y
|
CONFIG_MPU_ALLOW_FLASH_WRITE=y
|
||||||
|
|
||||||
CONFIG_REBOOT=y
|
CONFIG_REBOOT=y
|
||||||
|
|
||||||
|
# mbedTLS tweaks
|
||||||
|
CONFIG_MBEDTLS_SSL_MAX_CONTENT_LEN=768
|
||||||
|
|
||||||
|
# A sample configuration to enable Thread Joiner, uncomment if needed
|
||||||
|
#CONFIG_OPENTHREAD_JOINER=y
|
||||||
|
#CONFIG_OPENTHREAD_JOINER_AUTOSTART=y
|
||||||
|
#CONFIG_MBEDTLS_HEAP_SIZE=8192
|
||||||
|
|
|
@ -39,3 +39,10 @@ CONFIG_FLASH_PAGE_LAYOUT=y
|
||||||
CONFIG_MPU_ALLOW_FLASH_WRITE=y
|
CONFIG_MPU_ALLOW_FLASH_WRITE=y
|
||||||
|
|
||||||
CONFIG_REBOOT=y
|
CONFIG_REBOOT=y
|
||||||
|
|
||||||
|
# mbedTLS tweaks
|
||||||
|
CONFIG_MBEDTLS_SSL_MAX_CONTENT_LEN=768
|
||||||
|
|
||||||
|
# A sample configuration to enable Thread Commissioner, uncomment if needed
|
||||||
|
#CONFIG_OPENTHREAD_COMMISSIONER=y
|
||||||
|
#CONFIG_MBEDTLS_HEAP_SIZE=8192
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue