summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-09-12Merge pull request #2245 from arduino/fix_msd_extraneus_bytes_on_readingHa Thach
2023-09-09minor renamehathach
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-09-07- wrap up hcd max3421, work well with nrf52840hathach
2023-09-06minor debug clean uphathach
2023-08-31vastly improve attach/detach device, still have issue where thing is still ha...hathach
2023-08-31improve connection & disconnection detection. But there is still issue when C...hathach
2023-08-30use ep buf to keep setup packet, work well with hid devicehathach
2023-08-30call xfer_complete_isr() when result is not successful (stalled or failed)hathach
2023-08-29- hcd_setup_send() also check for busy flaghathach
2023-08-29- correct tuh_max3421e_int_api() for nrf52hathach
2023-08-28- add xfer_complete_isr()hathach
2023-08-27more update to transactionhathach
2023-08-25try next endpoint when received NAKhathach
2023-08-25add xact_out(), xact_in() to manage transferhathach
2023-08-25use endpoint pool for more flexible multiple devices supporthathach
2023-08-25add osal mutex for spihathach
2023-08-25add spi lock with interrupt enable/disablehathach
2023-08-24save data toggle, always retry NAK. work with msc devicehathach
2023-08-24add tuh_max3421e_int_api(), retry control if received NAKhathach
2023-08-24complete enumerationhathach
2023-08-23able to complete 1st get device descriptor and set addresshathach
2023-08-23able to get 8 byte descriptor, but read(RCVBC) always return 0hathach
2023-08-22able to send setup packethathach
2023-08-22able to detect new device and start enumeratinghathach
2023-08-18adding connection event handling, add nrf gpio interrupt for max2341e interru...hathach
2023-08-18ground works for hcd max3421ehathach
2023-08-18- update nrf52 bsp for cmakehathach
2023-08-16minor commenthathach
2023-08-16fix abort transfer does not release endpoint, also reset state if it is contr...hathach
2023-08-16clear qhd halted bit if not caused by STALL protocol, allow for next transferhathach
2023-08-15Merge pull request #2222 from rppicomidi/fix-2188Ha Thach
2023-08-15more renamehathach
2023-08-15more minor clean uphathach
2023-08-14fix issue 2188: support usbh_app_driver_get_cb()rppicomidi
2023-08-14UINT16_MAX stdint macro usagetswan-quasi
2023-08-14min on cdc r/wtswan-quasi
2023-08-09Merge pull request #2202 from Rocky04/patch-4Ha Thach
2023-08-09Merge pull request #2209 from HiFiPhile/hitlHa Thach
2023-08-09update to dcd ip3511 to add work-around for lpc54628 usb hs errata USB.1 and ...hathach
2023-08-08added cmake for lpc54, update lpc55hathach
2023-08-07Correcting commentsRocky04
2023-08-07Fixing wrong callback placementRocky04
2023-08-07code formathathach
2023-08-07fix host msc get maxlun not using aligned section memoryhathach
2023-08-07Add tuh_rhport_is_active() and tuh_rhport_reset_bus()hathach
2023-08-04clean(ra_hcd): fix typos in the hcd libraryAladdin Bakosh
2023-08-04Merge branch 'master' into masterHa Thach
2023-08-04Merge branch 'master' into enhance-bsphathach