X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fstm32-p103%2Fbenchmark%2Fkernel_footprint%2Fcfg%2Fcfg_sem.h;fp=boards%2Fstm32-p103%2Fbenchmark%2Fkernel_footprint%2Fcfg%2Fcfg_sem.h;h=86ed110d143afb1e894f7ab81d8408a3c0e3acc2;hb=09bc15f21ff2875f1cb44aabfba8c8e9cc39b586;hp=0000000000000000000000000000000000000000;hpb=febbff6f3b8e3e825aad6b33519380de1462114a;p=bertos.git diff --git a/boards/stm32-p103/benchmark/kernel_footprint/cfg/cfg_sem.h b/boards/stm32-p103/benchmark/kernel_footprint/cfg/cfg_sem.h new file mode 100644 index 00000000..86ed110d --- /dev/null +++ b/boards/stm32-p103/benchmark/kernel_footprint/cfg/cfg_sem.h @@ -0,0 +1,48 @@ +/** + * \file + * + * + * \brief Kernel semaphores configuration parameters. + * + * \version $Id$ + * \author Bernie Innocenti + */ + +#ifndef CFG_SEM_H +#define CFG_SEM_H + +/** + * Re-entrant mutual exclusion primitives. + * $WIZ$ type = "autoenabled" + */ +#define CONFIG_KERN_SEMAPHORES 1 + +#endif /* CFG_SEM_H */