summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-06-14Fix alignment.Reinhard Panhuber
2020-06-14Merge branch 'fix-too-strict-iad-checks' into uac2Reinhard Panhuber
2020-06-13Fix too strict checks on subclass and interface of iad descriptor.Reinhard Panhuber
2020-06-13Fix mic audio descriptor, fix too strict check on IAD desc. in usbd.cReinhard Panhuber
2020-06-11Merge branch 'master' into uac2Reinhard Panhuber
2020-06-09Add DCD for Dialog DA1469x MCUJerzy Kasenberg
2020-06-01adding speed detect on bus resethathach
2020-06-01allow hs ep open with 512 byteshathach
2020-05-31fixed EP0 size to 64 since LS is not supported in device modehathach
2020-05-31able to detect as hshathach
2020-05-31Merge pull request #413 from kasjer/kasjer/ble-over-usbHa Thach
2020-05-28add get device qualifier descriptorhathach
2020-05-28Add bt hci device classJerzy Kasenberg
2020-05-28Add non standard request handling in classJerzy Kasenberg
2020-05-28check max_len for vendor and hidhathach
2020-05-28rename to drv_len to be consistenthathach
2020-05-28initial transfer failed in open() shouldn't cause the driver open to fail.hathach
2020-05-28update vendor open()hathach
2020-05-28update usbtmc open()hathach
2020-05-28update net open()hathach
2020-05-28update midi open()hathach
2020-05-28update hid open()hathach
2020-05-28improve mschathach
2020-05-28change signature for dfu runtimehathach
2020-05-27changing usbd driver open() return type, add max_lenhathach
2020-05-27try to get synopsys work with OTG HS + external PHYhathach
2020-05-26random clean up for tdihathach
2020-05-26update h743eval with rhport=1 highspeedhathach
2020-05-26multiple port support for global otg basehathach
2020-05-26suporting multiple port (OTG FS + HS) for stm32hathach
2020-05-26merge CFG_TUSB_RHPORT1_MODE into CFG_TUSB_RHPORT0_MODEhathach
2020-05-22implement hcd_uframe_number for ohcihathach
2020-05-22Add basic UAC2 structure - untestedReinhard Panhuber
2020-05-22Merge branch 'master' into update-hosthathach
2020-05-21fix nrf hanged (blocking wait) when called within critical sectionhathach
2020-05-20fix freeRTOS logichathach
2020-05-20remove queue lock/unlock per reviewhathach
2020-05-20remove osal_queue_t const qhdl from osal APIhathach
2020-05-20added tud_task_event_ready()hathach
2020-05-20added osal_queue_empty() APIhathach
2020-05-19usb0 host on mcb1800 work with fullspeed mode.hathach
2020-05-18suppress cast-align warnings for net device driverhathach
2020-05-18fix cast-align warning for nuc505hathach
2020-05-17enable -Wcast-alignhathach
2020-05-15Allow EP0 to use xfer sizes larger than one packetJan Dümpelmann
2020-05-15Interrupt time improvementsJan Dümpelmann
2020-05-14refactor copy to and from fifohathach
2020-05-13Optimize FIFO for byte transfer.Mengsk
2020-05-12Merge pull request #390 from hathach/detect-nrf-softdeviceHa Thach
2020-05-08Synopsys OUT EP improvements:Jan Dümpelmann