summaryrefslogtreecommitdiff
path: root/src/device
AgeCommit message (Expand)Author
2020-09-14more consthathach
2020-09-14cdc device: claim endpoint before checking fifo availabilityhathach
2020-09-11clean uphathach
2020-09-10update claim edpt for hid and midihathach
2020-09-09update cdc edpt readhathach
2020-09-09introduce optional usbd_edpt_claim, usbd_edpt_release which can be used to ga...hathach
2020-09-03rename tuh_isr/hcd_isr to tuh_int_handler/hcd_int_handlerhathach
2020-08-07update note for app driver list mustbe accesible at all time.hathach
2020-08-07allow application driver to overwrite built-in onehathach
2020-08-07Merge branch 'master' into add-app-driverhathach
2020-08-01enable pull-up in dcd_init() instead of usbdhathach
2020-07-23example to call tud_init() after freeRTOS kernel is startedhathach
2020-07-21Merge pull request #466 from chang196700/feature/string_desc_msosHa Thach
2020-07-19Remove 0xEE index string if statement & change TU_ASSERT to TU_VERIFYChang Feng
2020-07-16add tud_speed_get()hathach
2020-06-30Merge branch 'master' into add-stm-hshathach
2020-06-17Fix IAR warnings.Mengsk
2020-06-14Fix wrong comment for IAD checks.Reinhard Panhuber
2020-06-14improve usbd log for control transferhathach
2020-06-14Fix alignment.Reinhard Panhuber
2020-06-14Fix alignment.Reinhard Panhuber
2020-06-13Fix too strict checks on subclass and interface of iad descriptor.Reinhard Panhuber
2020-06-01adding speed detect on bus resethathach
2020-05-31fixed EP0 size to 64 since LS is not supported in device modehathach
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-27changing usbd driver open() return type, add max_lenhathach
2020-05-27try to get synopsys work with OTG HS + external PHYhathach
2020-05-20added tud_task_event_ready()hathach
2020-05-07device: fix build warning when CFG_TUSB_DEBUG >= 2Sean Cross
2020-04-29remove the use of TU_VERIFY_HDLRhathach
2020-04-29support class drivers implemented by applicationhathach
2020-04-29Merge pull request #383 from kasjer/kasjer/fox-busy-flag-race-conditionHa Thach
2020-04-28fix typohathach
2020-04-27Fix endpoint busy flag race conditionJerzy Kasenberg
2020-04-26clean up log messagehathach
2020-04-26add usbd edpt openhathach
2020-04-22Merge pull request #365 from pigrew/desc_tu_verifyHa Thach
2020-04-21sof is optional, revert other changes but remove unneeded check.Nathan Conrad
2020-04-20tu_verify for getting descriptorsNathan Conrad
2020-04-20add back MIDI multiple jackhathach
2020-04-17complete remove dcd_set_config(), fix unit testhathach
2020-04-17Merge branch 'master' into remove-dcd-set-confighathach
2020-04-17mass rename tud/dcd_irq_handler to tud/dcd_init_handlerhathach
2020-04-16Merge pull request #336 from pigrew/edpt_closeHa Thach
2020-04-16Merge pull request #345 from hathach/add-alt-itfHa Thach
2020-04-16Remove transfer queue filtering. May need to be revisited later.Nathan Conrad
2020-04-16added dcd disconnect/connect to lpc17/40hathach