X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fek-lm3s1968%2Fbenchmarck%2Fkernel_footprint%2Fcfg%2Fcfg_sem.h;fp=boards%2Fek-lm3s1968%2Fbenchmarck%2Fkernel_footprint%2Fcfg%2Fcfg_sem.h;h=2a6de7a910bf1d34a4cb7ec491dc81880a6973c7;hb=b3275d403a59f8c2b042abcb7a6b168e50105061;hp=0000000000000000000000000000000000000000;hpb=84cf056f574c42a3bd577bf3929498acac7c897e;p=bertos.git diff --git a/boards/ek-lm3s1968/benchmarck/kernel_footprint/cfg/cfg_sem.h b/boards/ek-lm3s1968/benchmarck/kernel_footprint/cfg/cfg_sem.h new file mode 100644 index 00000000..2a6de7a9 --- /dev/null +++ b/boards/ek-lm3s1968/benchmarck/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 0 + +#endif /* CFG_SEM_H */