From 88e768c20e4347e1bf1101c8d941ff3797940cff Mon Sep 17 00:00:00 2001 From: bernie Date: Thu, 18 May 2006 00:40:43 +0000 Subject: [PATCH] Rename appconfig.h to appconfig_common.h. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@614 38d2e660-2303-0410-9eaa-f027e97ec537 --- appconfig.h => appconfig_common.h | 26 +++++++++----------------- 1 file changed, 9 insertions(+), 17 deletions(-) rename appconfig.h => appconfig_common.h (93%) diff --git a/appconfig.h b/appconfig_common.h similarity index 93% rename from appconfig.h rename to appconfig_common.h index 6a372c80..fc6a0b22 100755 --- a/appconfig.h +++ b/appconfig_common.h @@ -46,6 +46,9 @@ /*#* *#* $Log$ + *#* Revision 1.1 2006/05/18 00:40:43 bernie + *#* Rename appconfig.h to appconfig_common.h. + *#* *#* Revision 1.11 2006/04/11 00:08:53 bernie *#* Add smooth scrolling for menus. *#* @@ -120,6 +123,12 @@ /*! [bytes] Size of the inbound FIFO buffer for port 1. */ #define CONFIG_UART1_RXBUFSIZE 64 + /*! [bytes] Size of the outbound FIFO buffer for SPI port (AVR only). */ + #define CONFIG_SPI_TXBUFSIZE 16 + + /*! [bytes] Size of the inbound FIFO buffer for SPI port (AVR only). */ + #define CONFIG_SPI_RXBUFSIZE 32 + /*! Default transmit timeout (ms). Set to -1 to disable timeout support */ #define CONFIG_SER_TXTIMEOUT -1 @@ -148,23 +157,6 @@ #define CONFIG_SER_STROBE 0 /*\}*/ -/*! - * \name KBus configuration - * \{ - */ - /*! Board address for KBus */ - #define CONFIG_KBUS_ADDR KBUS_ADDR_FOOBAR - - /*! Disable KBUS escaping support */ - #define CONFIG_KBUS_ESCAPE 0 - - /*! Serial port for internal KBUS communication */ - #define CONFIG_KBUS_PORT 0 - - /*! Serial port speed for KBus communication */ - #define CONFIG_KBUS_BAUDRATE 19200 -/*\}*/ - //! Hardware timer selection for drv/timer.c #define CONFIG_TIMER TIMER_ON_OUTPUT_COMPARE2 -- 2.25.1