| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-05-09 | Take updated change from cdc_device. | HiFiPhile | |
| 2024-05-07 | Merge branch 'master' into remove-tud_network_link_state_cb | HiFiPhile | |
| 2024-05-07 | Reformat NCM class. | HiFiPhile | |
| 2024-05-05 | mostly comments | Hardy Griech | |
| 2024-05-05 | minor changes due to CR with HiFiPhile | Hardy Griech | |
| 2024-04-28 | Stall unsupported class request. | HiFiPhile | |
| 2024-04-28 | Merge remote-tracking branch 'upstream/master' into pr/2227 | HiFiPhile | |
| 2024-04-28 | Merge pull request #2494 from tommie/usbtmcnotif | HiFiPhile | |
| Add notification support for device class USBTMC | |||
| 2024-04-27 | Fix CI. | HiFiPhile | |
| 2024-04-27 | Buffer int msg to ensure alignment and placement correctness. | HiFiPhile | |
| 2024-04-27 | bulk_in: copy buffer to ensure alignment correctness. | HiFiPhile | |
| 2024-04-26 | Code format. | HiFiPhile | |
| 2024-04-26 | Merge remote-tracking branch 'remotes/tinyusb/master' into pr/2253 | HiFiPhile | |
| 2024-04-26 | Simplify transfer failure cb. | HiFiPhile | |
| 2024-04-26 | Add missing alignment. | HiFiPhile | |
| 2024-04-26 | use separate buffer for ctrl transfer. | HiFiPhile | |
| 2024-04-26 | Merge branch 'master' of https://github.com/hathach/tinyusb into pr/2283 | HiFiPhile | |
| 2024-04-25 | uac2: return on clear_feature. | HiFiPhile | |
| 2024-04-22 | fix print lu format warnings with clang | hathach | |
| 2024-04-22 | fix nrfx v3 spim freq when init | hathach | |
| fix clang build with nrf | |||
| 2024-04-10 | Adding tuh_hid_get_report(...) to hid_host.h | Luke A | |
| This allows USB host functionality to call HID_REQ_CONTROL_GET_REPORT on the IN Endpoint, and read the report buffer in the callback. | |||
| 2024-04-09 | Fix tud_video_n_streaming check | HiFiPhile | |
| 2024-04-08 | Merge pull request #1835 from MasterQ32/otg_bringup | Ha Thach | |
| Implements deinit functions for host/device mode switch | |||
| 2024-04-08 | fix missing if mutex required | hathach | |
| 2024-04-08 | add class driver deinit | hathach | |
| 2024-04-08 | Merge pull request #1363 from tobozo/master | Ha Thach | |
| HID Mouse with absolute positioning | |||
| 2024-04-06 | Move TUP_DCD_EDPT_ISO_ALLOC outside usbd_edpt_close() loop. | HiFiPhile | |
| 2024-04-02 | Add endpoint ISO allocation to video class. | HiFiPhile | |
| 2024-04-02 | Move endpoint alloc define to tusb_mcu.h | HiFiPhile | |
| 2024-04-01 | UAC2: fix mounted condition. | HiFiPhile | |
| 2024-04-01 | UAC2: refactor interrupt endpoint support. | HiFiPhile | |
| 2024-04-01 | Merge remote-tracking branch 'upstream/master' into pr/1702 | HiFiPhile | |
| 2024-03-31 | fix hid close not clear data | hathach | |
| 2024-03-30 | dwc2: add endpoint allocation support. | HiFiPhile | |
| 2024-03-25 | Merge branch 'master' into add-tuh-deinit | hathach | |
| 2024-03-22 | implement tuh_init() | hathach | |
| change usbh driver init() return type from void to bool | |||
| 2024-03-22 | adding deinit() stub for usbh/hcd class driver | hathach | |
| add TUSB_VERSION_BUILD, also add TUSB_VERSION_NUMBER | |||
| 2024-03-20 | added dedicate buffer for probe commit payload | hathach | |
| 2024-03-20 | improve uvc debug message | hathach | |
| 2024-03-18 | fix: uvc multiple interface support | Li Junru | |
| 1. fix next interface may have IAD_DESC 2. fix vs_itf can't be open on bulk mode. | |||
| 2024-03-15 | [usbtmc] cast to uintptr_t to get rid of const for usbd_edpt_xfer. | Tommie Gannert | |
| 2024-03-01 | add tuh_hid_receive_abort() API | hathach | |
| 2024-03-01 | reformat code hid_host.c | hathach | |
| - fix ceedling with ruby 3.1 - allow overwrite CMAKE_C_COMPILER/CMAKE_CXX_COMPILER from command line | |||
| 2024-02-26 | add notification support for device class USBTMC. | Tommie Gannert | |
| The ep_int_in is already used for responding to USB488 READ_STATUS_BYTE requests, but that EP is defined for all of USBTMC. This extends the functionality to let callers send notifications and receive ACKs. | |||
| 2024-02-22 | Merge pull request #2487 from hathach/update-cdc_msc_freertos-example | Ha Thach | |
| slightly change cdc_msc_freertos example | |||
| 2024-02-22 | slightly change cdc_msc_freertos example | hathach | |
| 2024-02-22 | Merge pull request #2420 from zx96/use-cfg-tud-msc-log-level | Ha Thach | |
| msc_device: Fix check for including MSC lookup tables | |||
| 2024-02-20 | video_device: fix uninitialized warning | Bob Abeles | |
| 2024-02-06 | Merge pull request #2442 from IngHK/hidh_mounted_fix | Ha Thach | |
| HIDh tuh_hid_mounted() returns true before process set config is completed | |||
| 2024-02-01 | Merge pull request #2443 from mamiral/tud_vendor_mutex | HiFiPhile | |
| Update vendor_device.c fifo mutex config similar to cdc_device.c. | |||
