Skip to content

Commit 174705e

Browse files
ArekBalysNordiccarlescufi
authored andcommitted
openthread: Fix build warning due to wrong MBEDTLS config
The MBEDTLS_MPI_MAX_SIZE must be set to 256 to be compliant with Thread libraries. Signed-off-by: Arkadiusz Balys <[email protected]>
1 parent 287effa commit 174705e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

subsys/net/openthread/Kconfig.defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,9 @@ config MBEDTLS_SSL_MAX_FRAGMENT_LENGTH
132132
default n if !(OPENTHREAD_JOINER || OPENTHREAD_COMMISSIONER || OPENTHREAD_COAPS || OPENTHREAD_BLE_TCAT)
133133
default y
134134

135+
config MBEDTLS_MPI_MAX_SIZE
136+
default 256
137+
135138
config MBEDTLS_ENTROPY_C
136139
default y
137140

0 commit comments

Comments
 (0)