X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=app%2Fat91sam7s%2Fappconfig.h;h=f052f8cfda47bdfb0c9ebb9470f22cf589440aba;hb=4cc44c9888a0336b9d01121ec0b7ad95f4a76195;hp=501b07764dc7b2f0b938fd8790cf6c0cb1da1433;hpb=42cfb32d63a5a136a8d17594f0ded8102a35887c;p=bertos.git diff --git a/app/at91sam7s/appconfig.h b/app/at91sam7s/appconfig.h index 501b0776..f052f8cf 100644 --- a/app/at91sam7s/appconfig.h +++ b/app/at91sam7s/appconfig.h @@ -65,7 +65,7 @@ * on constant values and performing dead-code elimination. * * \version $Id$ - * \author Bernardo Innocenti + * \author Bernie Innocenti * \author Stefano Fedrigo */ @@ -113,10 +113,10 @@ #define CONFIG_UART1_RXBUFSIZE 64 /** [bytes] Size of the outbound FIFO buffer for SPI port (AVR only). */ - #define CONFIG_SPI_TXBUFSIZE 16 + #define CONFIG_SPI0_TXBUFSIZE 16 /** [bytes] Size of the inbound FIFO buffer for SPI port (AVR only). */ - #define CONFIG_SPI_RXBUFSIZE 32 + #define CONFIG_SPI0_RXBUFSIZE 32 /** SPI data order (AVR only). */ #define CONFIG_SPI_DATA_ORDER SER_MSB_FIRST @@ -214,5 +214,7 @@ /// Disable tests. #define CONFIG_TEST 0 +#define CONFIG_FAST_MEM 0 + #endif /* APPCONFIG_COMMON_H */