adding keil mcb4300 support

- implement board_leds & board_uart routines
This commit is contained in:
hathach
2013-05-06 15:06:08 +07:00
parent 120db28a17
commit 4fa7f77ee2
8 changed files with 1360 additions and 35 deletions
@@ -65,10 +65,6 @@
#include "oem_base_board/pca9532.h" // LEDs
#define CFG_LED_NUMBER 0
#define CFG_LED_ON (1)
#define CFG_LED_OFF (0)
#define CFG_PRINTF_TARGET PRINTF_TARGET_UART
#ifdef __cplusplus