summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2025-02-12Merge branch 'master' into fork/atoktoto/midihosthathach
# 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-11make sure TOTAL_DRIVER_COUNT is not overflow 8-bithathach
2025-02-11remove freeeRTOSConfig in exampleshathach
2025-02-11Merge pull request #2914 from ReimuNotMoe/masterHa Thach
Various fixes for the Microchip Chipidea FS driver
2025-02-10Merge pull request #2982 from hathach/fix-stringop-overread-warningHa Thach
fix stringop-overread warning for msc device with memmove
2025-02-07add full hid usage for Digitizer Page (0x0D), move thing around a bit.hathach
2025-02-07Merge branch 'refs/heads/master' into fork/jay94ks/styluspenhathach
2025-02-07fix stringop-overread warning for msc device with memmovehathach
2025-02-06use speed enumJannis Konrad
2025-02-05ch32v3 fs: signal bus speedJannis Konrad
2025-02-02Fix CI.HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-01-31Use return code to choose async io.HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-01-31Merge remote-tracking branch 'upstream/master' into h7rsHiFiPhile
2025-01-29msc_device: add async IO support.HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-01-29Fix Auto speed display.HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-01-25Merge branch 'master' into zephyr-supporthathach
2025-01-25fix cihathach
2025-01-24Add NUCLEO-H7S3L8 BSP.HiFiPhile
Signed-off-by: HiFiPhile <[email protected]>
2025-01-23kind of work with zephyr with pca10056 with cmake -DBUILD_ZEPHYRhathach
2025-01-22Merge pull request #2950 from espressif/fix/ncm_buffer_validationHiFiPhile
fix(ncm): Return invalid NTBs to free list
2025-01-22- change to use CMAKE_SYSTEM_CPU to prevent CMAKE_SYSTEM_PROCESSOR conflict ↵hathach
with zephyr - change tinyusb CMakeLists.txt to function tinyusb_target_add() instead of defining tinyusb lib target
2025-01-21zephyrhathach
2025-01-21bump up cmake min to 3.20hathach
2025-01-20add s3 undefined speed note for racing issue with reset.hathach
fix dcd_event_sof() with frame number
2025-01-15fix(ncm): Return invalid NTBs to free listTomas 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-15rp2040 correct dcd_edpt_iso_activatepschatzmann
2025-01-15Merge pull request #2947 from espressif/fix/ncm_buffer_checksHiFiPhile
fix(ncm): Use IN buffer for transmit checks
2025-01-15feature(tusb): Added teardown APIRoman Leonov
2025-01-15src/class/hid/hid_host.c: fix logging calls for epbufDan Halbert
2025-01-14fix(ncm): Use IN buffer for transmit checksTomas Rezucha
2024-12-27dcd_pic: check USBBUSY bit on PIC32sReimu NotMoe
2024-12-27dcd_pic: let the user manage shared GPIO/VBUS pinReimu NotMoe
2024-12-27dcd_pic: handle EP0 timeout/stall correctlyReimu NotMoe
2024-12-27dcd_pic: implement dcd_deinit()Reimu NotMoe
2024-12-27dcd_pic: handle remote wakeup more correctlyReimu NotMoe
2024-12-27dcd_pic: handle bus resume correctlyReimu NotMoe
2024-12-27dcd_pic: change license header and credit people accordinglyReimu NotMoe
2024-12-27dcd_pic: add readmeReimu NotMoe
2024-12-25update doc, bump up release 0.18.0hathach
revert OPT_MCU_RAXXX value back to 1403
2024-12-23modified invalid marked unit exponent.Jay
2024-12-23trimed trailing whitespaces.Jay
2024-12-23Update hid_device.hJay
2024-12-23add 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-17enable CFG_TUD/THU_MEM_DCACHE_ENABLE for imxrt with M7 by defaulthathach
2024-12-17Merge branch 'refs/heads/master' into fork/HiFiPhile/rt1170hathach
2024-12-17Merge pull request #2906 from hathach/add-ra8m1Ha Thach
Add ra8m1_ek
2024-12-13Merge pull request #2897 from shdeb/hid_pid_defsHa Thach
Adding HID Usage Table Physical Input Device Page (0x0F)
2024-12-13change OPT_MCU_RAXXX, fix missing prototype warnings.hathach
2024-12-11Merge branch 'master' into fork/HiFiPhile/rt1170hathach
2024-12-11Merge branch 'master' into fork/HiFiPhile/rt1170hathach