summaryrefslogtreecommitdiff
path: root/src/portable/renesas
AgeCommit message (Expand)Author
2026-04-17fix some Wconversion warningshathach
2026-01-04update hcd rusb2 to use tu_hwfifo read/writehathach
2026-01-03fix rusb2 hcd_port_connect_status() using line state, add post root reset del...hathach
2026-01-03rusb2 move tu_hwfifo_write() to rusb2_common.chathach
2026-01-03hwfifo support custom write/readhathach
2026-01-01rusb2 use tu_hwfifo API to write usb packethathach
2026-01-01minor refactorhathach
2025-12-11dcd/rusb2: fix fifo writeHiFiPhile
2025-11-26change tu_fifo_buffer_info_t layouthathach
2025-11-19Merge remote-tracking branch 'tinyusb/master' into copilot/fix-dcd-edpt-xfer-...HiFiPhile
2025-11-17make TUP_DCD_EDPT_ISO_ALLOC i.e dcd_edpt_iso_alloc()/dcd_edpt_iso_activate() ...hathach
2025-10-31Merge branch 'copilot/fix-dcd-edpt-xfer-issue' of https://github.com/hathach/...HiFiPhile
2025-10-31Merge remote-tracking branch 'tinyusb/master' into copilot/fix-dcd-edpt-xfer-...HiFiPhile
2025-10-28fix Identifiers that start with '__' or '_[A-Z]' are reserved.hathach
2025-10-22Apply suggestions from code reviewZixun LI
2025-10-22Add is_isr parameter to dcd_edpt_xfer and dcd_edpt_xfer_fifocopilot-swe-agent[bot]
2025-09-17Replace old delay functions by tusb_time_delay_ms_apiHiFiPhile
2025-04-23rename and expose tuh_bus_info_get() to applicationhathach
2025-04-23rename hcd_devtree_info_t to tuh_bus_info_t, hcd_devtree_get_info to hcd_bus_...hathach
2025-03-26added hcd_edpt_close() stub for other portshathach
2024-11-27Fix missing protoype warning, change TUD_EPBUF_TYPE_DEF order (#2889)Ha Thach
2024-10-14change dcd_init() return from void to boolhathach
2024-10-14change the tusb_rhport_init_t struct, exclude the rhport to make API more con...hathach
2024-10-11hcd_init() take init structhathach
2024-10-11change dcd_init() to take rhport structhathach
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