| Age | Commit message (Expand) | Author |
| 2019-07-16 | add tud_control_vendor_request_cb()/tud_control_vendor_complete_cb(), expose ... | hathach |
| 2019-07-12 | clean up, rename internal driver control_request_complete to simply control_c... | hathach |
| 2019-07-12 | updating webusb with cdc | hathach |
| 2019-07-12 | clean up usb descriptors in example | hathach |
| 2019-07-12 | change TUD_HID_INOUT_DESCRIPTOR epout & epin order | hathach |
| 2019-07-11 | start to add webusb example (not work yet) | hathach |
| 2019-07-11 | clean up midi example | hathach |
| 2019-07-11 | clean up | hathach |
| 2019-07-11 | clean up demo config | hathach |
| 2019-07-11 | revert 2.1 to 2.0, only needed for webusb exmample (BOS needed) | hathach |
| 2019-07-11 | more 2.1 | hathach |
| 2019-07-11 | increase usb bcd from 2.0 to 2.1 for webusb support | hathach |
| 2019-07-03 | example clean up | hathach |
| 2019-07-03 | rename midi example to midi_test | hathach |
| 2019-07-03 | tested midi example | hathach |
| 2019-07-01 | fix compiling | hathach |
| 2019-07-01 | improving midi support, adding midi exmaple | hathach |
| 2019-06-10 | Merge pull request #80 from hathach/develop | hathach |
| 2019-06-10 | fix build error with midi, use usbd_edpt_xfer/busy for midi to replace dcd_* | hathach |
| 2019-06-06 | add TU_ prefix to compiler ATTR to prevent name conflict with application | hathach |
| 2019-05-29 | Modified example to use list of supported boards | Timon Skerutsch |
| 2019-05-29 | use adafruit-nrfutil dfu as default flash target for feather nrf52840 | hathach |
| 2019-05-29 | added usbd_edpt_xfer/usbd_edpt_busy to replace dcd_edpt_transfer/dcd_edpt_busy() | hathach |
| 2019-05-29 | add node hid installation instruction | hathach |
| 2019-05-26 | changed node.js hid example to be more user friendly | PTS93 |
| 2019-05-24 | make hid_generic_inout tester have reportLength-sized buffer, since some OSes... | Tod E. Kurt |
| 2019-05-24 | should fix and work with #58 | hathach |
| 2019-05-24 | move all build into folder _build | hathach |
| 2019-05-21 | better fix for #72 millis overthrow | hathach |
| 2019-05-20 | add uf2 target for uf2 bootloader board: metro m0/m4 feather nrf52840 | hathach |
| 2019-05-18 | Fix missing section in binary output | Damien Nicolet |
| 2019-05-15 | ea4357 build with makefile, add to travis | hathach |
| 2019-05-15 | mcb1800 work with makefile, add to travis build | hathach |
| 2019-05-15 | update button for mcb1800 | hathach |
| 2019-05-14 | add makefile support for lpcxpresso1347 | hathach |
| 2019-05-14 | makefile work with lpc11u68 | hathach |
| 2019-05-14 | enable CFG_TUSB_DEBUG on DEBUG build | hathach |
| 2019-05-14 | more makefile clean up | hathach |
| 2019-05-14 | makefile clean up | hathach |
| 2019-05-14 | update license year to 2019 | hathach |
| 2019-05-14 | clean up | hathach |
| 2019-05-12 | add index to tud_descriptor_configuration_cb() | hathach |
| 2019-05-12 | change tud_descriptor_string_cb() to be consistent with other descriptor call... | hathach |
| 2019-05-12 | add tud_hid_descriptor_report_cb() | hathach |
| 2019-05-11 | add tud_descriptor_string_cb() for getting string descriptor from application | hathach |
| 2019-05-06 | adding msc Start Stop to buitin command, but not complate yet | hathach |
| 2019-05-06 | add Test Unit Ready to builtin command, add tud_msc_test_unit_ready_cb() | hathach |
| 2019-05-03 | add tud_msc_inquiry_cb() remove CFG_TUD_MSC_VENDOR/PRODUCT/PRODUCT_REV | hathach |
| 2019-05-03 | clean up | hathach |
| 2019-05-02 | add hid_test.py for testing #58 | hathach |