explicitly add dcd source file without vendor/family
This commit is contained in:
@@ -21,6 +21,7 @@ MCU_DIR = hw/mcu/nxp/lpcopen/lpc15xx/lpc_chip_15xx
|
||||
LD_FILE = hw/bsp/$(BOARD)/lpc1549.ld
|
||||
|
||||
SRC_C += \
|
||||
src/portable/nxp/lpc_ip3511/dcd_lpc_ip3511.c \
|
||||
$(MCU_DIR)/../gcc/cr_startup_lpc15xx.c \
|
||||
$(MCU_DIR)/src/chip_15xx.c \
|
||||
$(MCU_DIR)/src/clock_15xx.c \
|
||||
@@ -33,10 +34,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_CM3
|
||||
|
||||
|
||||
Reference in New Issue
Block a user