Added LPC4357USB board

This commit is contained in:
Kevin Townsend
2013-07-31 22:03:48 +02:00
parent d3e83bc802
commit 781f8354ea
3 changed files with 196 additions and 0 deletions
+3
View File
@@ -72,6 +72,7 @@
#define BOARD_MCB4300 5
#define BOARD_HITEX4350 6
#define BOARD_LPCXPRESSO1769 7
#define BOARD_LPC4357USB 8
//--------------------------------------------------------------------+
// PRINTF TARGET DEFINE
@@ -99,6 +100,8 @@
#include "hitex/board_hitex4350.h"
#elif BOARD == BOARD_LPCXPRESSO1769
#include "lpcxpresso/board_lpcxpresso1769.h"
#elif BOARD == BOARD_LPC4357USB
#include "microbuilder/board_lpc4357usb.h"
#else
#error BOARD is not defined or supported yet
#endif