| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-09-18 | set driver count to 0 | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-17 | Update weak callbacks to new syntax | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-09-16 | refactor generic container to use EPBUF declaration | hathach | |
| simplify container field name | |||
| 2025-09-15 | Merge branch 'master' into fork/ennebi/mtp | hathach | |
| 2025-08-06 | Add MTP class device | Maurizio Pesce | |
| 2025-07-10 | Merge pull request #2987 from hathach/fix-2923-alt | Ha Thach | |
| make sure TOTAL_DRIVER_COUNT is not overflow 8-bit | |||
| 2025-07-08 | revert edpt busy/claim status if xfer_isr() defer to xfer_cb() | hathach | |
| 2025-07-08 | minor reformat code | hathach | |
| 2025-07-08 | Merge remote-tracking branch 'origin/master' into xfer_isr | hathach | |
| # Conflicts: # examples/device/audio_4_channel_mic_freertos/src/main.c # examples/device/audio_test_freertos/src/main.c # src/class/audio/audio_device.c | |||
| 2025-06-22 | Merge branch 'master' into async_io | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-06-14 | audio: move ISO transfers into xfer_isr | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-06-14 | USBD: introduce xfer_isr. | HiFiPhile | |
| 2025-05-21 | add usbd_spin_lock/unlock for driver usage | hathach | |
| 2025-05-19 | implement osal critical for none/freertos/pico-sdk | hathach | |
| 2025-04-11 | Merge remote-tracking branch 'upstream/master' into async_io | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-03-26 | hcd/ehci: hcd_edpt_open() return false if ep is already opened. implement ↵ | hathach | |
| hcd_edpt_close() | |||
| 2025-03-06 | hack: force/overwrite endpoint mps to 64 for device that incorrectly report ↵ | hathach | |
| 512 bytes for bulk in fullspeed mode. | |||
| 2025-02-12 | clean up | hathach | |
| 2025-02-12 | Merge branch 'master' into fork/atoktoto/midihost | hathach | |
| # Conflicts: # hw/bsp/rp2040/family.cmake # src/class/midi/midi.h # src/class/midi/midi_device.c # src/device/usbd_control.c # src/host/hcd.h # src/host/usbh.c # src/host/usbh.h | |||
| 2025-02-11 | make sure TOTAL_DRIVER_COUNT is not overflow 8-bit | hathach | |
| 2025-01-29 | Fix Auto speed display. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2024-11-25 | change dcd_dcache_*() API return type from void to bool | hathach | |
| 2024-11-20 | have p4 dma somewhat working but having issue with buffer that does not ↵ | hathach | |
| occupy the whole cache line | |||
| 2024-10-14 | change dcd_init() return from void to bool | hathach | |
| 2024-10-14 | change the tusb_rhport_init_t struct, exclude the rhport to make API more ↵ | hathach | |
| consistent | |||
| 2024-10-11 | change dcd_init() to take rhport struct | hathach | |
| 2024-10-11 | change tusb_init(), tusb_rhport_init() to use init struct for expandability | hathach | |
| 2024-10-10 | add new tusb_int_handler(rhport, in_isr) as common irq handler | hathach | |
| update tusb_init() to take rhport and role, defined as macro with optional argument for backward compatible | |||
| 2024-08-19 | fix ci build | hathach | |
| 2024-08-19 | implement dcd_edpt_iso_alloc/dcd_edpt_iso_activate for musb. video_capture ↵ | hathach | |
| example with iso kind of work but not smoothly. audio example does not seems to work as expected | |||
| 2024-08-05 | finally fixed fsdev setup handling, which cause race condition for ch32v203 | hathach | |
| 2024-08-01 | increase freerto min task stack for some stm32 | hathach | |
| 2024-07-25 | fix race condition where reset event cleaar setup count | hathach | |
| 2024-07-19 | fix compile with tud_vendor_control_xfer_cb() and check ↵ | hathach | |
| tud_descriptor_device_cb() | |||
| 2024-07-19 | also migrate tud_descriptor_device_qualifier_cb() / ↵ | hathach | |
| tud_descriptor_other_speed_configuration_cb() | |||
| 2024-07-19 | Additional fix related to issue #1018. Corrects the usage of TU_ATTR_WEAK ↵ | Frank Voorburg | |
| for the Keil compiler for the callback functions: * tud_descriptor_bos_cb() * tud_vendor_control_xfer_cb() * tud_mount_cb() * tud_umount_cb() * tud_suspend_cb() * tud_resume_cb() Without the fix for the first two functions, the USB device won't enumerate properly, if the device makes use of a BOS description. For example when using a Microsoft OS 2.0 platform capability descriptor to set a specific Device Interface GUID for WinUSB. The fix for the other four functions were added, because it's probably just a matter of time before someone runs into the same problem with those callback functions. | |||
| 2024-07-19 | - add tud_cdc_n_ready() though not used | hathach | |
| - usbd now change _usbd_dev.cfg_num before calling driver's open() | |||
| 2024-07-19 | revert changes to usbds configuration_reset() (deal with it in separated PR) | hathach | |
| 2024-07-19 | Save setup_count on bus reset. | HiFiPhile | |
| 2024-07-19 | Clear _usbd_dev prior to driver reset. | HiFiPhile | |
| 2024-07-12 | simplify dwc2 test mode | hathach | |
| - all dwc2 ip seems to support test mode in both fs/hs -> remove TUP_USBIP_DWC2_TEST_MODE - remove dcd_check_test_mode_support(), all should be supported - move enum tusb_feature_test_mode_t to tusb_types.h | |||
| 2024-05-27 | Merge branch 'master' into additional_dcd_sof_enable | HiFiPhile | |
| 2024-05-27 | Fix tud_sof_cb_enable() return type. | HiFiPhile | |
| 2024-05-27 | Fix frame count in tud_sof_cb(). | HiFiPhile | |
| 2024-05-24 | add ch32 support for fsdev driver. v20x can select fsdev or usbfs with ↵ | hathach | |
| make/cmake PORT=0/1. default to fsdev | |||
| 2024-05-24 | wch usbfs/usbhs need to specify which driver to use. for v307 default to ↵ | hathach | |
| highspeed | |||
| 2024-05-13 | Adjust logic. | HiFiPhile | |
| 2024-05-13 | Merge branch 'master' into test-mode-support | HiFiPhile | |
| 2024-05-09 | Little optimization. | HiFiPhile | |
| 2024-05-09 | Fix CI. | HiFiPhile | |
