X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fstm32-p103%2Ftemplates%2Fempty%2Fcfg%2Fcfg_monitor.h;fp=boards%2Fstm32-p103%2Ftemplates%2Fempty%2Fcfg%2Fcfg_monitor.h;h=ffe17c071f82bb6596ce8632b071ee9686a5b20f;hb=cd19c6e09a32747c2da6e62204e4b74c7502d200;hp=0000000000000000000000000000000000000000;hpb=bffd1b51299b601b2ab6d512292cca9b80f7577c;p=bertos.git diff --git a/boards/stm32-p103/templates/empty/cfg/cfg_monitor.h b/boards/stm32-p103/templates/empty/cfg/cfg_monitor.h new file mode 100644 index 00000000..ffe17c07 --- /dev/null +++ b/boards/stm32-p103/templates/empty/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 0 + +#endif /* CFG_MONITOR_H */