summaryrefslogtreecommitdiff
path: root/examples/device/cdc_msc_hid
AgeCommit message (Expand)Author
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-11fix #130hathach
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-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-26example clean uphathach
2019-07-25more webusb + vendorhathach
2019-07-24Merge branch 'master' into develophathach
2019-07-24change tud_msc_start_stop_cb() to return void -> boolhathach
2019-07-22Merge branch 'master' into develophathach
2019-07-19rename bsp of stm32 boardhathach
2019-07-19rename CFG_TUD_CUSTOM_CLASS to CFG_TUD_VENDORhathach
2019-07-12updating webusb with cdchathach
2019-07-12clean up usb descriptors in 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-11increase usb bcd from 2.0 to 2.1 for webusb supporthathach
2019-07-03example clean uphathach
2019-07-03tested midi examplehathach
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-29added usbd_edpt_xfer/usbd_edpt_busy to replace dcd_edpt_transfer/dcd_edpt_busy()hathach
2019-05-21better fix for #72 millis overthrowhathach
2019-05-15update button for mcb1800hathach
2019-05-14add makefile support for lpcxpresso1347hathach
2019-05-14makefile work with lpc11u68hathach
2019-05-14enable CFG_TUSB_DEBUG on DEBUG buildhathach
2019-05-14makefile clean uphathach
2019-05-14update license year to 2019hathach
2019-05-14clean uphathach
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
2019-05-12add tud_hid_descriptor_report_cb()hathach
2019-05-11add tud_descriptor_string_cb() for getting string descriptor from applicationhathach
2019-05-06adding msc Start Stop to buitin command, but not complate yethathach
2019-05-06add Test Unit Ready to builtin command, add tud_msc_test_unit_ready_cb()hathach
2019-05-03add tud_msc_inquiry_cb() remove CFG_TUD_MSC_VENDOR/PRODUCT/PRODUCT_REVhathach
2019-05-03clean uphathach
2019-05-02clean uphathach
2019-05-02support hid generic inout #58hathach
2019-05-02clean uphathach
2019-05-01clean uphathach
2019-05-01simplify hid keyboard & mouse report to one API eachhathach