adding ea4088 quickstart, able to blink

This commit is contained in:
hathach
2018-12-04 16:32:20 +07:00
parent 261e0f9801
commit 6c2404ca49
14 changed files with 20280 additions and 8 deletions
+4 -4
View File
@@ -46,6 +46,10 @@
#define BOARD_UART_PORT LPC_UART3
/* System oscillator rate and RTC oscillator rate */
const uint32_t OscRateIn = 12000000;
const uint32_t RTCOscRateIn = 32768;
/* Pin muxing configuration */
static const PINMUX_GRP_T pinmuxing[] =
{
@@ -65,10 +69,6 @@ enum {
BOARD_BUTTON_COUNT = 5
};
/* System oscillator rate and RTC oscillator rate */
const uint32_t OscRateIn = 12000000;
const uint32_t RTCOscRateIn = 32768;
// Invoked by startup code
void SystemInit(void)
{