at91sam7s-ek: add the "kernel" preset template.
[bertos.git] / bertos / cfg / cfg_debug.h
index 25b25858b2fdfcceb13932035292a75d0a064bb0..f7596ca1e24a7c924141ec805bce2f23f70ca8fd 100644 (file)
 #ifndef CFG_DEBUG_H
 #define CFG_DEBUG_H
 
-/// kdebug console.
+/**
+ * Debug console port.
+ * $WIZ$ type = "int"; min = 0
+ */
 #define CONFIG_KDEBUG_PORT 0
 
-/// Baud-rate for the kdebug console.
-#define CONFIG_KDEBUG_BAUDRATE  115200
+/**
+ * Baudrate for the debug console.
+ * $WIZ$ type = "int"; min = 300
+ */
+#define CONFIG_KDEBUG_BAUDRATE  115200UL
 
 #endif /* CFG_DEBUG_H */