| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-09-08 | wait_pipe_fifo_empty() now returns bool (as expected using TU_ASSERT macro) | maidnl | |
| 2023-09-08 | renesas: added wait function for IN transaction | maidnl | |
| 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-24 | Merge pull request #2142 from sjanc/symlinks | Ha Thach | |
| Fix documentation symlinks | |||
| 2023-08-16 | Merge pull request #2221 from hathach/ehci-halted-error | Ha Thach | |
| EHCI more fixes | |||
| 2023-08-16 | minor comment | hathach | |
| 2023-08-16 | fix abort transfer does not release endpoint, also reset state if it is ↵ | hathach | |
| control transfer | |||
| 2023-08-16 | clear qhd halted bit if not caused by STALL protocol, allow for next transfer | hathach | |
| 2023-08-15 | Merge pull request #2222 from rppicomidi/fix-2188 | Ha Thach | |
| fix issue 2188: support usbh_app_driver_get_cb() | |||
| 2023-08-15 | more rename | hathach | |
| 2023-08-15 | more minor clean up | hathach | |
| - also rename usbh_classdriver.h to usbh_pvt.h to consitent with usbd | |||
| 2023-08-14 | fix issue 2188: support usbh_app_driver_get_cb() | rppicomidi | |
| 2023-08-14 | Merge pull request #2217 from hathach/add-lpc43s67 | Ha Thach | |
| Add lpc43s67 | |||
| 2023-08-14 | Merge pull request #2219 from tswan-quasi/master | Ha Thach | |
| min on cdc r/w | |||
| 2023-08-14 | fix build iar with lpc43 | hathach | |
| 2023-08-14 | add iar support for lpc43, add lpcxpresso43s67 to hil farm | hathach | |
| 2023-08-14 | UINT16_MAX stdint macro usage | tswan-quasi | |
| 2023-08-14 | min on cdc r/w | tswan-quasi | |
| 2023-08-14 | add board_get_unique_id() for lpc43 | hathach | |
| 2023-08-14 | add lpcxpresso43s67 | hathach | |
| 2023-08-09 | Merge pull request #2202 from Rocky04/patch-4 | Ha Thach | |
| Invoke unmounted state on configuration reset | |||
| 2023-08-09 | Merge pull request #2209 from HiFiPhile/hitl | Ha Thach | |
| Enhance HITL test | |||
| 2023-08-09 | rename hitl to hil | hathach | |
| 2023-08-09 | update hil test and json (remove troublesome lpc54608), run hil test on ci ↵ | hathach | |
| with IAR build | |||
| 2023-08-09 | Merge branch 'hitl' into pr_hitl | hathach | |
| 2023-08-09 | update 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-08 | Add simple test for hid_boot_interface. | HiFiPhile | |
| 2023-08-08 | Update contributor.rst | HiFiPhile | |
| 2023-08-08 | Flash board_test when done, skip cdc_msc for LPC54. | HiFiPhile | |
| 2023-08-08 | Add dummy board_test. | HiFiPhile | |
| 2023-08-08 | added cmake for lpc54, update lpc55 | hathach | |
| 2023-08-07 | Correcting comments | Rocky04 | |
| 2023-08-07 | Fixing wrong callback placement | Rocky04 | |
| 2023-08-07 | Fixed typo | Rocky04 | |
| 2023-08-07 | Mount block device in test_cdc_msc. | HiFiPhile | |
| 2023-08-07 | Merge pull request #2211 from hathach/host-usb-reset | Ha Thach | |
| Host usb reset | |||
| 2023-08-07 | code format | hathach | |
| 2023-08-07 | fix host msc get maxlun not using aligned section memory | hathach | |
| 2023-08-07 | Add 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-07 | Update examples | Rocky04 | |
| 2023-08-07 | Merge pull request #2208 from kkitayam/fix_makefile_for_win | Ha Thach | |
| Fix makefile a warning when run on windows command prompt | |||
| 2023-08-07 | Merge pull request #2151 from kilograham/rp2040_build_fixes | Ha Thach | |
| Fix build issues when building for RP2040 from pico-examples/pico-sdk. | |||
| 2023-08-06 | Add config file as argument. | HiFiPhile | |
| 2023-08-06 | Fix RTT build. | HiFiPhile | |
| 2023-08-06 | Add more MCU. | HiFiPhile | |
| 2023-08-06 | Fix LPC54 build. | HiFiPhile | |
| 2023-08-06 | Change to subst to work on windows command prompt | kkitayam | |
| 2023-08-06 | WIP. | HiFiPhile | |
| 2023-08-06 | Fix LPC54 build. | HiFiPhile | |
| 2023-08-04 | Merge pull request #2185 from abakosh/clean_RA_HCD | Ha Thach | |
| Fix typos in HCD rusb file | |||
| 2023-08-04 | Merge pull request #2206 from hathach/hw-test-jlink-sn | Ha Thach | |
| add usb serial for hw l412 test | |||
