X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=inline;f=boards%2Fstm32-p103%2Ftemplates%2Fstm32-p103_empty%2Fcfg%2Fcfg_signal.h;fp=boards%2Fstm32-p103%2Ftemplates%2Fstm32-p103_empty%2Fcfg%2Fcfg_signal.h;h=e48d86a6e43fea23f26963f45378a48f2772f569;hb=871052ad067d8afb08745171e7ba4e13a71bc45f;hp=0000000000000000000000000000000000000000;hpb=9f892b42079e6f254881e57f59b12500042bb3ee;p=bertos.git diff --git a/boards/stm32-p103/templates/stm32-p103_empty/cfg/cfg_signal.h b/boards/stm32-p103/templates/stm32-p103_empty/cfg/cfg_signal.h new file mode 100644 index 00000000..e48d86a6 --- /dev/null +++ b/boards/stm32-p103/templates/stm32-p103_empty/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 0 + +#endif /* CFG_SIGNAL_H */