-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[HELP] Making HTTPS calls using MBEDTLS #14010
Comments
Adding to what has already been said: It seems like the issue is related to missing configurations in NuttX concerning the Espressif HAL for the ESP32C6. As a validation, I enabled the MBEDTLS features using the following configuration for the STM32F746: $ ./tools/configure.sh stm32f746g-disco:netnsh I also applied the same configuration for the ESP32: $ ./tools/configure.sh esp32-devkitc:wifi @fdcavalcanti, @eren-terzioglu can you PTAL? |
Check |
I was trying to deal with similar in the past in #11738 |
You are right @pkarashchenko , I did same thing than you and now we are able to compile. |
I'll take a look soon. Hold on a bit. |
@engdavidiogo is everything ok in your side ? |
Yes @FelipeMdeO , I can reproduce the build without any errors. @fdcavalcanti I continue testing and have no apparent problems |
@fdcavalcanti We are able to update firmware using secure link, please lets update 3rdparty in nuttx master. |
We are testing the changes internally. As soon as our CI finishes, we can merge it. Thanks! |
Hi @engdavidiogo and @FelipeMdeO , We merged it on Can you please test it setting |
Hi @tmedicci thanks for the support with this! Closing... |
Description
I need help understanding what is wrong with this implementation attempt.
I am trying to make HTTPS calls in my project using MBEDTLS, and for that, I am using the default Wi-Fi configuration for the ESP32C6.
$ ./tools/configure.sh esp32c6-devkitc:wifi
After that, I enable the following configurations in the menu:
CONFIG_CRYPTO_MBEDTLS
CONFIG_MBEDTLS_APPS
CONFIG_MBEDTLS_APP_BENCHMARK
CONFIG_MBEDTLS_APP_SELFTEST
With this configuration, when trying to build, I get the following output:
Please let me know if I skipped any necessary steps for success.
Verification
The text was updated successfully, but these errors were encountered: