From 52c2f093f1eda16d60217c6d277164a89c3b2453 Mon Sep 17 00:00:00 2001 From: qwert Date: Fri, 25 Jul 2008 14:33:20 +0000 Subject: [PATCH] Add config for serial tag port git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1514 38d2e660-2303-0410-9eaa-f027e97ec537 --- app/triface/cfg/cfg_ser.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/triface/cfg/cfg_ser.h b/app/triface/cfg/cfg_ser.h index e09ad6cb..decb0595 100644 --- a/app/triface/cfg/cfg_ser.h +++ b/app/triface/cfg/cfg_ser.h @@ -46,6 +46,10 @@ /// Baud-rate for the kdebug console #define CONFIG_TRIFACE_BAUDRATE 115200 +/// Triface serial tag port +#define TAG_SER_PORT 0 +///Baud-rate for triface serial tag port +#define TAG_SER_BAUDRATE 9600 /// [bytes] Size of the outbound FIFO buffer for port 0. #define CONFIG_UART0_TXBUFSIZE 32 -- 2.25.1