add files for hitex4350 but fail to get it power on USB0 host connector

This commit is contained in:
hathach
2013-05-23 17:19:28 +07:00
parent c4e6eec4ac
commit 9b7f24bef2
4 changed files with 1294 additions and 10 deletions
+3
View File
@@ -68,6 +68,7 @@
#define BOARD_NGX4330 3
#define BOARD_EA4357 4
#define BOARD_MCB4300 5
#define BOARD_HITEX4350 6
//--------------------------------------------------------------------+
// PRINTF TARGET DEFINE
@@ -91,6 +92,8 @@
#include "embedded_artists/board_ea4357.h"
#elif BOARD == BOARD_MCB4300
#include "keil/board_mcb4300.h"
#elif BOARD == BOARD_HITEX4350
#include "hitex/board_hitex4350.h"
#else
#error BOARD is not defined or supported yet
#endif