espressif / esp-wolfssl

WolfSSL port for ESP-IDF & ESP8266_RTOS_SDK
40 stars 13 forks source link

Component esp-wolfssl only supports targets: esp32;esp8266 #8

Closed SinglWolf closed 3 years ago

SinglWolf commented 3 years ago

Good day! The official documentation of esp32-S2 says how to use the library. 2021-05-06_04-47-26

When compiling the project, I get this message. 2021-05-06_04-48-10

When will esp32-S2 be supported?

mahavirj commented 3 years ago

@SinglWolf

We have pushed some updates to this repository, if you pull latest changes then ESP32-S2 and ESP32-C3 will be supported as well. However please take a note about licensing per https://github.com/espressif/esp-wolfssl#licensing

mahavirj commented 3 years ago

@SinglWolf

We have tested updated changes for ESP32-S2. I will resolve this issue. Please feel free to re-open if you still have any questions.

ghenry commented 3 years ago

Where do you put the wolfssl main sources now?