summaryrefslogtreecommitdiff
path: root/examples/device/cdc_msc_hid
AgeCommit message (Expand)Author
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
2019-05-01freertos cdc_msc_hid makefile compilehathach
2019-05-01add make.mk and rules.mk to help new makefile examplehathach
2019-04-28add TUD_ to HID_REPORT_DESC_* templatehathach
2019-04-26clean up disk imagehathach
2019-04-26add msc multiple lun supporthathach
2019-04-26adding msc dual lun examplehathach
2019-04-25remove CFG_TUD_HID_ASCII_TO_KEYCODE_LOOKUPhathach
2019-04-19move interface descriptor template to usbd.h, update exmaplehathach
2019-04-19update device freeRTOS exmaplehathach
2019-04-18remove auto descriptor and its option CFG_TUD_DESC_AUTOhathach
2019-04-18wrap up hid device refactorhathach
2019-04-18update tud_hid_keyboard/mouse helperhathach
2019-04-18refactor hid, rename hid_generic to simply hid_hathach
2019-04-17clean up examplehathach
2019-04-11remove auto device descriptorhathach
2019-04-08fix #53 use nrfx_usbd_errata.hhathach
2019-04-02rename board_led_control to board_led_writehathach
2019-04-02samd support suspend and resume. Though cannot distinguish between Suspend an...hathach
2019-04-01add board_button_read()hathach
2019-03-30added tud_suspended() and tud_ready()hathach
2019-03-30clean up texthathach
2019-03-30usbd add connected, suspended, remote_wakeuphathach
2019-03-29clean uphathach