Added board driver support for the Sparkfun ATMEGA8U2 breakout board.

This commit is contained in:
Dean Camera
2011-02-16 21:00:46 +00:00
parent 31ed53af55
commit 4344b0621d
5 changed files with 136 additions and 0 deletions

View File

@@ -139,6 +139,9 @@
/** Selects the Kernel Concepts USBFOO specific board drivers, including the Button and LEDs drivers. */
#define BOARD_USBFOO 25
/** Selects the Sparkfun ATMEGA8U2 specific board drivers, including the driver for the board LEDs. */
#define BOARD_SPARKFUN8U2 26
#if !defined(__DOXYGEN__)
#define BOARD_ BOARD_NONE