Added support for the Atmel EVK527 board hardware.

This commit is contained in:
Dean Camera 2009-12-04 06:02:28 +00:00
parent 7e86387958
commit 478d9dc04f
14 changed files with 569 additions and 10 deletions

View file

@ -94,6 +94,8 @@
#include "XPLAIN/LEDs.h"
#elif (BOARD == BOARD_BUMBLEB)
#include "BUMBLEB/LEDs.h"
#elif (BOARD == BOARD_EVK527)
#include "EVK527/LEDs.h"
#elif (BOARD == BOARD_USER)
#include "Board/LEDs.h"
#endif