| 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-02-06 | use speed enum | Jannis Konrad | |
| 2025-02-05 | ch32v3 fs: signal bus speed | Jannis Konrad | |
| 2025-01-25 | Merge branch 'master' into zephyr-support | hathach | |
| 2025-01-25 | fix ci | hathach | |
| 2025-01-23 | kind of work with zephyr with pca10056 with cmake -DBUILD_ZEPHYR | hathach | |
| 2025-01-22 | Merge pull request #2950 from espressif/fix/ncm_buffer_validation | HiFiPhile | |
| 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-21 | zephyr | hathach | |
| 2025-01-21 | bump up cmake min to 3.20 | hathach | |
| 2025-01-20 | add s3 undefined speed note for racing issue with reset. | hathach | |
| fix dcd_event_sof() with frame number | |||
| 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-25 | update doc, bump up release 0.18.0 | hathach | |
| revert OPT_MCU_RAXXX value back to 1403 | |||
| 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 | enable CFG_TUD/THU_MEM_DCACHE_ENABLE for imxrt with M7 by default | hathach | |
| 2024-12-17 | Merge branch 'refs/heads/master' into fork/HiFiPhile/rt1170 | hathach | |
| 2024-12-17 | Merge pull request #2906 from hathach/add-ra8m1 | Ha Thach | |
| Add ra8m1_ek | |||
| 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-13 | change OPT_MCU_RAXXX, fix missing prototype warnings. | hathach | |
| 2024-12-11 | Merge branch 'master' into fork/HiFiPhile/rt1170 | hathach | |
| 2024-12-11 | Merge branch 'master' into fork/HiFiPhile/rt1170 | hathach | |
| 2024-12-11 | fix correct DWC2_EP_COUNT | 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-12-02 | Disable DWC HCD interrupt with MAX3421 enabled | Scott Shawcroft | |
| hcd_int_handler isn't found otherwise. | |||
| 2024-11-30 | Reformat audio class. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2024-11-30 | Fix HCD build. | 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-30 | Restore DCache clean/invalidate. | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2024-11-30 | Merge branch 'master' into rt1170 | HiFiPhile | |
| Signed-off-by: HiFiPhile <[email protected]> | |||
| 2024-11-29 | Merge pull request #2891 from roma-jam/fix/dcd_dwc2_counters | Ha Thach | |
| fix(dcd_dwc2): Fix EP IN counters assignment and usage | |||
| 2024-11-28 | refactor(usbd_control): Updated the buffer name for deeper debug | Roman Leonov | |
| 2024-11-28 | fix(dcd_dwc2): Correct usage of dwc2_controller | Roman Leonov | |
| 2024-11-28 | fix(dcd_dwc2): Reset allocated_epin_count on bus reset and close all ep | Roman Leonov | |
| 2024-11-28 | Merge pull request #2847 from pschatzmann/rp2040-iso | Ha Thach | |
| Rp2040 - ISO API to make Audio work / Merge to master | |||
| 2024-11-28 | made change per reviews, remove dcd_edpt_close(), rename and move thing around | hathach | |
| 2024-11-28 | Merge branch 'master' into fork/pschatzmann/rp2040-iso | hathach | |
| 2024-11-28 | Merge branch 'refs/heads/master' into fork/GuavTek/recover_zero_length_desc | hathach | |
| 2024-11-27 | Move desc_len sanity checks to start of loops | GuavTek | |
| 2024-11-27 | Add support for the STM32C0 and the NUCLEO-C071RB. | David (Pololu) | |
