add lpc17xx build config for host demo

This commit is contained in:
hathach
2013-12-11 12:13:22 +07:00
parent 8bd6440547
commit b35d2c8f43
9 changed files with 208 additions and 163 deletions

View File

@@ -15,6 +15,10 @@
***** *****
******************************************************************/
#include "../../board.h"
#if BOARD == BOARD_EA4357
#include "EMAC.h"
//#include "tcpip.h"
#include "lpc43xx.h"
@@ -472,3 +476,5 @@ void CopyToFrame_EMAC(void *Source, unsigned int Size)
TxDescIndex = 0;
}
#endif