Import boot from triface, not working for now.
[bertos.git] / app / at91sam7s / appconfig.h
index 501b07764dc7b2f0b938fd8790cf6c0cb1da1433..13e0171b77d5b8a4fdf0d2a6829ccae3d51fa6cf 100644 (file)
        #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
 /// Disable tests.
 #define CONFIG_TEST 0
 
+#define CONFIG_FAST_MEM 0
+
 
 #endif /* APPCONFIG_COMMON_H */