mirror of
https://github.com/hathach/tinyusb.git
synced 2025-04-17 17:42:43 +00:00
move rx63n into its own family
This commit is contained in:
parent
ae98a12cff
commit
5a0c594c71
@ -35,14 +35,14 @@ endif
|
||||
MCU_DIR = hw/mcu/renesas/rx63n
|
||||
|
||||
# All source paths should be relative to the top level.
|
||||
LD_FILE = hw/bsp/$(BOARD)/r5f5631fd.ld
|
||||
LD_FILE = $(BOARD_PATH)/r5f5631fd.ld
|
||||
|
||||
SRC_C += \
|
||||
src/portable/renesas/usba/dcd_usba.c \
|
||||
$(MCU_DIR)/vects.c
|
||||
|
||||
INC += \
|
||||
$(TOP)/hw/bsp/$(BOARD) \
|
||||
$(TOP)/$(BOARD_PATH) \
|
||||
$(TOP)/$(MCU_DIR)
|
||||
|
||||
SRC_S += $(MCU_DIR)/start.S
|
1
hw/bsp/rx63n/family.mk
Normal file
1
hw/bsp/rx63n/family.mk
Normal file
@ -0,0 +1 @@
|
||||
include $(TOP)/$(BOARD_PATH)/board.mk
|
Loading…
x
Reference in New Issue
Block a user