File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 21
21
#if defined(SECURE_ELEMENT_IS_ECCX08)
22
22
#include < ECCX08.h>
23
23
#include < utility/ECCX08DefaultTLSConfig.h>
24
+ #elif defined(SECURE_ELEMENT_IS_SE050) && defined(ARDUINO_PORTENTA_H7_M7)
25
+ #include < PortentaH7_SE05X.h>
24
26
#elif defined(SECURE_ELEMENT_IS_SE050)
25
27
#include < SE05X.h>
26
28
#elif defined(SECURE_ELEMENT_IS_SOFTSE)
Original file line number Diff line number Diff line change 12
12
#define SECURE_ELEMENT_CONFIG_H_
13
13
14
14
#if defined(ARDUINO_AVR_UNO_WIFI_REV2 ) || \
15
- defined(ARDUINO_SAMD_MKRWIFI1010 ) || defined(ARDUINO_SAMD_NANO_33_IOT ) || \
15
+ defined(ARDUINO_SAMD_MKRWIFI1010 ) || defined(ARDUINO_SAMD_NANO_33_IOT ) || \
16
16
defined(ARDUINO_SAMD_MKRGSM1400 ) || defined(ARDUINO_SAMD_MKR1000 ) || \
17
17
defined(ARDUINO_SAMD_MKRNB1500 ) || defined(ARDUINO_PORTENTA_H7_M7 ) || \
18
18
defined(ARDUINO_NANO_RP2040_CONNECT ) || defined(ARDUINO_OPTA ) || \
19
19
defined(ARDUINO_GIGA )
20
20
#define SECURE_ELEMENT_IS_ECCX08
21
21
#endif
22
22
23
+ /* Uncomment this if wyou want to use SE050 with Portenta H7*/
24
+ #if defined(ARDUINO_PORTENTA_H7_M7 )
25
+ #undef SECURE_ELEMENT_IS_ECCX08
26
+ #define SECURE_ELEMENT_IS_SE050
27
+ #endif
28
+
23
29
#if defined(ARDUINO_NICLA_VISION ) || defined(ARDUINO_PORTENTA_C33 )
24
30
#define SECURE_ELEMENT_IS_SE050
25
31
#endif
You can’t perform that action at this time.
0 commit comments