summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-09-04stm32h7: Mark USB FIFOs as volatile, otherwise optimizations will removeWilliam D. Jones
2019-09-03stm32h7: Fix indentation error where OUT XFER interrupt wasn't handledWilliam D. Jones
2019-09-03stm32h7: USB_OTG_FS -> USB2_OTG_FS.William D. Jones
2019-09-03stm32h7: Implement STALL logic for endpoints.William D. Jones
2019-09-03stm32h7: Implement dcd_edpt_open. cdc_msc_hid demo functional.William D. Jones
2019-09-03stm32h7: Fix accidental overwrite of STUPCNT field in DOEPTSIZ register.William D. Jones
2019-09-02stm32h7: Implement dcd_set_address.William D. Jones
2019-09-02stm32h7: Implement IN and OUT receive for EP0; device descriptor returned.William D. Jones
2019-09-02stm32h7: Implement setup packet events.William D. Jones
2019-08-30stm32h7: Ensure FS (and the only) PHY is selected for OTG_HS2.William D. Jones
2019-08-30stm32h7: Enable USB peripheral (device does not enumerate yet).William D. Jones
2019-08-24stm32h7: Add empty template cdc_msc_hid example for STM32H743 Nucleo board th...William D. Jones
2019-08-15Merge pull request #99 from jepler/issue98-midi-program-changeScott Shawcroft
2019-08-14midi_device: Send message classes C and D as 2 bytesjepler
2019-08-05clean uphathach
2019-08-05nrf5x remove the depenedent on nrfx_power.hhathach
2019-08-05merge dcd/hal_nrf5x.c into dcd/dcd_nrf5x.chathach
2019-08-01clean uphathach
2019-08-01add vendor peek, change cdc peek signature, change cdc read_char() return fro...hathach
2019-07-30clean uphathach
2019-07-30clean uphathach
2019-07-30added BOS MS OS 2.0 descriptor to webusb example, it work with windowshathach
2019-07-26fix stall response with SET_INTERFACE/GET_INTERFACEhathach
2019-07-26webusb work great with linuxhathach
2019-07-25more webusb + vendorhathach
2019-07-24move tud_vendor_control_* to usbd.hhathach
2019-07-24update vendor device similar to cdc read/writehathach
2019-07-24Merge branch 'master' into develophathach
2019-07-24change tud_msc_start_stop_cb() to return void -> boolhathach
2019-07-24adding vendorhathach
2019-07-24rename tud_control_vendor_request_cb/complete_cb to tud_vendor_control_reques...hathach
2019-07-22Merge branch 'master' into develophathach
2019-07-19more house keepinghathach
2019-07-19house keepinghathach
2019-07-19rename custom/custom-_* to vendor/vendor_*hathach
2019-07-19rename CFG_TUSB_HOST_CUSTOM_CLASS to CFG_TUH_VENDORhathach
2019-07-19rename CFG_TUD_CUSTOM_CLASS to CFG_TUD_VENDORhathach
2019-07-19stm32 minor changehathach
2019-07-16clean uphathach
2019-07-16add tud_control_vendor_request_cb()/tud_control_vendor_complete_cb(), expose ...hathach
2019-07-12clean up, rename internal driver control_request_complete to simply control_c...hathach
2019-07-12updating webusb with cdchathach
2019-07-12change TUD_HID_INOUT_DESCRIPTOR epout & epin orderhathach
2019-07-12clean uphathach
2019-07-12added tud_descriptor_bos_cb(), add support for BOS get descriptorhathach
2019-07-11add BOS descriptor and device capability constanthathach
2019-07-10release as 0.5.0hathach
2019-07-09fix incorrect midi descriptor templatehathach
2019-07-05midi only use audio 1.0 without IADhathach
2019-07-04indent clean uphathach