X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=bertos%2Fcfg%2Fdebug.h;h=cccaf8ccee6c394586522c8426a2867c4dd3de6c;hb=a5a4e29851b8de831681013945abe8764c594cec;hp=4aa33639d5765d3cf4c87461bf41aecb826d563c;hpb=111a5049211f2adee08a0e483bfd560f3ee88e14;p=bertos.git diff --git a/bertos/cfg/debug.h b/bertos/cfg/debug.h index 4aa33639..cccaf8cc 100644 --- a/bertos/cfg/debug.h +++ b/bertos/cfg/debug.h @@ -36,8 +36,13 @@ * Freestanding (AKA embedded) applications use \c drv/kdebug.c to output * diagnostic messages to a serial terminal or a JTAG debugger. * - * \version $Id$ * \author Bernie Innocenti + * + * $WIZ$ module_name = "debug" + * $WIZ$ module_configuration = "bertos/cfg/cfg_debug.h" + * $WIZ$ DEBUG = 1 + * $WIZ$ module_depends = "formatwr" + * $WIZ$ module_supports = "not atmega103" */ #ifndef BERTOS_DEBUG_H