X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fek-lm3s1968%2Ftemplates%2Fempty%2Fcfg%2Fcfg_signal.h;fp=boards%2Fek-lm3s1968%2Ftemplates%2Fempty%2Fcfg%2Fcfg_signal.h;h=ed85119b76ac12953b3445437d3d32fbe20a83fe;hb=bffd1b51299b601b2ab6d512292cca9b80f7577c;hp=0000000000000000000000000000000000000000;hpb=65ef75b440eab0794983ebfbb93a1821108ff14b;p=bertos.git diff --git a/boards/ek-lm3s1968/templates/empty/cfg/cfg_signal.h b/boards/ek-lm3s1968/templates/empty/cfg/cfg_signal.h new file mode 100644 index 00000000..ed85119b --- /dev/null +++ b/boards/ek-lm3s1968/templates/empty/cfg/cfg_signal.h @@ -0,0 +1,48 @@ +/** + * \file + * + * + * \brief Kernel signals configuration parameters + * + * \version $Id$ + * \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 */