Added support for the Dataflash mounted on the XPLAIN board. Added new XPLAIN_REV1 board target for the first revision XPLAIN board, which used a different (smaller) Dataflash IC to later revisions.
This commit is contained in:
@@ -158,6 +158,10 @@
|
||||
#include "STK525/Dataflash.h"
|
||||
#elif (BOARD == BOARD_STK526)
|
||||
#include "STK526/Dataflash.h"
|
||||
#elif (BOARD == BOARD_XPLAIN)
|
||||
#include "XPLAIN/Dataflash.h"
|
||||
#elif (BOARD == BOARD_XPLAIN_REV1)
|
||||
#include "XPLAIN/Dataflash.h"
|
||||
#elif (BOARD == BOARD_USER)
|
||||
#include "Board/Dataflash.h"
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user