summaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorRafael Silva <[email protected]>2022-03-08 16:05:29 +0000
committerRafael Silva <[email protected]>2022-06-02 09:35:30 +0100
commitdcadbf3364778814c8a0e7e73481d12e8687f1bd (patch)
treec76fc9568e7dfa7b9bd197a5752ddc6dfe5e80d5 /hw
parentf2e8a60e6d910170bf514087e1de24088d712ba8 (diff)
rename renesas driver to link
link was chosen according to the name for the usb core on datasheets, LINK core Signed-off-by: Rafael Silva <[email protected]>
Diffstat (limited to 'hw')
-rw-r--r--hw/bsp/rx/family.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/bsp/rx/family.mk b/hw/bsp/rx/family.mk
index aba05812d..22b9031b3 100644
--- a/hw/bsp/rx/family.mk
+++ b/hw/bsp/rx/family.mk
@@ -14,8 +14,8 @@ CFLAGS += \
-DSSIZE_MAX=__INT_MAX__
SRC_C += \
- src/portable/renesas/usba/dcd_usba.c \
- src/portable/renesas/usba/hcd_usba.c \
+ src/portable/renesas/link/dcd_link.c \
+ src/portable/renesas/link/hcd_link.c \
$(MCU_DIR)/vects.c
INC += \