Merge upstream TinyUSB master
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
DEPS_SUBMODULES = hw/mcu/microchip
|
||||
DEPS_SUBMODULES += hw/mcu/microchip
|
||||
|
||||
CONF_CPU_FREQUENCY ?= 48000000
|
||||
|
||||
@@ -20,6 +20,7 @@ CFLAGS += \
|
||||
LD_FILE = hw/bsp/$(BOARD)/same54p20a_flash.ld
|
||||
|
||||
SRC_C += \
|
||||
src/portable/microchip/samd/dcd_samd.c \
|
||||
hw/mcu/microchip/same54/gcc/gcc/startup_same54.c \
|
||||
hw/mcu/microchip/same54/gcc/system_same54.c \
|
||||
hw/mcu/microchip/same54/hal/utils/src/utils_syscalls.c
|
||||
@@ -34,14 +35,9 @@ INC += \
|
||||
$(TOP)/hw/mcu/microchip/same54/hri \
|
||||
$(TOP)/hw/mcu/microchip/same54/CMSIS/Include
|
||||
|
||||
# For TinyUSB port source
|
||||
VENDOR = microchip
|
||||
CHIP_FAMILY = samd
|
||||
|
||||
# For freeRTOS port source
|
||||
FREERTOS_PORT = ARM_CM4F
|
||||
|
||||
|
||||
# For flash-jlink target
|
||||
JLINK_DEVICE = ATSAME54P20
|
||||
|
||||
|
||||
Reference in New Issue
Block a user