We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d120862 commit 6be3d18Copy full SHA for 6be3d18
src/AIoTC_Config.h
@@ -128,6 +128,10 @@
128
#define HAS_TCP
129
#endif
130
131
+#if defined(BOARD_HAS_SOFTSE) || defined(BOARD_HAS_OFFLOADED_ECCX08) || defined(BOARD_HAS_ECCX08) || defined(BOARD_HAS_SE050)
132
+ #define BOARD_HAS_SECURE_ELEMENT
133
+#endif
134
+
135
/******************************************************************************
136
* CONSTANTS
137
******************************************************************************/
0 commit comments