X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=examples%2Flm3s1968%2Fcfg%2Fcfg_debug.h;fp=examples%2Flm3s1968%2Fcfg%2Fcfg_debug.h;h=ef7c4a75fd0a0a6f7708eea524f9f88c8dbe543e;hb=770e91a532da193469702a7f3e1f09302f860234;hp=0000000000000000000000000000000000000000;hpb=41d14f76b5f57cce434048251df63eb6bbdb1df0;p=bertos.git diff --git a/examples/lm3s1968/cfg/cfg_debug.h b/examples/lm3s1968/cfg/cfg_debug.h new file mode 100644 index 00000000..ef7c4a75 --- /dev/null +++ b/examples/lm3s1968/cfg/cfg_debug.h @@ -0,0 +1,53 @@ +/** + * \file + * + * + * \brief Configuration file for Debug module. + * + * \author Daniele Basile + */ + +#ifndef CFG_DEBUG_H +#define CFG_DEBUG_H + +/** + * Debug console port. + * $WIZ$ type = "int"; min = 0 + */ +#define CONFIG_KDEBUG_PORT 0 + +/** + * Baudrate for the debug console. + * $WIZ$ type = "int"; min = 300 + */ +#define CONFIG_KDEBUG_BAUDRATE 115200UL + +#endif /* CFG_DEBUG_H */