explicitly add dcd source file without vendor/family
This commit is contained in:
@@ -19,6 +19,7 @@ MCU_DIR = hw/mcu/nxp/lpcopen/lpc11u6x/lpc_chip_11u6x
|
||||
LD_FILE = hw/bsp/$(BOARD)/lpc11u68.ld
|
||||
|
||||
SRC_C += \
|
||||
src/portable/nxp/lpc_ip3511/dcd_lpc_ip3511.c \
|
||||
$(MCU_DIR)/../gcc/cr_startup_lpc11u6x.c \
|
||||
$(MCU_DIR)/src/chip_11u6x.c \
|
||||
$(MCU_DIR)/src/clock_11u6x.c \
|
||||
@@ -30,10 +31,6 @@ SRC_C += \
|
||||
INC += \
|
||||
$(TOP)/$(MCU_DIR)/inc
|
||||
|
||||
# For TinyUSB port source
|
||||
VENDOR = nxp
|
||||
CHIP_FAMILY = lpc_ip3511
|
||||
|
||||
# For freeRTOS port source
|
||||
FREERTOS_PORT = ARM_CM0
|
||||
|
||||
|
||||
Reference in New Issue
Block a user