summaryrefslogtreecommitdiff
path: root/src/device/usbd.h
AgeCommit message (Expand)Author
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-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-22Add basic UAC2 structure - untestedReinhard Panhuber
2020-05-20added tud_task_event_ready()hathach
2020-04-20add back MIDI multiple jackhathach
2020-04-17mass rename tud/dcd_irq_handler to tud/dcd_init_handlerhathach
2020-04-15add IAD for CDC ECM, remove EEM descriptor templatehathach
2020-04-15change cdc template protocol to Nonehathach
2020-04-14adding subclass & protocol to class driver structurehathach
2020-04-14Merge pull request #334 from majbthrd/usbnet_osagnosticHa Thach
2020-04-12usbnet: OS-agnostic (Windows/Linux/macOS) network driverPeter Lawrence
2020-04-11Merge branch 'master' into refactor-irqhandlerHa Thach
2020-04-09adding dcd_connect/disconnecthathach
2020-04-06mass rename dcd_isr() to dcd_irq_handler()hathach
2020-04-06mass rename tud_isr to tud_irq_handlerhathach
2020-03-31revise argument order for TUD_CONFIG_DESCRIPTOR macroPeter Lawrence
2020-03-30add provision for multiple configurationsPeter Lawrence
2020-03-02add CDC-ECM/RNDIS/CDC-EEM network device class with examplePeter Lawrence
2020-02-26Add langid support to descriptor string callback.Chang Feng
2020-01-15Normalize line endingsNathan Conrad
2019-12-20clean warningshathach
2019-11-21adding tud_isr/tuh_isr with lpc18/43hathach
2019-10-31Merge pull request #206 from hathach/develophathach
2019-10-30rename usbd_init() to tud_init()hathach
2019-10-28Add support for DFU Runtime class for devicesSylvain Munaut
2019-09-19Move descriptors to usbd.hNathan Conrad
2019-08-23fix warnings of template descriptorhathach
2019-08-01clean uphathach
2019-08-01add vendor peek, change cdc peek signature, change cdc read_char() return fro...hathach
2019-07-30added BOS MS OS 2.0 descriptor to webusb example, it work with windowshathach
2019-07-25more webusb + vendorhathach
2019-07-24move tud_vendor_control_* to usbd.hhathach
2019-07-24rename tud_control_vendor_request_cb/complete_cb to tud_vendor_control_reques...hathach
2019-07-16add tud_control_vendor_request_cb()/tud_control_vendor_complete_cb(), expose ...hathach
2019-07-12updating webusb with cdchathach
2019-07-12change TUD_HID_INOUT_DESCRIPTOR epout & epin orderhathach
2019-07-12added tud_descriptor_bos_cb(), add support for BOS get descriptorhathach
2019-07-09fix incorrect midi descriptor templatehathach
2019-07-05midi only use audio 1.0 without IADhathach
2019-07-01fix midi templatehathach
2019-07-01improving midi support, adding midi exmaplehathach
2019-06-10fix build error with midi, use usbd_edpt_xfer/busy for midi to replace dcd_*hathach
2019-06-06add TU_ prefix to compiler ATTR to prevent name conflict with applicationhathach
2019-05-14more clean up use inline bit funciton instead of macroshathach
2019-05-14update license year to 2019hathach
2019-05-12add index to tud_descriptor_configuration_cb()hathach
2019-05-12change tud_descriptor_string_cb() to be consistent with other descriptor call...hathach