We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3690af6 commit 2ad0fd7Copy full SHA for 2ad0fd7
simplicity_sdk/platform/security/sl_component/sli_psec_osal/inc/sli_psec_osal.h
@@ -42,7 +42,10 @@
42
#include "sl_component_catalog.h"
43
#endif
44
45
-#if defined(SL_CATALOG_MICRIUMOS_KERNEL_PRESENT) || defined(SL_CATALOG_FREERTOS_KERNEL_PRESENT)
+#if defined(__ZEPHYR__) && defined(SL_SE_MANAGER_THREADING)
46
+ #include "sli_psec_osal_zephyr.h"
47
+ #define SLI_PSEC_THREADING
48
+#elif defined(SL_CATALOG_MICRIUMOS_KERNEL_PRESENT) || defined(SL_CATALOG_FREERTOS_KERNEL_PRESENT)
49
// Include CMSIS RTOS2 kernel abstraction layer:
50
#include "sli_psec_osal_cmsis_rtos2.h"
51
#define SLI_PSEC_THREADING
0 commit comments