adding lpcxpresso11u37 board

This commit is contained in:
hathach
2019-09-06 15:06:04 +07:00
parent 192a95a96e
commit 4ef3946a25
11 changed files with 459 additions and 3 deletions
+3
View File
@@ -9,6 +9,9 @@ CFLAGS += \
-DCFG_TUSB_MEM_SECTION='__attribute__((section(".data.$$RAM3")))' \
-DCFG_TUSB_MEM_ALIGN='__attribute__((aligned(64)))'
# startup.c and lpc_types.h cause following errors
CFLAGS += -Wno-error=nested-externs -Wno-error=strict-prototypes
# All source paths should be relative to the top level.
LD_FILE = hw/bsp/lpcxpresso1347/lpc1347.ld
+1 -1
View File
@@ -393,7 +393,7 @@ ResetISR(void) {
bss_init ((unsigned int)ExeAddr, SectionLen);
#endif
// extern void SystemInit(void);
extern void SystemInit(void);
SystemInit();
#if defined (__cplusplus)