X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=inline;f=boards%2Ftriface%2Fbenchmark%2Ftriface_context_switch%2Fcfg%2Fcfg_signal.h;fp=boards%2Ftriface%2Fbenchmark%2Ftriface_context_switch%2Fcfg%2Fcfg_signal.h;h=ce5324ec10ea5086817a3f77e054e8fe38e3ac1e;hb=1ad9c44812fff13515605ba9511f89b4dc9e9da6;hp=0000000000000000000000000000000000000000;hpb=38c0dde41df492a35e4bd674e4f8bb7b1f575f46;p=bertos.git diff --git a/boards/triface/benchmark/triface_context_switch/cfg/cfg_signal.h b/boards/triface/benchmark/triface_context_switch/cfg/cfg_signal.h new file mode 100644 index 00000000..ce5324ec --- /dev/null +++ b/boards/triface/benchmark/triface_context_switch/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 */