Add drivers for the EVK1101 - begin full port to the AVR32 UC3B line of AVRs.

This commit is contained in:
Dean Camera 2010-02-22 11:44:34 +00:00
parent d2851b3351
commit aae20139b9
16 changed files with 509 additions and 18 deletions

View file

@ -167,6 +167,8 @@
#include "EVK527/Dataflash.h"
#elif (BOARD == BOARD_USER)
#include "Board/Dataflash.h"
#elif (BOARD = BOARD_EVK1101)
#include "EVK1101/Dataflash.h"
#else
#error The selected board does not contain a dataflash IC.
#endif