diff options
| author | hathach <[email protected]> | 2019-05-14 17:51:05 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-05-14 17:51:05 +0700 |
| commit | 3e1897b9433f760e4aa8ed903c545b7b2f6780bb (patch) | |
| tree | 6a4885a8634f217bb91206531a4d5fbd9f0695b7 | |
| parent | b1f8aa175e1770c25e0583fe14cc625c4f86bde8 (diff) | |
makefile work with lpc11u68
| -rw-r--r-- | examples/device/cdc_msc_hid/ses/lpc11u6x/lpc11u6x.emProject | 1 | ||||
| -rw-r--r-- | hw/bsp/lpcxpresso11u68/board.mk | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/examples/device/cdc_msc_hid/ses/lpc11u6x/lpc11u6x.emProject b/examples/device/cdc_msc_hid/ses/lpc11u6x/lpc11u6x.emProject index 3904cda3b..fce8041e7 100644 --- a/examples/device/cdc_msc_hid/ses/lpc11u6x/lpc11u6x.emProject +++ b/examples/device/cdc_msc_hid/ses/lpc11u6x/lpc11u6x.emProject @@ -91,7 +91,6 @@ <file file_name="../../../../../hw/mcu/nxp/lpcopen/lpc_chip_11u6x/src/gpio_11u6x.c" /> <file file_name="../../../../../hw/mcu/nxp/lpcopen/lpc_chip_11u6x/src/syscon_11u6x.c" /> <file file_name="../../../../../hw/mcu/nxp/lpcopen/lpc_chip_11u6x/src/sysinit_11u6x.c" /> - <file file_name="../../../../../hw/mcu/nxp/lpcopen/lpc_chip_11u6x/src/uart_0_11u6x.c" /> <file file_name="../../../../../hw/mcu/nxp/lpcopen/lpc_chip_11u6x/src/iocon_11u6x.c" /> </folder> </folder> diff --git a/hw/bsp/lpcxpresso11u68/board.mk b/hw/bsp/lpcxpresso11u68/board.mk index a443cec4c..70c349a4f 100644 --- a/hw/bsp/lpcxpresso11u68/board.mk +++ b/hw/bsp/lpcxpresso11u68/board.mk @@ -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 |
