From: qwert Date: Fri, 25 Jul 2008 14:33:20 +0000 (+0000) Subject: Add config for serial tag port X-Git-Tag: 2.0.0~420 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=52c2f093f1eda16d60217c6d277164a89c3b2453;p=bertos.git Add config for serial tag port git-svn-id: https://src.develer.com/svnoss/bertos/trunk@1514 38d2e660-2303-0410-9eaa-f027e97ec537 --- 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