| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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 | |||
| 2024-12-06 | Adding HID Usage Table Physical Input Device Page (0x0F) | shdeb | |
| 2024-11-30 | Reformat audio class. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2024-11-30 | Fix typo. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2024-11-30 | Update audio class with dcache support. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2024-11-28 | Merge branch 'master' into fork/pschatzmann/rp2040-iso | hathach | |
| 2024-11-27 | Fix missing protoype warning, change TUD_EPBUF_TYPE_DEF order (#2889) | Ha Thach | |
| * change TUD_EPBUF_TYPE_DEF order * add and fix -Wmissing-prototypes warnings for cmake (skip make) | |||
| 2024-11-27 | minor clean up | hathach | |
| 2024-11-27 | fix multiple flag on compiling | hathach | |
| 2024-11-26 | add TUH_EPBUF_DEF for cdc host | hathach | |
| 2024-11-26 | msc host, use usbh_get_enum_buf() for set_config() process | hathach | |
| 2024-11-26 | add buffer note for host msc api | hathach | |
| 2024-11-26 | add TUH_EPBUF_DEF for hid host | hathach | |
| 2024-11-26 | msc host work ok with p4 dma | hathach | |
| 2024-11-25 | try to fix circleci with kinetis | hathach | |
| 2024-11-22 | fix ncm incorrect length for notify connection | hathach | |
| 2024-11-22 | add TUD_EPBUF_DEF for ecm rndis, also separate notify and control buffer, ↵ | hathach | |
| use edpt_claim() to prevent race condition | |||
| 2024-11-22 | TUD_EPBUF_TYPE_DEF video_device.c | hathach | |
| 2024-11-22 | update epnotif endpoint for ncm_device.c | hathach | |
| 2024-11-22 | TUD_EPBUF_TYPE_DEF usbtmc_device.c and vendor_device.c | hathach | |
| 2024-11-22 | TUD_EPBUF_TYPE_DEF ncm_device | hathach | |
| 2024-11-22 | apply TUD_EPBUF_DEF for device: bth, dfu, hid, msc | hathach | |
| 2024-11-22 | msc_device.c declare and separate epbuf from interface struct, make cbw and ↵ | hathach | |
| csw as normal variable. Also reformat code | |||
| 2024-11-21 | use TUD_EPBUF_DEF to declare buffer memory for midi | hathach | |
| 2024-11-21 | - move freertos_hooks to board.c | hathach | |
| - add device/midi_test_freertos example - update bth/dfu/midi device for cache line size | |||
| 2024-11-21 | make sure usb buffer occupies whole cache line when DCACHE is enabled for ↵ | hathach | |
| msc,cdc,hid HIL enable device DMA for p4 | |||
| 2024-11-18 | Merge pull request #2866 from HiFiPhile/uac_fix | Ha Thach | |
| Fix 2 UAC issue | |||
| 2024-11-02 | Improve EP IN flow control. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2024-11-02 | Fix align issue of _audiod_fct.alt_setting. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2024-11-01 | Merge pull request #2713 from rgrr/ncm-fix-in-tud_network_recv_renew | HiFiPhile | |
| NCM: avoid recursions in tud_network_recv_renew() | |||
| 2024-10-29 | Extend callback information | Bollen Nico | |
| 2024-10-16 | Merge branch 'hathach:master' into rp2040-iso | Phil Schatzmann | |
| 2024-10-15 | RP2040 Compile Errors | pschatzmann | |
| 2024-10-15 | RP2040 New ISO API | pschatzmann | |
| 2024-10-14 | change the tusb_rhport_init_t struct, exclude the rhport to make API more ↵ | hathach | |
| consistent | |||
