X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/09d2be0dc1630b2ae2403d555c0360f1c4379322..5b5b73ce582d2afa40218e44b45a97ec6c6ce9cf:/LUFA/Drivers/Board/AVR8/XPLAIN/Dataflash.h
diff --git a/LUFA/Drivers/Board/AVR8/XPLAIN/Dataflash.h b/LUFA/Drivers/Board/AVR8/XPLAIN/Dataflash.h
index c9bdbdc3a..9647cc1a3 100644
--- a/LUFA/Drivers/Board/AVR8/XPLAIN/Dataflash.h
+++ b/LUFA/Drivers/Board/AVR8/XPLAIN/Dataflash.h
@@ -51,6 +51,18 @@
*
* Board specific Dataflash driver header for the Atmel XPLAIN.
*
+ * Revision 1 Boards:
+ *
+ * Name | Info | Select Pin | SPI Port |
+ * DATAFLASH_CHIP1 | AT45DB041D (512KB) | PORTB.5 | SPI0 |
+ *
+ *
+ * Other Board Revisions:
+ *
+ * Name | Info | Select Pin | SPI Port |
+ * DATAFLASH_CHIP1 | AT45DB642D (8MB) | PORTB.5 | SPI0 |
+ *
+ *
* @{
*/
@@ -59,6 +71,7 @@
/* Includes: */
#include "../../../../Common/Common.h"
+
#include "../../../Misc/AT45DB642D.h"
#include "../../../Peripheral/SPI.h"