X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Farduino%2Ftemplates%2Fempty%2Fcfg%2Fcfg_sem.h;fp=boards%2Farduino%2Ftemplates%2Fempty%2Fcfg%2Fcfg_sem.h;h=2a6de7a910bf1d34a4cb7ec491dc81880a6973c7;hb=b73ab8af789a79c3beebf051f690a9eed4ddacd0;hp=0000000000000000000000000000000000000000;hpb=faae9ad02b287bebe157a2fbe984a754cf217c9a;p=bertos.git diff --git a/boards/arduino/templates/empty/cfg/cfg_sem.h b/boards/arduino/templates/empty/cfg/cfg_sem.h new file mode 100644 index 00000000..2a6de7a9 --- /dev/null +++ b/boards/arduino/templates/empty/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 */