diff options
| author | hathach <[email protected]> | 2019-09-02 15:34:47 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-09-02 15:34:47 +0700 |
| commit | 85fae75fba0ba95da140824da17ad84cdf7d37d0 (patch) | |
| tree | e6a4ce06a7b24895491aad5b1a7858cb71057c79 | |
| parent | 6268f395eb5756a949a583a5b6fdbaeba70dad56 (diff) | |
clean up
| -rw-r--r-- | hw/bsp/lpcxpresso51u68/board.mk | 1 | ||||
| -rw-r--r-- | hw/bsp/lpcxpresso54114/board.mk | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/hw/bsp/lpcxpresso51u68/board.mk b/hw/bsp/lpcxpresso51u68/board.mk index 7b83759aa..518faa821 100644 --- a/hw/bsp/lpcxpresso51u68/board.mk +++ b/hw/bsp/lpcxpresso51u68/board.mk @@ -2,7 +2,6 @@ CFLAGS += \ -mthumb \ -mabi=aapcs \ -mcpu=cortex-m0plus \ - -DCORE_M0PLUS \ -DCFG_TUSB_MCU=OPT_MCU_LPC51UXX \ -DCPU_LPC51U68JBD64 \ -DCFG_TUSB_MEM_SECTION='__attribute__((section(".data")))' \ diff --git a/hw/bsp/lpcxpresso54114/board.mk b/hw/bsp/lpcxpresso54114/board.mk index bc49c3e30..a231d0b9f 100644 --- a/hw/bsp/lpcxpresso54114/board.mk +++ b/hw/bsp/lpcxpresso54114/board.mk @@ -4,7 +4,6 @@ CFLAGS += \ -mcpu=cortex-m4 \ -mfloat-abi=hard \ -mfpu=fpv4-sp-d16 \ - -DCORE_M4 \ -DCFG_TUSB_MCU=OPT_MCU_LPC54XXX \ -DCPU_LPC54114J256BD64_cm4 \ -DCFG_TUSB_MEM_SECTION='__attribute__((section(".data")))' \ |
