mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-31 11:17:29 +02:00
Add WOLFSSL_ESP8266 for ESP-IDF
This commit is contained in:
@ -2455,7 +2455,7 @@ int wc_GenerateSeed(OS_Seed* os, byte* output, word32 sz)
|
|||||||
}
|
}
|
||||||
|
|
||||||
#elif defined(WOLFSSL_ESPIDF)
|
#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>
|
#include <esp_system.h>
|
||||||
|
|
||||||
int wc_GenerateSeed(OS_Seed* os, byte* output, word32 sz)
|
int wc_GenerateSeed(OS_Seed* os, byte* output, word32 sz)
|
||||||
|
@ -203,6 +203,9 @@
|
|||||||
/* Uncomment next line if using Espressif ESP32-WROOM-32SE */
|
/* Uncomment next line if using Espressif ESP32-WROOM-32SE */
|
||||||
/* #define WOLFSSL_ESPWROOM32SE */
|
/* #define WOLFSSL_ESPWROOM32SE */
|
||||||
|
|
||||||
|
/* Uncomment next line if using Espressif ESP8266 */
|
||||||
|
/* #define WOLFSSL_ESP8266 */
|
||||||
|
|
||||||
/* Uncomment next line if using ARM CRYPTOCELL*/
|
/* Uncomment next line if using ARM CRYPTOCELL*/
|
||||||
/* #define WOLFSSL_CRYPTOCELL */
|
/* #define WOLFSSL_CRYPTOCELL */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user