summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
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-29use adafruit-nrfutil dfu as default flash target for feather nrf52840hathach
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-24move all build into folder _buildhathach
2019-05-21better fix for #72 millis overthrowhathach
2019-05-20add uf2 target for uf2 bootloader board: metro m0/m4 feather nrf52840hathach
2019-05-18Fix missing section in binary outputDamien Nicolet
2019-05-15ea4357 build with makefile, add to travishathach
2019-05-15mcb1800 work with makefile, add to travis buildhathach
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-14more makefile clean uphathach
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 ↵hathach
callback
2019-05-12add tud_hid_descriptor_report_cb()hathach
- remove tud_desc_set.hid_report - remove tud_desc_set_t
2019-05-11add tud_descriptor_string_cb() for getting string descriptor from applicationhathach
- remove tud_desc_set.string_arr/string_count
2019-05-06adding msc Start Stop to buitin command, but not complate yethathach
add tud_msc_start_stop_cb() as optional callback
2019-05-06add Test Unit Ready to builtin command, add tud_msc_test_unit_ready_cb()hathach
- rename tud_msc_maxlun_cb to tud_msc_get_maxlun_cb
2019-05-03add tud_msc_inquiry_cb() remove CFG_TUD_MSC_VENDOR/PRODUCT/PRODUCT_REVhathach
2019-05-03clean uphathach
2019-05-02add hid_test.py for testing #58hathach
add feather nrf52840 express to supported board
2019-05-02hid generic example echo back receivedhathach
2019-05-02clean uphathach
2019-05-02support hid generic inout #58hathach
- add report descriptor template TUD_HID_REPORT_DESC_GENERIC_INOUT - add TUD_HID_INOUT_DESCRIPTOR & TUD_HID_INOUT_DESC_LEN - add hid_generic_inout example
2019-05-02rename hid generic examplehathach
2019-05-02clean uphathach
2019-05-01clean uphathach
2019-05-01simplify hid keyboard & mouse report to one API eachhathach
2019-05-01clean up freertos hookhathach
2019-05-01freertos cdc_msc_hid makefile compilehathach
2019-05-01adding makefile for freertos examplehathach
2019-05-01add make.mk and rules.mk to help new makefile examplehathach
2019-04-28add TUD_ to HID_REPORT_DESC_* templatehathach