summaryrefslogtreecommitdiff
path: root/src/portable/renesas
AgeCommit message (Expand)Author
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
2021-06-22final clean upWini-Buh
2021-06-11weak atrribute work around removed from CCRX_PortWini-Buh
2021-06-02Missing RX device dependency correctedWini-Buh
2021-05-29Adaptations for Renesas CCRX toolchain and Rx72N controller performedWini-Buh
2021-03-28cleanupkkitayam
2021-03-27fixed a OUT transfer did not completed multiple of the max packet sizekkitayam
2021-03-27using BRDY interruption for handling IN transfers.kkitayam
2021-03-26update for gr_citurskkitayam
2021-03-26added dcd for Renesas USBakkitayam