Search found 2 matches

by M-Babu
Mon Mar 04, 2024 4:18 pm
Forum: ESP-IDF
Topic: Help setting up Espressif-IDE
Replies: 5
Views: 17948

Re: Help setting up Espressif-IDE

Yeah I can confirm that both versions (2.11 and 2.12) are broken in my use case with the very same errors. Overall it is "toolchain is NULL" in different descriptions. Processor in use is the ESP32 and toolchain is gcc (minimum install by `install.sh esp32`). My workaround was to uninstall the ESP-I...
by M-Babu
Tue Jan 09, 2024 1:25 pm
Forum: ESP-IDF
Topic: Slow SSL session initialization due to parallel load of files
Replies: 0
Views: 21224

Slow SSL session initialization due to parallel load of files

Hello ESP32 forum, I am looking for some idea how to speed up the initial loading an https website provided by an ESP32. The speed of the processor was maxed out and the SSL performance optimized (e.g. by choosing the best performing encryption). I am able to complete the SSL initialization/handshak...