We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9fe3b19 + b934d95 commit f8b5352Copy full SHA for f8b5352
2 files changed
.wolfssl_known_macro_extras
@@ -1105,6 +1105,7 @@ __thumb__
1105
__ti__
1106
__x86_64__
1107
__xtensa__
1108
+__ZEPHYR__
1109
byte
1110
configTICK_RATE_HZ
1111
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