From 227b05ea43fca5bcc05f5f86613a683612712d81 Mon Sep 17 00:00:00 2001 From: asterix Date: Fri, 6 Nov 2009 09:11:06 +0000 Subject: [PATCH] Add debug configuration for boot. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3105 38d2e660-2303-0410-9eaa-f027e97ec537 --- examples/triface/boot/cfg/cfg_debug.h | 49 +++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 examples/triface/boot/cfg/cfg_debug.h 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 */ -- 2.25.1