makefile work with lpc11u68

This commit is contained in:
hathach
2019-05-14 17:51:05 +07:00
parent b1f8aa175e
commit 3e1897b943
2 changed files with 2 additions and 3 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ CFLAGS += \
-D__VTOR_PRESENT=0 \
-DCFG_TUSB_MCU=OPT_MCU_LPC11UXX \
-D__USE_LPCOPEN \
'-DCFG_TUSB_MEM_SECTION= __attribute__((section(".data.$RAM3")))' \
'-DCFG_TUSB_MEM_ALIGN=__attribute__ ((aligned(64)))'
-DCFG_TUSB_MEM_SECTION='__attribute__((section(".data.$$RAM3")))' \
-DCFG_TUSB_MEM_ALIGN='__attribute__((aligned(64)))'
# All source paths should be relative to the top level.
LD_FILE = hw/bsp/lpcxpresso11u68/lpc11u68.ld