added support for IAR retarget but not yet succeeded. lpc17xx have problem connect with jlink

This commit is contained in:
hathach
2014-03-04 16:31:44 +07:00
parent 6f24dd50a0
commit 2a866365e9
7 changed files with 56 additions and 79 deletions

View File

@@ -123,6 +123,7 @@ void board_leds(uint32_t on_mask, uint32_t off_mask);
uint32_t board_uart_send(uint8_t *buffer, uint32_t length);
uint8_t board_uart_getchar(void);
void board_uart_putchar(uint8_t c);
extern volatile uint32_t system_ticks;