summaryrefslogtreecommitdiff
path: root/src/portable/renesas
AgeCommit message (Expand)Author
2024-05-27renesas: Add support for dcd_sof_enable().Andrew Leech
2024-04-15revert to use __builtin_ctz() for optimized timehathach
2024-04-11apply find_pipe() and forloop for hcdhathach
2024-04-10fix mask typo for brdysts when using pipe9hathach
2024-04-10support ra2a1 pipe numbering, fix ra2a1 ek led/button. Though usb not enumera...hathach
2024-04-10use for loop instead of__builtin_ctz() which is not portable (e.g with ccrx)hathach
2024-04-10revert pr2245hathach
2023-09-27change hcd_int_handler(rhport, in_isr) signature: add in_isrhathach
2023-09-08wait_pipe_fifo_empty() now returns bool (as expected using TU_ASSERT macro)maidnl
2023-09-08renesas: added wait function for IN transactionmaidnl
2023-08-04clean(ra_hcd): fix typos in the hcd libraryAladdin Bakosh
2023-08-04Merge branch 'master' into masterHa Thach
2023-08-01renesas: host: remove attach_attempt logicMartino Facchin
2023-08-01Merge branch 'arduino-renesas_ra_hs_rebased' into renesas_ra_hs_rebasedhathach
2023-08-01add rusb2_common.c for dynami irqhathach
2023-08-01rusb2: move dynamic irq function to c fileMartino Facchin
2023-07-31enable USBMC for uno r4, add board_init_after_tusb() APIhathach
2023-07-31enable_irq since uno bootloader can disable it. systick triggered, however us...hathach
2023-07-28add uno r4 wih FLASH_IMAGE_START=0x4000, running but interrupt (systick) does...hathach
2023-07-28- revert usb addresshathach
2023-07-28fix cihathach
2023-07-27Merge branch 'master' into renesas_ra_hs_rebasedhathach
2023-07-26correct hcd_edpt_clear_stall() API signaturehathach
2023-07-26refactored multiple ports for hcd rusb2hathach
2023-07-26updating hcd rusb2hathach
2023-07-21add stub hcd_edpt_abort_xfer() for all portshathach
2023-07-18Merge branch 'master' into renesas_ra_hs_rebasedhathach
2023-07-17debugging can be configured on renesas dcdAladdin Bakosh
2023-07-17debugging can be configured on renesas hcdAladdin Bakosh
2023-07-17fix(RA_hcd): STALL status can be also 3 not only 2Aladdin Bakosh
2023-07-07move check highspeed to rusb_rahathach
2023-07-07add PORT selection for makefilehathach
2023-07-07fully work with multiple ports without CFG_TUSB_RHPORT0/1hathach
2023-07-07use unaligned access read for hw fifohathach
2023-07-06fix build with rxhathach
2023-07-06more multiple ports updatehathach
2023-07-06add rusb2_module_start(), more update for multiple ports for dcd rusb2hathach
2023-07-06update ra type to include usbhs registershathach
2023-07-05minor pipe clean uphathach
2023-07-05usb hs work with ra 6m5 ekhathach
2023-07-03Merge branch 'master' into renesas_ra_hs_rebasedhathach
2023-07-02made line ends consistent.Lars Pötter
2023-07-01fix undef with fsphathach
2023-07-01rework ra buildhathach
2023-06-07fix(RA): static assert RUSB2 registerAladdin Bakosh
2023-06-05renesas_ra: fix wrong ifdefMartino Facchin
2023-06-05Merge remote-tracking branch 'mainline/master' into HEADMartino Facchin
2023-06-05renesas_rx: fix compilation on latest GCCMartino Facchin
2023-06-02fix(RA Host Portable): git rid of the IAR warnings for packedAladdin Bakosh
2023-05-24fix(RA Host Portable): implement missing function __builtin_ctz(x) for IARAladdin Bakosh