1
0
mirror of https://github.com/taigrr/arduinolibs synced 2025-01-18 04:33:12 -08:00

Port the crypto library to ESP32

This commit is contained in:
Rhys Weatherley
2018-04-02 15:02:42 +10:00
parent b1ac67efb6
commit e2420adfc5
10 changed files with 76 additions and 21 deletions

View File

@@ -31,7 +31,7 @@
((uint64_t)pgm_read_dword(_temp)) | \
(((uint64_t)pgm_read_dword(_temp + 1)) << 32); \
}))
#elif defined(ESP8266)
#elif defined(ESP8266) || defined(ESP32)
#include <pgmspace.h>
#define pgm_read_qword(x) \
(__extension__ ({ \