X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=boards%2Fstm32VLDiscovery%2Ftemplates%2Fempty%2Fcfg%2Fcfg_debug.h;fp=boards%2Fstm32VLDiscovery%2Ftemplates%2Fempty%2Fcfg%2Fcfg_debug.h;h=3bb3b181db2a6ab81c6d1b6df25be89f5053b108;hb=bbc9b62788f5e2f94dd550708a6af22f6d49eb98;hp=0000000000000000000000000000000000000000;hpb=17f239924a2d52d099e60ba3a65662f4d2b1fb16;p=bertos.git diff --git a/boards/stm32VLDiscovery/templates/empty/cfg/cfg_debug.h b/boards/stm32VLDiscovery/templates/empty/cfg/cfg_debug.h new file mode 100644 index 00000000..3bb3b181 --- /dev/null +++ b/boards/stm32VLDiscovery/templates/empty/cfg/cfg_debug.h @@ -0,0 +1,54 @@ +/** + * \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 1 + +/** + * Baudrate for the debug console. + * $WIZ$ type = "int"; min = 300 + */ +#define CONFIG_KDEBUG_BAUDRATE 115200UL + +#endif /* CFG_DEBUG_H */