X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fsam3n-ek%2Ftemplates%2Fempty%2Fcfg%2Fcfg_monitor.h;fp=boards%2Fsam3n-ek%2Ftemplates%2Fempty%2Fcfg%2Fcfg_monitor.h;h=78f222bfd3e8412c4a53031cbce2342b481dffc1;hb=b31313bb8069b73e75d7a330e17135ace483013f;hp=0000000000000000000000000000000000000000;hpb=35b2de49e2b372c66e61457c3ec007c777e2393b;p=bertos.git diff --git a/boards/sam3n-ek/templates/empty/cfg/cfg_monitor.h b/boards/sam3n-ek/templates/empty/cfg/cfg_monitor.h new file mode 100644 index 00000000..78f222bf --- /dev/null +++ b/boards/sam3n-ek/templates/empty/cfg/cfg_monitor.h @@ -0,0 +1,47 @@ +/** + * \file + * + * + * \brief Kernel monitor configuration parameters + * + * \author Bernie Innocenti + */ + +#ifndef CFG_MONITOR_H +#define CFG_MONITOR_H + +/** + * Process monitor. + * $WIZ$ type = "autoenabled" + */ +#define CONFIG_KERN_MONITOR 0 + +#endif /* CFG_MONITOR_H */