Skip to content

Commit

Permalink
spresense/lte: use mbedtls version configured
Browse files Browse the repository at this point in the history
Signed-off-by: makejian <[email protected]>
  • Loading branch information
makejian authored and xiaoxiang781216 committed Aug 27, 2023
1 parent e152391 commit 98bb669
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions boards/arm/cxd56xx/spresense/configs/lte/defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 98bb669

Please sign in to comment.