X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fat91sam7x-ek%2Ftemplates%2Fat91sam7x-ek_kernel%2Fcfg%2Fcfg_monitor.h;fp=boards%2Fat91sam7x-ek%2Ftemplates%2Fat91sam7x-ek_kernel%2Fcfg%2Fcfg_monitor.h;h=d0e24da428f6c4dc1f410ec276b799174f781c75;hb=78be08e4397b2c98da4b119aad450acab17048d7;hp=0000000000000000000000000000000000000000;hpb=45a5ed5a6f4ccb4cf34e54b92eccb486436bc469;p=bertos.git diff --git a/boards/at91sam7x-ek/templates/at91sam7x-ek_kernel/cfg/cfg_monitor.h b/boards/at91sam7x-ek/templates/at91sam7x-ek_kernel/cfg/cfg_monitor.h new file mode 100644 index 00000000..d0e24da4 --- /dev/null +++ b/boards/at91sam7x-ek/templates/at91sam7x-ek_kernel/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 1 + +#endif /* CFG_MONITOR_H */