From 0295fbea0942cc8e93422ab8a460e7ef34faec43 Mon Sep 17 00:00:00 2001 From: Felipe Moura Date: Mon, 14 Oct 2024 11:42:14 -0300 Subject: [PATCH] fix compilation when enable mbedTLS in apps when using esp32c6 --- nuttx/esp32c6/include/sdkconfig.h | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nuttx/esp32c6/include/sdkconfig.h b/nuttx/esp32c6/include/sdkconfig.h index 9c00d0927d..1a3614d848 100644 --- a/nuttx/esp32c6/include/sdkconfig.h +++ b/nuttx/esp32c6/include/sdkconfig.h @@ -389,6 +389,13 @@ #undef CONFIG_MBEDTLS_HARDWARE_MPI #undef CONFIG_MBEDTLS_MPI_USE_INTERRUPT #undef CONFIG_MBEDTLS_HARDWARE_SHA +#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_HARDWARE_ECC #undef CONFIG_MBEDTLS_ECC_OTHER_CURVES_SOFT_FALLBACK #undef CONFIG_MBEDTLS_ROM_MD5