X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=boards%2Fstm32VLDiscovery%2Ftemplates%2Fkernel%2Fcfg%2Fcfg_debug.h;fp=boards%2Fstm32VLDiscovery%2Ftemplates%2Fkernel%2Fcfg%2Fcfg_debug.h;h=3bb3b181db2a6ab81c6d1b6df25be89f5053b108;hb=150b803365687c36d4ff94c65b089a4e91425a65;hp=0000000000000000000000000000000000000000;hpb=3439fb1587a2ad75977d02233e52c7b68c20a6cd;p=bertos.git diff --git a/boards/stm32VLDiscovery/templates/kernel/cfg/cfg_debug.h b/boards/stm32VLDiscovery/templates/kernel/cfg/cfg_debug.h new file mode 100644 index 00000000..3bb3b181 --- /dev/null +++ b/boards/stm32VLDiscovery/templates/kernel/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 */