X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fsam3n-ek%2Ftemplates%2Fsam3n-ek_kernel%2Fcfg%2Fcfg_signal.h;fp=boards%2Fsam3n-ek%2Ftemplates%2Fsam3n-ek_kernel%2Fcfg%2Fcfg_signal.h;h=ce5324ec10ea5086817a3f77e054e8fe38e3ac1e;hb=61171d95e604185c26236fc9f3cba4ef77312c67;hp=0000000000000000000000000000000000000000;hpb=b6b7cb68fe5f979418b595c667bf714fee90b787;p=bertos.git diff --git a/boards/sam3n-ek/templates/sam3n-ek_kernel/cfg/cfg_signal.h b/boards/sam3n-ek/templates/sam3n-ek_kernel/cfg/cfg_signal.h new file mode 100644 index 00000000..ce5324ec --- /dev/null +++ b/boards/sam3n-ek/templates/sam3n-ek_kernel/cfg/cfg_signal.h @@ -0,0 +1,47 @@ +/** + * \file + * + * + * \brief Kernel signals configuration parameters + * + * \author Bernie Innocenti + */ + +#ifndef CFG_SIGNAL_H +#define CFG_SIGNAL_H + +/** + * Inter-process signals. + * $WIZ$ type = "autoenabled" + */ +#define CONFIG_KERN_SIGNALS 1 + +#endif /* CFG_SIGNAL_H */