| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-07-26 | correct hcd_edpt_clear_stall() API signature | hathach | |
| 2023-07-26 | refactored multiple ports for hcd rusb2 | hathach | |
| 2023-07-26 | updating hcd rusb2 | hathach | |
| - make osal_task_delay() as weak function in usbh - implement osal_task_delay() in hcd rusb2 (may moved to other places) | |||
| 2023-07-21 | add stub hcd_edpt_abort_xfer() for all ports | hathach | |
| 2023-07-18 | Merge branch 'master' into renesas_ra_hs_rebased | hathach | |
| 2023-07-17 | debugging can be configured on renesas dcd | Aladdin Bakosh | |
| 2023-07-17 | debugging can be configured on renesas hcd | Aladdin Bakosh | |
| 2023-07-17 | fix(RA_hcd): STALL status can be also 3 not only 2 | Aladdin Bakosh | |
| 2023-07-07 | move check highspeed to rusb_ra | hathach | |
| 2023-07-07 | add PORT selection for makefile | hathach | |
| 2023-07-07 | fully work with multiple ports without CFG_TUSB_RHPORT0/1 | hathach | |
| 2023-07-07 | use unaligned access read for hw fifo | hathach | |
| 2023-07-06 | fix build with rx | hathach | |
| 2023-07-06 | more multiple ports update | hathach | |
| 2023-07-06 | add rusb2_module_start(), more update for multiple ports for dcd rusb2 | hathach | |
| 2023-07-06 | update ra type to include usbhs registers | hathach | |
| 2023-07-05 | minor pipe clean up | hathach | |
| 2023-07-05 | usb hs work with ra 6m5 ek | hathach | |
| 2023-07-03 | Merge branch 'master' into renesas_ra_hs_rebased | hathach | |
| 2023-07-02 | made line ends consistent. | Lars Pötter | |
| 2023-07-01 | fix undef with fsp | hathach | |
| 2023-07-01 | rework ra build | hathach | |
| 2023-06-07 | fix(RA): static assert RUSB2 register | Aladdin Bakosh | |
| 2023-06-05 | renesas_ra: fix wrong ifdef | Martino Facchin | |
| Since CFG_TUSB_RHPORT1_MODE is always defined now for backwards compatibility | |||
| 2023-06-05 | Merge remote-tracking branch 'mainline/master' into HEAD | Martino Facchin | |
| Update fsp to 4.0.0 | |||
| 2023-06-05 | renesas_rx: fix compilation on latest GCC | Martino Facchin | |
| __CCRX__ only applyes to version 4 of RX family compiler http://tool-support.renesas.com/autoupdate/support/onlinehelp/csp/V4.01.00/CS+.chm/Compiler-CCRX.chm/Output/ccrx04c0201y.html __RX__ is one of the macros exported by latest gcc (gcc_8.3.0.202305_rx_elf) | |||
| 2023-06-02 | fix(RA Host Portable): git rid of the IAR warnings for packed | Aladdin Bakosh | |
| 2023-05-24 | fix(RA Host Portable): implement missing function __builtin_ctz(x) for IAR | Aladdin Bakosh | |
| 2023-05-17 | renesas: provide default for CFG_TUSB_RHPORT1_MODE | Martino Facchin | |
| Should fix CI failure for Renesas RX family | |||
| 2023-05-03 | renesas: add fallback for targets not defining CFG_TUSB_RHPORT*_MODE | Martino Facchin | |
| 2023-05-03 | renesas_ra: support RA2A1 (FS only) | Martino Facchin | |
| 2023-05-03 | renesas_ra: host: handle retry on attach() | Martino Facchin | |
| 2023-05-03 | renesas_ra: add support for HS port | Martino Facchin | |
| 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 | |||
