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

@ -162,6 +162,8 @@
#include "XPLAIN/Dataflash.h"
#elif (BOARD == BOARD_XPLAIN_REV1)
#include "XPLAIN/Dataflash.h"
#elif (BOARD == BOARD_EVK527)
#include "EVK527/Dataflash.h"
#elif (BOARD == BOARD_USER)
#include "Board/Dataflash.h"
#else