interim ESP32-S3 changes & diagnostics

This commit is contained in:
gojimmypi
2023-01-04 15:49:35 -08:00
parent adb406e1ee
commit b04d6ed56b
3 changed files with 312 additions and 0 deletions

View File

@@ -3397,6 +3397,9 @@ int wc_GenerateSeed(OS_Seed* os, byte* output, word32 sz)
/* Espressif ESP32 */
#include <esp_system.h>
#if defined(CONFIG_IDF_TARGET_ESP32S3)
#include <esp_random.h>
#endif
int wc_GenerateSeed(OS_Seed* os, byte* output, word32 sz)
{