Add WOLFSSL_ESP8266 for ESP-IDF

This commit is contained in:
gojimmypi
2022-04-23 12:30:34 -07:00
parent 70ad19467c
commit 15a48e411d
2 changed files with 4 additions and 1 deletions

View File

@ -2455,7 +2455,7 @@ int wc_GenerateSeed(OS_Seed* os, byte* output, word32 sz)
}
#elif defined(WOLFSSL_ESPIDF)
#if defined(WOLFSSL_ESPWROOM32) || defined(WOLFSSL_ESPWROOM32SE)
#if defined(WOLFSSL_ESPWROOM32) || defined(WOLFSSL_ESPWROOM32SE) || defined(WOLFSSL_ESP8266)
#include <esp_system.h>
int wc_GenerateSeed(OS_Seed* os, byte* output, word32 sz)

View File

@ -203,6 +203,9 @@
/* Uncomment next line if using Espressif ESP32-WROOM-32SE */
/* #define WOLFSSL_ESPWROOM32SE */
/* Uncomment next line if using Espressif ESP8266 */
/* #define WOLFSSL_ESP8266 */
/* Uncomment next line if using ARM CRYPTOCELL*/
/* #define WOLFSSL_CRYPTOCELL */