X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fat91sam7s-ek%2Ftemplates%2Fkernel%2Fcfg%2Fcfg_monitor.h;fp=boards%2Fat91sam7s-ek%2Ftemplates%2Fkernel%2Fcfg%2Fcfg_monitor.h;h=6391b4070e8d5ea659ff5594c1dbeb5b0a03222c;hb=39279a8f7a3c0aa7c0dc2f56863e088568044d79;hp=0000000000000000000000000000000000000000;hpb=e1510c810a9169e2aa6661e95c8306cf995ad6cd;p=bertos.git diff --git a/boards/at91sam7s-ek/templates/kernel/cfg/cfg_monitor.h b/boards/at91sam7s-ek/templates/kernel/cfg/cfg_monitor.h new file mode 100644 index 00000000..6391b407 --- /dev/null +++ b/boards/at91sam7s-ek/templates/kernel/cfg/cfg_monitor.h @@ -0,0 +1,48 @@ +/** + * \file + * + * + * \brief Kernel monitor configuration parameters + * + * \version $Id$ + * \author Bernie Innocenti + */ + +#ifndef CFG_MONITOR_H +#define CFG_MONITOR_H + +/** + * Process monitor. + * $WIZ$ type = "autoenabled" + */ +#define CONFIG_KERN_MONITOR 1 + +#endif /* CFG_MONITOR_H */