mirror of
https://github.com/hathach/tinyusb.git
synced 2025-04-25 12:02:30 +00:00
D5035-01 bsp: fix paths, default to hw rev 1 (automated build)
This commit is contained in:
parent
862f6ac81e
commit
1730a5dcba
@ -15,36 +15,38 @@ CFLAGS += \
|
|||||||
|
|
||||||
ifdef HWREV
|
ifdef HWREV
|
||||||
CFLAGS += -DHWREV=$(HWREV)
|
CFLAGS += -DHWREV=$(HWREV)
|
||||||
|
else
|
||||||
|
CFLAGS += -DHWREV=1
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# All source paths should be relative to the top level.
|
# All source paths should be relative to the top level.
|
||||||
LD_FILE = hw/bsp/$(BOARD)/same51j19a_flash.ld
|
LD_FILE = hw/bsp/$(BOARD)/same51j19a_flash.ld
|
||||||
|
|
||||||
SRC_C += \
|
SRC_C += \
|
||||||
hw/mcu/microchip/same/asf4/same51/gcc/gcc/startup_same51.c \
|
hw/mcu/microchip/same51/gcc/gcc/startup_same51.c \
|
||||||
hw/mcu/microchip/same/asf4/same51/gcc/system_same51.c \
|
hw/mcu/microchip/same51/gcc/system_same51.c \
|
||||||
|
|
||||||
ifdef SYSCALLS
|
ifdef SYSCALLS
|
||||||
ifneq ($(SYSCALLS),0)
|
ifneq ($(SYSCALLS),0)
|
||||||
SRC_C += hw/mcu/microchip/same/asf4/same51/hal/utils/src/utils_syscalls.c
|
SRC_C += hw/mcu/microchip/same51/hal/utils/src/utils_syscalls.c
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifdef LOG
|
ifdef LOG
|
||||||
ifneq ($(LOG),0)
|
ifneq ($(LOG),0)
|
||||||
SRC_C += hw/mcu/microchip/same/asf4/same51/hal/utils/src/utils_syscalls.c
|
SRC_C += hw/mcu/microchip/same51/hal/utils/src/utils_syscalls.c
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
INC += \
|
INC += \
|
||||||
$(TOP)/hw/mcu/microchip/same/asf4/same51/ \
|
$(TOP)/hw/mcu/microchip/same51/ \
|
||||||
$(TOP)/hw/mcu/microchip/same/asf4/same51/config \
|
$(TOP)/hw/mcu/microchip/same51/config \
|
||||||
$(TOP)/hw/mcu/microchip/same/asf4/same51/include \
|
$(TOP)/hw/mcu/microchip/same51/include \
|
||||||
$(TOP)/hw/mcu/microchip/same/asf4/same51/hal/include \
|
$(TOP)/hw/mcu/microchip/same51/hal/include \
|
||||||
$(TOP)/hw/mcu/microchip/same/asf4/same51/hal/utils/include \
|
$(TOP)/hw/mcu/microchip/same51/hal/utils/include \
|
||||||
$(TOP)/hw/mcu/microchip/same/asf4/same51/hpl/port \
|
$(TOP)/hw/mcu/microchip/same51/hpl/port \
|
||||||
$(TOP)/hw/mcu/microchip/same/asf4/same51/hri \
|
$(TOP)/hw/mcu/microchip/same51/hri \
|
||||||
$(TOP)/hw/mcu/microchip/same/asf4/same51/CMSIS/Core/Include
|
$(TOP)/hw/mcu/microchip/same51/CMSIS/Core/Include
|
||||||
|
|
||||||
# For TinyUSB port source
|
# For TinyUSB port source
|
||||||
VENDOR = microchip
|
VENDOR = microchip
|
||||||
|
Loading…
x
Reference in New Issue
Block a user