We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80c1228 commit b934d95Copy full SHA for b934d95
2 files changed
.wolfssl_known_macro_extras
@@ -1104,6 +1104,7 @@ __thumb__
1104
__ti__
1105
__x86_64__
1106
__xtensa__
1107
+__ZEPHYR__
1108
byte
1109
configTICK_RATE_HZ
1110
fallthrough
wolfssl/wolfcrypt/mem_track.h
@@ -79,7 +79,8 @@
79
!defined(WOLFSSL_STATIC_MEMORY)
80
81
#define DO_MEM_STATS
82
-#if (defined(__linux__) && !defined(WOLFSSL_KERNEL_MODE)) || defined(__MACH__)
+#if (defined(__linux__) && !defined(WOLFSSL_KERNEL_MODE)) || \
83
+ defined(__MACH__) || defined(__ZEPHYR__)
84
#define DO_MEM_LIST
85
#endif
86
0 commit comments