Add board driver support for the Atmel XMEGA-B1 Xplained board.

Fix Dataflash driver for the A3BU-Xplained board.

Minor documentation improvements.
This commit is contained in:
Dean Camera
2012-02-06 17:05:33 +00:00
parent fdab3aef86
commit 4d131de85b
17 changed files with 306 additions and 23 deletions

View File

@@ -195,6 +195,9 @@
/** Selects the Micropendous (Arduino-like) revision 2 specific board drivers, including the Button and LED drivers. */
#define BOARD_MICROPENDOUS_REV2 43
/** Selects the XMEGA B1 Xplained specific board drivers, including the Button and LED drivers. */
#define BOARD_B1_XPLAINED 44
#if !defined(__DOXYGEN__)
#define BOARD_ BOARD_NONE