summaryrefslogtreecommitdiff
path: root/examples/device
AgeCommit message (Expand)Author
2019-09-14Change requset type parameter back to uint8_t (fix type cast), support USB in...Nathan Conrad
2019-09-14(and update the example to match)Nathan Conrad
2019-09-14Add usbtmc class driver.Nathan Conrad
2019-09-11rename cdc_msc_hid to cdc_msc, hid has its own example hid_composite nowhathach
2019-09-11remove hid in cdc_msc_hid demo since many of stm32 mcu doesn't have enough en...hathach
2019-09-11added new example hid_compositehathach
2019-09-11fix #130hathach
2019-09-09Set MSC DISK DUAL readonly on F070.Nathan Conrad
2019-09-09update confighathach
2019-09-06lpc11u37 supportedhathach
2019-09-0555s69 device work with usb0hathach
2019-08-31fix segger embbeded studio compile issuehathach
2019-08-31add button read to board_test examplehathach
2019-08-24add board_test example for testing new boardhathach
2019-08-11cdc_msc_hid: Limit number of endpoints used by STM32F4 for demo.William D. Jones
2019-08-01doc updatehathach
2019-08-01clean uphathach
2019-07-30clean uphathach
2019-07-30added BOS MS OS 2.0 descriptor to webusb example, it work with windowshathach
2019-07-26example clean uphathach
2019-07-26rename example to webusb_serialhathach
2019-07-26change landing pagehathach
2019-07-26fix stall response with SET_INTERFACE/GET_INTERFACEhathach
2019-07-26webusb Always lit LED if connectedhathach
2019-07-26webusb work great with linuxhathach
2019-07-25more webusb + vendorhathach
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-24rename tud_control_vendor_request_cb/complete_cb to tud_vendor_control_reques...hathach
2019-07-22Merge branch 'master' into develophathach
2019-07-22change EPNUM for examplehathach
2019-07-19rename bsp of stm32 boardhathach
2019-07-19rename CFG_TUD_CUSTOM_CLASS to CFG_TUD_VENDORhathach
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-12clean up usb descriptors in examplehathach
2019-07-12change TUD_HID_INOUT_DESCRIPTOR epout & epin orderhathach
2019-07-11start to add webusb example (not work yet)hathach
2019-07-11clean up midi examplehathach
2019-07-11clean uphathach
2019-07-11clean up demo confighathach
2019-07-11revert 2.1 to 2.0, only needed for webusb exmample (BOS needed)hathach
2019-07-11more 2.1hathach
2019-07-11increase usb bcd from 2.0 to 2.1 for webusb supporthathach
2019-07-03example clean uphathach
2019-07-03rename midi example to midi_testhathach
2019-07-03tested midi examplehathach