From: asterix Date: Fri, 6 Nov 2009 09:11:06 +0000 (+0000) Subject: Add debug configuration for boot. X-Git-Tag: 2.4.0~92 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=227b05ea43fca5bcc05f5f86613a683612712d81;p=bertos.git Add debug configuration for boot. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3105 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/examples/triface/boot/cfg/cfg_debug.h b/examples/triface/boot/cfg/cfg_debug.h new file mode 100644 index 00000000..a7c548a9 --- /dev/null +++ b/examples/triface/boot/cfg/cfg_debug.h @@ -0,0 +1,49 @@ +/** + * \file + * + * + * \brief Configuration file for Debug module. + * + * \version $Id$ + * + * \author Daniele Basile + */ + +#ifndef CFG_DEBUG_H +#define CFG_DEBUG_H + +/// kdebug console. +#define CONFIG_KDEBUG_PORT 1 + +/// Baud-rate for the kdebug console. +#define CONFIG_KDEBUG_BAUDRATE 115200 + +#endif /* CFG_DEBUG_H */