X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fconfig.h;h=b0d669ede4f7ec39d5df7872ede9bab20fe05409;hb=9aebf1891ebd2ab61830988a176e8a9da974d93a;hp=76debe5b46192c0a62abc180db96ae4cb0c2c5b2;hpb=27e7d731ffb22116dba8c67cead51829d8ebe137;p=avr-crypto-lib.git diff --git a/test_src/config.h b/test_src/config.h index 76debe5..b0d669e 100644 --- a/test_src/config.h +++ b/test_src/config.h @@ -19,23 +19,20 @@ #ifndef __CONFIG_H__ #define __CONFIG_H__ #include -// #define F_CPU 20000000 - #define F_CPU 16000000 /* Oszillator-Frequenz in Hz */ +//#define F_CPU 20000000 +// #define F_CPU 16000000 /* oscillator-frequency in Hz */ // #define F_CPU 14745600 +#define DEBUG_METHOD uart #include "uart_defs.h" -#define DEBUG uart - -#undef UART_LEDS - #define UART0_I 1 -#define UART0_BAUD_RATE 38400 +#define UART0_BAUD_RATE 115200 #define UART0_PARATY UART_PARATY_NONE #define UART0_STOPBITS UART_STOPBITS_1 #define UART0_DATABITS UART_DATABITS_8 -#define UART0_RXBUFFER_SIZE 120 +#define UART0_RXBUFFER_SIZE 255 #define UART0_TXBUFFER_SIZE 120 #define UART0_SWFLOWCTRL 1 #define UART0_THRESH_LOW 0