summaryrefslogtreecommitdiff
path: root/src/portable/renesas
AgeCommit message (Expand)Author
2023-05-24fix(RA Host Portable): implement missing function __builtin_ctz(x) for IARAladdin Bakosh
2023-03-16more fixhathach
2023-03-16rename symbolshathach
2023-03-16rename file link to rusb2hathach
2023-03-12minor formathathach
2023-03-08fix incorrect merge of hcd linkhathach
2023-03-08fix freertos build with iar, format/indent link_typehathach
2023-03-08Merge branch 'master' into renesas-rahathach
2022-12-04more typoshathach
2022-06-02add __evenaccess keyword for CCRX compiler compatibilityRafael Silva
2022-06-02fix iso int register typo Rafael Silva
2022-06-02fix host preprocessor flag typoRafael Silva
2022-06-02style code for consistency with existing codebaseRafael Silva
2022-06-02remove duplicate link register bit macrosRafael Silva
2022-06-02add support for renesas ra family of mcusRafael Silva
2022-06-02generalize renesas LINK core driverRafael Silva
2022-06-02rename renesas driver to linkRafael Silva
2022-05-31Merge pull request #1381 from hathach/add-sof-isrHa Thach
2022-03-07added dcd_sof_enable() stubs for all other portshathach
2022-03-02try to fix cihathach
2022-02-26Merge pull request #1311 from Wini-Buh/CCRX_ExtHa Thach
2022-02-25rename TUSB_OPT_HOST_ENABLED to CFG_TUH_ENABLEDhathach
2022-02-25rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLEDhathach
2022-02-01Modifications for CCRX toolchainRoland
2021-12-27Fix hcd_edpt_clear_stallkkitayam
2021-12-27Add statements for control VBUSkkitayam
2021-12-27Add hcd for Renesas RXkkitayam
2021-10-24remove ep descriptor wMaxPacketSize bitfield due to endian issuehathach
2021-10-17more with -Wcast-qualhathach
2021-09-08reset PID to DATA0 when open endpointhathach
2021-09-07Implement dcd_edpt_close_all() for Renesas RX familykkitayam
2021-08-26add dcd_edpt_close_all() for clear existing configured statehathach
2021-08-19Add compile switch to enable SOF during suspend onlykkitayam
2021-08-19Removes redundant SOF processing from the Renesas RX family.kkitayam
2021-08-16add note for renesas rx remote wakeuphathach
2021-07-31fix: D0FIFOSEL setting was incorrectly when big-endian is selected.kkitayam
2021-07-29Change the accessing method of TU_FIFO from read/write_n_const_addr_full_word...kkitayam
2021-07-29added support for dcd_edpt_xfer_fifokkitayam
2021-07-29Refactor and clean upkkitayam
2021-07-22clean up compilerhathach
2021-07-22update endianhathach
2021-07-22rename bit filed orderhathach
2021-07-22rename packed begin/endhathach
2021-07-22Merge branch 'CCRX_Port' of https://github.com/Wini-Buh/tinyusb into Wini-Buh...hathach
2021-07-05remove unnecessary blocking operation.kkitayam
2021-07-03Add SUSPEND/RESUME handling for Renesas RX family.kkitayam
2021-06-29Make toolchain dependency more consistentWini-Buh
2021-06-29Merge from current master. Fixed a compilation error with the GNUC toolchainWini-Buh
2021-06-29Merge remote-tracking branch 'origin/master' into CCRX_PortWini-Buh
2021-06-26add the entry for RX65Nkkitayam