prepare cobboard and ballboard
[aversive.git] / projects / microb2010 / mechboard / uart_config.h
diff --git a/projects/microb2010/mechboard/uart_config.h b/projects/microb2010/mechboard/uart_config.h
deleted file mode 100644 (file)
index a54811e..0000000
+++ /dev/null
@@ -1,67 +0,0 @@
-/*  \r
- *  Copyright Droids Corporation, Microb Technology, Eirbot (2005)\r
- * \r
- *  This program is free software; you can redistribute it and/or modify\r
- *  it under the terms of the GNU General Public License as published by\r
- *  the Free Software Foundation; either version 2 of the License, or\r
- *  (at your option) any later version.\r
- *\r
- *  This program is distributed in the hope that it will be useful,\r
- *  but WITHOUT ANY WARRANTY; without even the implied warranty of\r
- *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r
- *  GNU General Public License for more details.\r
- *\r
- *  You should have received a copy of the GNU General Public License\r
- *  along with this program; if not, write to the Free Software\r
- *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA\r
- *\r
- *  Revision : $Id: uart_config.h,v 1.5 2009-11-08 17:25:00 zer0 Exp $\r
- *\r
- */\r
-\r
-/* Droids-corp 2004 - Zer0\r
- * config for uart module\r
- */\r
-\r
-#ifndef UART_CONFIG_H\r
-#define UART_CONFIG_H\r
-\r
-/* compile uart0 fonctions, undefine it to pass compilation */\r
-#define UART0_COMPILE  \r
-#define UART0_ENABLED  1\r
-#define UART0_INTERRUPT_ENABLED  1\r
-#define UART0_BAUDRATE 57600\r
-//#define UART0_BAUDRATE 1000000\r
-#define UART0_USE_DOUBLE_SPEED 1\r
-#define UART0_RX_FIFO_SIZE 32\r
-#define UART0_TX_FIFO_SIZE 32\r
-#define UART0_NBITS 8\r
-#define UART0_PARITY UART_PARTITY_NONE\r
-#define UART0_STOP_BIT UART_STOP_BITS_2\r
-\r
-#define UART1_COMPILE  \r
-#define UART1_ENABLED  1\r
-#define UART1_INTERRUPT_ENABLED  1\r
-#define UART1_BAUDRATE 57600\r
-#define UART1_USE_DOUBLE_SPEED 1\r
-#define UART1_RX_FIFO_SIZE 128\r
-#define UART1_TX_FIFO_SIZE 128\r
-#define UART1_NBITS 8\r
-#define UART1_PARITY UART_PARTITY_NONE\r
-#define UART1_STOP_BIT UART_STOP_BITS_1\r
-\r
-#define UART3_COMPILE  \r
-#define UART3_ENABLED  1\r
-#define UART3_INTERRUPT_ENABLED  1\r
-#define UART3_BAUDRATE 57600\r
-#define UART3_USE_DOUBLE_SPEED 1\r
-#define UART3_RX_FIFO_SIZE 128\r
-#define UART3_TX_FIFO_SIZE 128\r
-#define UART3_NBITS 8\r
-#define UART3_PARITY UART_PARTITY_NONE\r
-#define UART3_STOP_BIT UART_STOP_BITS_1\r
-\r
-/* .... same for uart 1, 2, 3 ... */\r
-\r
-#endif\r
-\r