]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/config.h
fixing E-Mail-Address & Copyright
[avr-crypto-lib.git] / test_src / config.h
index b0d669ede4f7ec39d5df7872ede9bab20fe05409..2dda12a663f60955f5576b58f5266df914cfbf31 100644 (file)
@@ -1,7 +1,7 @@
 /* config.h */
 /*
     This file is part of the AVR-Crypto-Lib.
-    Copyright (C) 2008  Daniel Otte (daniel.otte@rub.de)
+    Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org)
 
     This program is free software: you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
 
 #include "uart_defs.h"
 
+
+#ifndef UART_NI
+#define UART_NI 0
+#endif
+
+#if UART_NI == 0
 #define UART0_I 1
+#else
+#define UART0_NI 1
+#endif
+
+#ifndef UART0_BAUD_RATE
 #define UART0_BAUD_RATE  115200
+#endif
 #define UART0_PARATY     UART_PARATY_NONE
 #define UART0_STOPBITS   UART_STOPBITS_1
 #define UART0_DATABITS   UART_DATABITS_8
 #define UART0_RXBUFFER_SIZE 255
 #define UART0_TXBUFFER_SIZE 120
-#define UART0_SWFLOWCTRL     1
+#define UART0_SWFLOWCTRL     0
 #define UART0_THRESH_LOW     0
 #define UART0_THRESH_HIGH   32