X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_kern.h;h=fffc9ca7719656fd1c617d6ee14f7b3ab326f1b4;hb=f0cf33e5624b6a45ec583cb05976b706503b2fd4;hp=e828bce7009a46a7af95ca2ced6cdc8f1fe2f6a5;hpb=0eeba5822b3ff0e76ae0fd0272536d371d272d7d;p=bertos.git diff --git a/bertos/cfg/cfg_kern.h b/bertos/cfg/cfg_kern.h index e828bce7..fffc9ca7 100644 --- a/bertos/cfg/cfg_kern.h +++ b/bertos/cfg/cfg_kern.h @@ -52,7 +52,7 @@ #define CONFIG_KERN_SIGNALS 1 ///< Inter-process signals #define CONFIG_KERN_IRQ 1 ///< Interrupt supervisor #define CONFIG_KERN_HEAP 0 ///< Dynamic memory allocation -#define CONFIG_KERN_SEMAPHORES 0 ///< Re-entrant mutual exclusion primitives +#define CONFIG_KERN_SEMAPHORES 1 ///< Re-entrant mutual exclusion primitives #define CONFIG_KERN_MONITOR 1 ///< Process monitor #define CONFIG_KERN_PREEMPT 1 ///< Preemptive process scheduling #define CONFIG_KERN_PRI 1 ///< Priority-based scheduling policy