This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new 98bb66998b spresense/lte: use mbedtls version configured
98bb66998b is described below
commit 98bb66998bf822f249f5d44520d9a1947e14f819
Author: makejian <[email protected]>
AuthorDate: Fri Aug 25 22:55:35 2023 +0800
spresense/lte: use mbedtls version configured
Signed-off-by: makejian <[email protected]>
---
boards/arm/cxd56xx/spresense/configs/lte/defconfig | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/boards/arm/cxd56xx/spresense/configs/lte/defconfig
b/boards/arm/cxd56xx/spresense/configs/lte/defconfig
index 3c13f9ccee..b731d1cecc 100644
--- a/boards/arm/cxd56xx/spresense/configs/lte/defconfig
+++ b/boards/arm/cxd56xx/spresense/configs/lte/defconfig
@@ -48,8 +48,9 @@ CONFIG_INIT_ENTRYPOINT="spresense_main"
CONFIG_INIT_STACKSIZE=3072
CONFIG_LTE_ALT1250=y
CONFIG_LTE_LAPI=y
-CONFIG_MBEDTLS_APPS=y
-CONFIG_MBEDTLS_VERSION="2.28.0"
+CONFIG_MBEDTLS_SSL_DTLS_CONNECTION_ID=y
+CONFIG_MBEDTLS_SSL_DTLS_CONNECTION_ID_COMPAT=y
+CONFIG_MBEDTLS_SSL_PROTO_DTLS=y
CONFIG_MODEM=y
CONFIG_MODEM_ALT1250=y
CONFIG_MTD_BYTE_WRITE=y