| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-05-24 | fix(RA Host Portable): implement missing function __builtin_ctz(x) for IAR | Aladdin Bakosh | |
| 2023-03-16 | more fix | hathach | |
| 2023-03-16 | rename symbols | hathach | |
| 2023-03-16 | rename file link to rusb2 | hathach | |
| 2023-03-12 | minor format | hathach | |
| 2023-03-08 | fix incorrect merge of hcd link | hathach | |
| 2023-03-08 | fix freertos build with iar, format/indent link_type | hathach | |
| 2023-03-08 | Merge branch 'master' into renesas-ra | hathach | |
| 2022-12-04 | more typos | hathach | |
| 2022-06-02 | add __evenaccess keyword for CCRX compiler compatibility | Rafael Silva | |
| Signed-off-by: Rafael Silva <[email protected]> | |||
| 2022-06-02 | fix iso int register typo | Rafael Silva | |
| druing the renaming int and iso endpoint configurations were swapped Co-authored-by: Koji KITAYAMA <[email protected]> | |||
| 2022-06-02 | fix host preprocessor flag typo | Rafael Silva | |
| Co-authored-by: Koji KITAYAMA <[email protected]> | |||
| 2022-06-02 | style code for consistency with existing codebase | Rafael Silva | |
| 2022-06-02 | remove duplicate link register bit macros | Rafael Silva | |
| Signed-off-by: Rafael Silva <[email protected]> | |||
| 2022-06-02 | add support for renesas ra family of mcus | Rafael Silva | |
| Signed-off-by: Rafael Silva <[email protected]> | |||
| 2022-06-02 | generalize renesas LINK core driver | Rafael Silva | |
| create local register access struct and move mcu specific code in preparation of support for other mcu families that use the LINK usb core Signed-off-by: Rafael Silva <[email protected]> | |||
| 2022-06-02 | rename renesas driver to link | Rafael Silva | |
| link was chosen according to the name for the usb core on datasheets, LINK core Signed-off-by: Rafael Silva <[email protected]> | |||
| 2022-05-31 | Merge pull request #1381 from hathach/add-sof-isr | Ha Thach | |
| Add SOF IRQ Handler | |||
| 2022-03-07 | added dcd_sof_enable() stubs for all other ports | hathach | |
| 2022-03-02 | try to fix ci | hathach | |
| 2022-02-26 | Merge pull request #1311 from Wini-Buh/CCRX_Ext | Ha Thach | |
| Solve problems with CCRX toolchain | |||
| 2022-02-25 | rename TUSB_OPT_HOST_ENABLED to CFG_TUH_ENABLED | hathach | |
| 2022-02-25 | rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLED | hathach | |
| TUSB_OPT_DEVICE_ENABLED still usable for backward compatible | |||
| 2022-02-01 | Modifications for CCRX toolchain | Roland | |
| 2021-12-27 | Fix hcd_edpt_clear_stall | kkitayam | |
| 2021-12-27 | Add statements for control VBUS | kkitayam | |
| 2021-12-27 | Add hcd for Renesas RX | kkitayam | |
| 2021-10-24 | remove ep descriptor wMaxPacketSize bitfield due to endian issue | hathach | |
| 2021-10-17 | more with -Wcast-qual | hathach | |
| 2021-09-08 | reset PID to DATA0 when open endpoint | hathach | |
| 2021-09-07 | Implement dcd_edpt_close_all() for Renesas RX family | kkitayam | |
| 2021-08-26 | add dcd_edpt_close_all() for clear existing configured state | hathach | |
| correctly responded to TD 9.13 Set Configuration Test | |||
| 2021-08-19 | Add compile switch to enable SOF during suspend only | kkitayam | |
| 2021-08-19 | Removes redundant SOF processing from the Renesas RX family. | kkitayam | |
| The same logic regarding the resume signal was implemented by usbd. See also: #1023 | |||
| 2021-08-16 | add note for renesas rx remote wakeup | hathach | |
| 2021-07-31 | fix: D0FIFOSEL setting was incorrectly when big-endian is selected. | kkitayam | |
| In pipe_xfer_in(), the endianness setting of D0FIFOSEL was lacking due to refactoring. And add type cast operation to avoid warnings by CCRX. | |||
| 2021-07-29 | Change the accessing method of TU_FIFO from ↵ | kkitayam | |
| read/write_n_const_addr_full_words to get_write/read_info and advance_write/read_pointer pairs. | |||
| 2021-07-29 | added support for dcd_edpt_xfer_fifo | kkitayam | |
| 2021-07-29 | Refactor and clean up | kkitayam | |
| 2021-07-22 | clean up compiler | hathach | |
| 2021-07-22 | update endian | hathach | |
| 2021-07-22 | rename bit filed order | hathach | |
| clean up packed/bit order begin end | |||
| 2021-07-22 | rename packed begin/end | hathach | |
| 2021-07-22 | Merge branch 'CCRX_Port' of https://github.com/Wini-Buh/tinyusb into ↵ | hathach | |
| Wini-Buh-CCRX_Port | |||
| 2021-07-05 | remove unnecessary blocking operation. | kkitayam | |
| add comments why resume event is sent manually. | |||
| 2021-07-03 | Add SUSPEND/RESUME handling for Renesas RX family. | kkitayam | |
| 2021-06-29 | Make toolchain dependency more consistent | Wini-Buh | |
| 2021-06-29 | Merge from current master. Fixed a compilation error with the GNUC toolchain | Wini-Buh | |
| 2021-06-29 | Merge remote-tracking branch 'origin/master' into CCRX_Port | Wini-Buh | |
| # Conflicts: # src/portable/renesas/usba/dcd_usba.c # src/tusb_option.h | |||
| 2021-06-26 | add the entry for RX65N | kkitayam | |
