summaryrefslogtreecommitdiff
path: root/examples/device
AgeCommit message (Collapse)Author
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
- remove TUD_WEBUSB_URL_DESCRIPTOR to avoid flexible array member (C++ forbid in strict mode) - remove unused TUD_DESC_STRLEN/TUD_DESC_STR_HEADER/TUD_DESC_STR_HEADER
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
webusb work with linux & macos
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
maybe refactor later
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 ↵hathach
tud_vendor_control_request_cb/complete_cb
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
usbd control transfer rename usbd_control_transfer/status to tud_control_transfer/status
2019-07-12clean up, rename internal driver control_request_complete to simply ↵hathach
control_complete
2019-07-12updating webusb with cdchathach
2019-07-12clean up usb descriptors in examplehathach
2019-07-12change TUD_HID_INOUT_DESCRIPTOR epout & epin orderhathach
clean up, adding template for BOS & BOS platform descriptor
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
2019-07-01fix compilinghathach
2019-07-01improving midi support, adding midi exmaplehathach
rename TUSB_DESC_CLASS_SPECIFIC to TUSB_DESC_CS_INTERFACE
2019-06-10Merge pull request #80 from hathach/develophathach
added usbd_edpt_xfer/usbd_edpt_busy to replace dcd_edpt_transfer/dcd_edpt_busy()
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-29Modified example to use list of supported boardsTimon Skerutsch
2019-05-29added usbd_edpt_xfer/usbd_edpt_busy to replace dcd_edpt_transfer/dcd_edpt_busy()hathach
- improve fifo write/read_n with only one lock - use usbd_edpt_xfer/usbd_edpt_busy for hid/cdc/msc class driver - replace cdc read's pending_read_from_host by usbd_edpt_busy()
2019-05-29add node hid installation instructionhathach
2019-05-26changed node.js hid example to be more user friendlyPTS93
2019-05-24make hid_generic_inout tester have reportLength-sized buffer, since some ↵Tod E. Kurt
OSes need that
2019-05-24should fix and work with #58hathach
- add hid_test_js
2019-05-21better fix for #72 millis overthrowhathach