X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=examples%2Ftriface%2Fboot%2Fcfg%2Fcfg_debug.h;fp=examples%2Ftriface%2Fboot%2Fcfg%2Fcfg_debug.h;h=a7c548a942b3e1325abc5d73c8240fae69e1d818;hb=227b05ea43fca5bcc05f5f86613a683612712d81;hp=0000000000000000000000000000000000000000;hpb=731bf89d899933871c9b42f84d781660b246f64f;p=bertos.git 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 */