Add drivers for the EVK1101 - begin full port to the AVR32 UC3B line of AVRs.
This commit is contained in:
parent
d2851b3351
commit
aae20139b9
16 changed files with 509 additions and 18 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue