summaryrefslogtreecommitdiff
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
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]>
-rw-r--r--docs/reference/supported.rst6
-rw-r--r--hw/bsp/rx/family.mk4
-rw-r--r--src/portable/renesas/link/dcd_link.c (renamed from src/portable/renesas/usba/dcd_usba.c)0
-rw-r--r--src/portable/renesas/link/hcd_link.c (renamed from src/portable/renesas/usba/hcd_usba.c)0
4 files changed, 5 insertions, 5 deletions
diff --git a/docs/reference/supported.rst b/docs/reference/supported.rst
index 7ce982713..3c1b94623 100644
--- a/docs/reference/supported.rst
+++ b/docs/reference/supported.rst
@@ -59,9 +59,9 @@ Supported MCUs
| | | 55 | ✔ | | ✔ | lpc_ip3511 | |
+--------------+---------+-------------+--------+------+-----------+-------------------+--------------+
| Raspberry Pi | RP2040 | ✔ | ✔ | ✖ | rp2040 | |
-+--------------+-----------------------+--------+------+-----------+-------------------+--------------+
-| Renesas | RX 63N, 65N, 72N | ✔ | ✔ | ✖ | usba | |
-+--------------+-----------------------+--------+------+-----------+-------------------+--------------+
++--------------+-----+-----------------+--------+------+-----------+-------------------+--------------+
+| Renesas | RX | 63N, 65N, 72N | ✔ | ✔ | ✖ | link | |
++--------------+-----+-----------------+--------+------+-----------+-------------------+--------------+
| Silabs | EFM32GG12 | ✔ | | ✖ | dwc2 | |
+--------------+-----------------------+--------+------+-----------+-------------------+--------------+
| Sony | CXD56 | ✔ | ✖ | ✔ | cxd56 | |
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 += \
diff --git a/src/portable/renesas/usba/dcd_usba.c b/src/portable/renesas/link/dcd_link.c
index fa87c9f4d..fa87c9f4d 100644
--- a/src/portable/renesas/usba/dcd_usba.c
+++ b/src/portable/renesas/link/dcd_link.c
diff --git a/src/portable/renesas/usba/hcd_usba.c b/src/portable/renesas/link/hcd_link.c
index 5246ecb94..5246ecb94 100644
--- a/src/portable/renesas/usba/hcd_usba.c
+++ b/src/portable/renesas/link/hcd_link.c