| 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-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 | UINT16_MAX stdint macro usage | tswan-quasi | |
| 2023-08-14 | min on cdc r/w | tswan-quasi | |
| 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 | 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 | added cmake for lpc54, update lpc55 | hathach | |
| 2023-08-07 | Correcting comments | Rocky04 | |
| 2023-08-07 | Fixing wrong callback placement | Rocky04 | |
| 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-04 | clean(ra_hcd): fix typos in the hcd library | Aladdin Bakosh | |
| 2023-08-04 | Merge branch 'master' into master | Ha Thach | |
| 2023-08-04 | Merge branch 'master' into enhance-bsp | hathach | |
| 2023-08-03 | Merge pull request #2052 from arduino/renesas_ra_hs_rebased | Ha Thach | |
| Renesas_RA: add support for board with HS USB port | |||
| 2023-08-03 | add lpc43 family | hathach | |
| 2023-08-03 | add osal queue name if needed | hathach | |
| also mass change configQUEUE_REGISTRY_SIZE = 4 | |||
| 2023-08-03 | Merge branch 'master' into pr2091 | hathach | |
| 2023-08-03 | Revert "Name queues for easier FreeRTOS debugging with task- and queue-aware ↵ | hathach | |
| debuggers" This reverts commit 11fba59319d81fb9502fbf399abb4fe27cf3fa29. | |||
| 2023-08-02 | Set unmounted on configuration reset | Rocky04 | |
| 2023-08-02 | default class driver log level to CFG_TUH/TUD_LOG_LEVEL allow application to ↵ | hathach | |
| selectively disable usbd/usbh or driver log | |||
| 2023-08-01 | renesas: host: remove attach_attempt logic | Martino Facchin | |
| 2023-08-01 | Merge branch 'arduino-renesas_ra_hs_rebased' into renesas_ra_hs_rebased | hathach | |
| 2023-08-01 | add rusb2_common.c for dynami irq | hathach | |
| 2023-08-01 | rusb2: move dynamic irq function to c file | Martino Facchin | |
| 2023-07-31 | enable USBMC for uno r4, add board_init_after_tusb() API | hathach | |
| add BOARD_UPPERCASE for board detection | |||
| 2023-07-31 | revert out of scope changes | hathach | |
| 2023-07-31 | Merge pull request #2093 from abakosh/no_osal_delay | Ha Thach | |
| osal_none: make it possible to override the task delay function | |||
| 2023-07-31 | enable_irq since uno bootloader can disable it. systick triggered, however ↵ | hathach | |
| usb still not work with uno | |||
| 2023-07-28 | add uno r4 wih FLASH_IMAGE_START=0x4000, running but interrupt (systick) ↵ | hathach | |
| does not seems to work | |||
| 2023-07-28 | - revert usb address | hathach | |
| - more clean up | |||
| 2023-07-28 | fix ci | hathach | |
| 2023-07-27 | Merge branch 'master' into renesas_ra_hs_rebased | hathach | |
| 2023-07-27 | Merge pull request #2179 from hathach/enhance-ehci | Ha Thach | |
| Enhance EHCI | |||
| 2023-07-27 | add check for edpt_xfer() with halted, also reset data toggle when clear stall | hathach | |
| 2023-07-26 | mising ehci | hathach | |
| 2023-07-26 | correct hcd_edpt_clear_stall() API signature | hathach | |
| 2023-07-26 | refactored multiple ports for hcd rusb2 | hathach | |
| 2023-07-26 | updating hcd rusb2 | hathach | |
| - make osal_task_delay() as weak function in usbh - implement osal_task_delay() in hcd rusb2 (may moved to other places) | |||
| 2023-07-25 | improve processing usb complete and error isr. | hathach | |
| also merge them together | |||
| 2023-07-25 | fix unaligned hub status_change | hathach | |
