X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=examples%2Favr-kern%2Fcfg%2Fcfg_debug.h;fp=examples%2Favr-kern%2Fcfg%2Fcfg_debug.h;h=b01362599a4acf4431bc96a182f89d768dc532da;hb=1c675e3194ab2c54098866018f4856c736922553;hp=0000000000000000000000000000000000000000;hpb=31347cddceafb4e9775d9f51b268091409adee72;p=bertos.git diff --git a/examples/avr-kern/cfg/cfg_debug.h b/examples/avr-kern/cfg/cfg_debug.h new file mode 100644 index 00000000..b0136259 --- /dev/null +++ b/examples/avr-kern/cfg/cfg_debug.h @@ -0,0 +1,55 @@ +/** + * \file + * + * + * \brief Configuration file for Debug module. + * + * \version $Id$ + * + * \author Daniele Basile + */ + +#ifndef CFG_DEBUG_H +#define CFG_DEBUG_H + +/** + * Debug console port. + * $WIZ$ type = "int"; min = 0 + */ +#define CONFIG_KDEBUG_PORT 1 + +/** + * Baudrate for the debug console. + * $WIZ$ type = "int"; min = 300 + */ +#define CONFIG_KDEBUG_BAUDRATE 115200UL + +#endif /* CFG_DEBUG_H */