X-Git-Url: https://git.cryptolib.org/?p=arm-crypto-lib.git;a=blobdiff_plain;f=test_src%2Fconfig.h;h=742de1e2c564c2f4cb3ff97b7348245ba1462b89;hp=853f3593e7da3f141749af55d316fc8ad6a26a58;hb=8fa939d627fb6230610a38e6468cbc55d006216d;hpb=5f46191d2615ebe2caa6e111b478031a34f20b9e diff --git a/test_src/config.h b/test_src/config.h index 853f359..742de1e 100644 --- a/test_src/config.h +++ b/test_src/config.h @@ -1,6 +1,6 @@ /* config.h */ /* - This file is part of the AVR-Crypto-Lib. + This file is part of the ARM-Crypto-Lib. Copyright (C) 2008 Daniel Otte (daniel.otte@rub.de) This program is free software: you can redistribute it and/or modify @@ -18,27 +18,10 @@ */ #ifndef __CONFIG_H__ #define __CONFIG_H__ -// #define F_CPU 20000000 -// #define F_CPU 16000000 /* oscillator-frequency in Hz */ -// #define F_CPU 14745600 -#define F_CPU 20000000 /* this is out of spec but lets try it */ -#define DEBUG_METHOD uart +#include "sysclock.h" -#include "uart_defines.h" - -#define UART0_I 1 -#define UART0_BAUD_RATE 115200 -#define UART0_PARATY UART_PARATY_NONE -#define UART0_STOPBITS UART_STOPBITS_ONE -#define UART0_DATABITS UART_DATABITS_8 -#define UART0_RXBUFFER_SIZE 120 -#define UART0_TXBUFFER_SIZE 120 -#define UART0_SWFLOWCTRL 1 -#define UART0_THRESH_LOW 0 -#define UART0_THRESH_HIGH 32 - -#define CLI_AUTO_HELP +#define SYS_FREQ SYS_FREQ_80MHZ000 #endif