added DA14695 DK USB bsp

This commit is contained in:
hathach
2020-07-01 12:47:14 +07:00
parent 2f946e765d
commit 463e978134
9 changed files with 773 additions and 6 deletions
+1 -6
View File
@@ -11,11 +11,7 @@
-DCFG_TUSB_MCU=OPT_MCU_DA1469X \
-DCFG_TUD_ENDPOINT0_SIZE=8\
# mcu driver cause following warnings
# CFLAGS += -Wno-error=strict-prototypes -Wno-error=unused-parameter
MCU_FAMILY_DIR = hw/mcu/dialog/da1469x
MCU_DIR = hw/mcu/dialog/da14699
# All source paths should be relative to the top level.
LD_FILE = hw/bsp/$(BOARD)/da1469x.ld
@@ -28,8 +24,7 @@ SRC_C += \
SRC_S += $(TOP)/hw/bsp/$(BOARD)/gcc_startup_da1469x.S
INC += \
$(TOP)/hw/bsp/$(BOARD) \
$(TOP)/$(MCU_DIR)/include \
$(TOP)/hw/bsp/$(BOARD) \
$(TOP)/$(MCU_FAMILY_DIR)/include \
$(TOP)/$(MCU_FAMILY_DIR)/SDK_10.0.8.105/sdk/bsp/include \