summaryrefslogtreecommitdiff
path: root/src/device
AgeCommit message (Expand)Author
2024-04-30Add missing capability bit for CDC ACM serial break supportTrevor
2024-04-16Merge pull request #1662 from Erlkoenig90/check-usbd-queue-overflowHa Thach
2024-04-16add TU_ASSERT() to check for adding new usb eventhathach
2024-04-16don't check local endpoint stalled status, just carry the request for host.hathach
2024-04-16USBD: When SET_FEATURE(ENDPOINT_HALT), the DTOG must be reset.NConrad
2024-04-08revert usbd driver name change to be backward compatiblehathach
2024-04-08add class driver deinithathach
2024-04-08Implements tuh_deinit() and tud_deinit() to uninitialize host/device mode.Felix "xq" Queißner
2024-04-04Merge pull request #2421 from antoniovazquezblanco/debugHa Thach
2024-04-04minor updateHa Thach
2024-04-01UAC2: refactor interrupt endpoint support.HiFiPhile
2024-03-25Merge pull request #2515 from Lurcy38/ReAlignMasterHa Thach
2024-03-20improve uvc debug messagehathach
2024-03-14IAR Warning: Fixed due to an boolean operation between enum (Pa089)henneboi
2024-03-13usbd only process last setup packet in the event queuehathach
2024-03-11reformat codehathach
2024-02-08missing \r\n after TU_LOG_BUF => moved \r\n to tu_print_buf()IngHK
2024-02-07usbd: log outbound xfer bytes in debugAntonio Vázquez Blanco
2024-01-12style changeshathach
2024-01-12- change tuh_event_hook_cb, tud_event_hook_cb to weak default implementationhathach
2024-01-12Merge pull request #2239 from XelaRellum/bugfix_stm32_fsdev_keilHa Thach
2023-12-13try to add samd51 to hil pool using doublereset (rpi gpio) and bossachathach
2023-11-24minor dochathach
2023-11-24Merge pull request #2303 from projectgus/feature/isr_event_hookHa Thach
2023-11-24add optional event hook callback tud_event_hook_cb() and tuh_event_hook_cb()hathach
2023-11-24rename to CFG_TUD_BTH_HISTORICAL_COMPATIBLE, move CFG_TUD_BTH_ISO_ALT_COUNT t...hathach
2023-11-23Add optional hooks for DCD and HCD eventsAngus Gratton
2023-10-24Update audio_4_channel_mic example for HS device.HiFiPhile
2023-09-06minor debug clean uphathach
2023-08-29Fix the weak dcd_edpt0_status_complete for Keil CompilerAlexander Mueller
2023-08-18- update nrf52 bsp for cmakehathach
2023-08-15more minor clean uphathach
2023-08-07Correcting commentsRocky04
2023-08-07Fixing wrong callback placementRocky04
2023-08-02Set unmounted on configuration resetRocky04
2023-07-24rename CFG_TUSB_MEM_SECTION to CFG_TUD_MEM_SECTION in device stackhathach
2023-07-20improve logging, allow easier to turn off usbd, driver logginghathach
2023-06-21Merge pull request #2101 from eustas/patch-1Ha Thach
2023-06-16fix build warningshathach
2023-06-09move protocol message to stack, disable battery in PWR's CR3hathach
2023-06-08Fix typosEugene Kliuchnikov
2023-06-07able to response with good crchathach
2023-05-23Enhance chipidea (#2075)Ha Thach
2023-05-16usbd: fix control transfer issue for chipidea hs when previous status and new...hathach
2023-05-16correct EHCI reporting failed xfer (instead of stalled) when device is unpluggedhathach
2023-03-22use tud_inited() instead of tusb_inited()hathach
2023-03-18minor clean uphathach
2023-03-17Merge branch 'master' into portabilityhathach
2023-03-17fix trailing space and new linehathach
2023-02-28Merge pull request #1828 from HiFiPhile/stm32_fsdevHa Thach