Skip to content

Commit

Permalink
nuttx/esp32|c3|c6: undef additional mbedtls symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
fdcavalcanti authored and tmedicci committed Oct 17, 2024
1 parent ca869dd commit 26d4d1b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions nuttx/esp32c3/include/sdkconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,13 @@

#include <nuttx/config.h>

#undef CONFIG_MBEDTLS_SSL_DTLS_CONNECTION_ID
#undef CONFIG_MBEDTLS_CHACHAPOLY_C
#undef CONFIG_MBEDTLS_POLY1305_C
#undef CONFIG_MBEDTLS_CHACHA20_C
#undef CONFIG_MBEDTLS_CAMELLIA_C
#undef CONFIG_MBEDTLS_NIST_KW_C
#undef CONFIG_MBEDTLS_RIPEMD160_C
#undef CONFIG_MBEDTLS_INTERNAL_MEM_ALLOC
#undef CONFIG_MBEDTLS_ASYMMETRIC_CONTENT_LEN
#undef CONFIG_MBEDTLS_SSL_IN_CONTENT_LEN
Expand Down
7 changes: 7 additions & 0 deletions nuttx/esp32c6/include/sdkconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,13 @@

#include <nuttx/config.h>

#undef CONFIG_MBEDTLS_SSL_DTLS_CONNECTION_ID
#undef CONFIG_MBEDTLS_CHACHAPOLY_C
#undef CONFIG_MBEDTLS_POLY1305_C
#undef CONFIG_MBEDTLS_CHACHA20_C
#undef CONFIG_MBEDTLS_CAMELLIA_C
#undef CONFIG_MBEDTLS_NIST_KW_C
#undef CONFIG_MBEDTLS_RIPEMD160_C
#undef CONFIG_MBEDTLS_INTERNAL_MEM_ALLOC
#undef CONFIG_MBEDTLS_ASYMMETRIC_CONTENT_LEN
#undef CONFIG_MBEDTLS_SSL_IN_CONTENT_LEN
Expand Down

0 comments on commit 26d4d1b

Please sign in to comment.