| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-05-06 | add support for usbtmc vendor-spicific command messages | Moritz Scholjegerdes | |
| 2025-04-17 | fix iar make build with wb and u5 | hathach | |
| 2025-04-11 | Merge remote-tracking branch 'upstream/master' into async_io | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-03-27 | Merge pull request #3043 from hathach/hcd-close-ep | Ha Thach | |
| feat(host) add endpoint close API and feat(HIL) improvement | |||
| 2025-03-24 | device cdc: rename tud_cdc_configure_fifo/_t to tud_cdc_configure/_t | hathach | |
| add tx_overwritabe_if_not_connected for cdc driver configure | |||
| 2025-03-21 | Fix #3033: address review comment | rppicomidi | |
| 2025-03-21 | Move misplaced statement | rppicomidi | |
| 2025-03-20 | Fix #3033: Increase array bounds and test for overflow | rppicomidi | |
| 2025-03-19 | Move iInterface per review comment | rppicomidi | |
| 2025-03-18 | Fix compiler conversion error warning | rppicomidi | |
| 2025-03-18 | fix tuh_midi_itf_get_info() desc->iInterface value | rppicomidi | |
| 2025-03-17 | Fix 3031: implement tuh_midi_itf_get_info() | rppicomidi | |
| 2025-03-15 | Add ctrl buffer alignment. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-03-13 | Only clear stream_read & stream_write if they are defined | rppicomidi | |
| 2025-03-10 | fix desc_end in vendord_open() | Cynventria[CitRA] | |
| minor fix on calculation of desc_end in vendord_open( ) for descriptor prasing | |||
| 2025-03-06 | hack: force/overwrite endpoint mps to 64 for device that incorrectly report ↵ | hathach | |
| 512 bytes for bulk in fullspeed mode. | |||
| 2025-03-06 | midi host: skip rx data with all zeroes | hathach | |
| 2025-02-24 | add tuh_midi_mount_cb_t struct for tuh_midi_mount_cb() | hathach | |
| change tuh_midi_rx/tx_cb() to have xferred_bytes rename tuh_midi_get_num_rx/tx_cables() to tuh_midi_get_rx/tx_cable_count() use default empty callback instead of weak null to be compatible with keil compiler | |||
| 2025-02-24 | add desc_audio_control to midi descriptor callback | hathach | |
| 2025-02-24 | change API to take index instead of dev address, this allow to support more ↵ | hathach | |
| than 1 midi per device. | |||
| 2025-02-24 | add tuh_midi_descriptor_cb() | hathach | |
| 2025-02-21 | remove CFG_MIDI_HOST_DEVSTRINGS support, we will leave that for application ↵ | hathach | |
| to parse/extract this information if needed rename tuh_midi_configure() to mounted() for consistency | |||
| 2025-02-14 | - rename tuh_midi_stream_flush() to tuh_midi_write_flush() | hathach | |
| - add tuh_midi_packet_read_n() and tuh_midi_packet_write_n() - add CFG_TUH_MIDI_STREAM_API to opt out stream API | |||
| 2025-02-14 | - change signature of tuh_midi_mount/umount_cb() | hathach | |
| - rename midi_stream_t to midi_driver_stream_t and move to midi.h (common for device and host) | |||
| 2025-02-14 | - remove tuh_midi_read_poll(), auto schedule EP in when set_config() and ↵ | hathach | |
| xfer_cb as well as ep read() - de-dup tuh_midi_get_num_rx/tx_cables - add tuh_midi_read_available() | |||
| 2025-02-13 | update midi host to use endpoint stream API | hathach | |
| 2025-02-12 | - use CFG_TUH_MIDI as number of midi host instance | hathach | |
| - comment out tuh_descriptor_device_cb/tuh_desc_configuration_cb since it is unrelated to this PR | |||
| 2025-02-12 | fix host midi build | hathach | |
| 2025-02-12 | pre-commit fix | hathach | |
| 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-10 | Merge pull request #2982 from hathach/fix-stringop-overread-warning | Ha Thach | |
| fix stringop-overread warning for msc device with memmove | |||
| 2025-02-07 | add full hid usage for Digitizer Page (0x0D), move thing around a bit. | hathach | |
| 2025-02-07 | Merge branch 'refs/heads/master' into fork/jay94ks/styluspen | hathach | |
| 2025-02-07 | fix stringop-overread warning for msc device with memmove | hathach | |
| 2025-02-02 | Fix CI. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-01-31 | Use return code to choose async io. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-01-29 | msc_device: add async IO support. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2025-01-15 | fix(ncm): Return invalid NTBs to free list | Tomas Rezucha | |
| In case we received invalid datagram, we silently fail a the buffer was not returned to empty list -> it was lost. If this happened more than CFG_TUD_NCM_OUT_NTB_N times, we run out of NTBs and all OUT transfers are NACKed. Closes https://github.com/espressif/esp-usb/issues/107 | |||
| 2025-01-15 | Merge pull request #2947 from espressif/fix/ncm_buffer_checks | HiFiPhile | |
| fix(ncm): Use IN buffer for transmit checks | |||
| 2025-01-15 | src/class/hid/hid_host.c: fix logging calls for epbuf | Dan Halbert | |
| 2025-01-14 | fix(ncm): Use IN buffer for transmit checks | Tomas Rezucha | |
| 2024-12-23 | modified invalid marked unit exponent. | Jay | |
| 2024-12-23 | trimed trailing whitespaces. | Jay | |
| 2024-12-23 | Update hid_device.h | Jay | |
| 2024-12-23 | add hid stylus pen device. | Jay | |
| this works with android, for bypassing that absmouse does not support android. note that, to hide cursor on android for every touch signal, find cursor option in android settings menu. references: 1. https://stackoverflow.com/questions/28536602/hid-digitizer-descriptor-doesnt-perform-well-with-landscape-orientation 2. https://github.com/jonathanedgecombe/absmouse/blob/master/src/AbsMouse.cpp | |||
| 2024-12-17 | Merge branch 'refs/heads/master' into fork/HiFiPhile/rt1170 | hathach | |
| 2024-12-13 | Merge pull request #2897 from shdeb/hid_pid_defs | Ha Thach | |
| Adding HID Usage Table Physical Input Device Page (0x0F) | |||
| 2024-12-11 | Merge branch 'master' into fork/HiFiPhile/rt1170 | hathach | |
| 2024-12-06 | Merge pull request #2656 from lijunru-hub/feat/uvc_support_frame_based | Ha Thach | |
| feat(uvc): support format frame based | |||
