summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
This fixes a problem found on MSD class where data read from from disks were sometimes partially overwritten by the status MSD message ("USBS..."). The function introduced wait for the hw fifo pipe to be empty, that prevent that new writing in the fife overwrite data which are not yet be transmitted by hw.
2023-08-24Merge pull request #2142 from sjanc/symlinksHa Thach
Fix documentation symlinks
2023-08-16Merge pull request #2221 from hathach/ehci-halted-errorHa Thach
EHCI more fixes
2023-08-16minor commenthathach
2023-08-16fix abort transfer does not release endpoint, also reset state if it is ↵hathach
control transfer
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
fix issue 2188: support usbh_app_driver_get_cb()
2023-08-15more renamehathach
2023-08-15more minor clean uphathach
- also rename usbh_classdriver.h to usbh_pvt.h to consitent with usbd
2023-08-14fix issue 2188: support usbh_app_driver_get_cb()rppicomidi
2023-08-14Merge pull request #2217 from hathach/add-lpc43s67Ha Thach
Add lpc43s67
2023-08-14Merge pull request #2219 from tswan-quasi/masterHa Thach
min on cdc r/w
2023-08-14fix build iar with lpc43hathach
2023-08-14add iar support for lpc43, add lpcxpresso43s67 to hil farmhathach
2023-08-14UINT16_MAX stdint macro usagetswan-quasi
2023-08-14min on cdc r/wtswan-quasi
2023-08-14add board_get_unique_id() for lpc43hathach
2023-08-14add lpcxpresso43s67hathach
2023-08-09Merge pull request #2202 from Rocky04/patch-4Ha Thach
Invoke unmounted state on configuration reset
2023-08-09Merge pull request #2209 from HiFiPhile/hitlHa Thach
Enhance HITL test
2023-08-09rename hitl to hilhathach
2023-08-09update hil test and json (remove troublesome lpc54608), run hil test on ci ↵hathach
with IAR build
2023-08-09Merge branch 'hitl' into pr_hitlhathach
2023-08-09update to dcd ip3511 to add work-around for lpc54628 usb hs errata USB.1 and ↵hathach
USB.2 msc is mounted, but device couldn't work reliably and got constant reset due to other errata probably.
2023-08-08Add simple test for hid_boot_interface.HiFiPhile
2023-08-08Update contributor.rstHiFiPhile
2023-08-08Flash board_test when done, skip cdc_msc for LPC54.HiFiPhile
2023-08-08Add dummy board_test.HiFiPhile
2023-08-08added cmake for lpc54, update lpc55hathach
2023-08-07Correcting commentsRocky04
2023-08-07Fixing wrong callback placementRocky04
2023-08-07Fixed typoRocky04
2023-08-07Mount block device in test_cdc_msc.HiFiPhile
2023-08-07Merge pull request #2211 from hathach/host-usb-resetHa Thach
Host usb reset
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
- also improve ehci bus reset - seperate bus reset delay and contact debouncing delay in enumeration
2023-08-07Update examplesRocky04
2023-08-07Merge pull request #2208 from kkitayam/fix_makefile_for_winHa Thach
Fix makefile a warning when run on windows command prompt
2023-08-07Merge pull request #2151 from kilograham/rp2040_build_fixesHa Thach
Fix build issues when building for RP2040 from pico-examples/pico-sdk.
2023-08-06Add config file as argument.HiFiPhile
2023-08-06Fix RTT build.HiFiPhile
2023-08-06Add more MCU.HiFiPhile
2023-08-06Fix LPC54 build.HiFiPhile
2023-08-06Change to subst to work on windows command promptkkitayam
2023-08-06WIP.HiFiPhile
2023-08-06Fix LPC54 build.HiFiPhile
2023-08-04Merge pull request #2185 from abakosh/clean_RA_HCDHa Thach
Fix typos in HCD rusb file
2023-08-04Merge pull request #2206 from hathach/hw-test-jlink-snHa Thach
add usb serial for hw l412 test