summaryrefslogtreecommitdiff
path: root/src/device
AgeCommit message (Expand)Author
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-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
2023-02-28rename ep_num to ep_idx, minor clean uphathach
2023-02-27Merge pull request #1852 from silvergasp/mem_sHa Thach
2023-02-27minor clean uphathach
2023-02-22use tu_static instead of static _fuzz_threadhathach
2023-02-22rename maros from FUZZ to _FUZZ, change TU_STATIC to static _fuzz_threadhathach
2023-01-20fix: Change all static variables to thread when fuzzingNathaniel Brough
2023-01-13fix: Replace device calls to memcpy with tu_memcpy_sNathaniel Brough
2023-01-06minimize tu_fifo size to 16hathach
2022-12-30Add ISO buffer allocation.Mengsk
2022-12-29Use weak for dcd_edpt_iso_alloc/dcd_edpt_iso_activateMengsk
2022-12-29UAC : Enable fifo based transfer on stm32_fsdevMengsk
2022-12-29Add dcd_edpt_iso_alloc() / dcd_edpt_iso_activate() for ISO EP buffer management.Mengsk
2022-12-21fix cihathach
2022-12-16Merge pull request #1799 from hathach/update-osal-mutexHa Thach
2022-12-15use OSAL_MUTEX_REQUIRED to replace CFG_FIFO_MUTEX/TUSB_OPT_MUTEXhathach
2022-12-14fix midi MS Header wTotalLength computationhathach
2022-12-08Correct interrupt polling interval in descriptorSebastien COUDREAU
2022-12-04Fix typosBastien Nocera
2022-11-11MIDI: support port name stringsKay Sievers
2022-09-13Don't assume different enum types can be combinedBen Avison
2022-06-30rp2040 enable SOF as resumed signal when remote wakeuphathach
2022-06-27Merge branch 'master' into add-more-warningshathach
2022-06-27clean up usbd log levelhathach