Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

esp32c6: fix compilation when enable mbedTLS in apps #5

Open
wants to merge 1 commit into
base: release/v5.1.c
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions nuttx/esp32c6/include/sdkconfig.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down