summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2019-07-10release as 0.5.0hathach
2019-07-09fix incorrect midi descriptor templatehathach
2019-07-05midi only use audio 1.0 without IADhathach
2019-07-04indent clean uphathach
2019-07-04clean uphathach
2019-07-04remove tud_midi_write_flush() send asap. rename tud_midi_connected() to tud_m...hathach
2019-07-03fix midi_write prototypehathach
2019-07-03tested midi examplehathach
2019-07-02clean uphathach
2019-07-02clean uphathach
2019-07-01fix midi templatehathach
2019-07-01fix compilinghathach
2019-07-01improving midi support, adding midi exmaplehathach
2019-06-10remove dcd_edpt_busy()hathach
2019-06-10fix build error with midi, use usbd_edpt_xfer/busy for midi to replace dcd_*hathach
2019-06-06add HID_ASCII_TO_KEYCODEhathach
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-24should fix and work with #58hathach
2019-05-23host fix address alloc when it reach max deviceshathach
2019-05-22fix tud_cdc_read_char()/tud_cdc_peek() to return signed charhathach
2019-05-15clean uphathach
2019-05-15lpc1769 work with makefilehathach
2019-05-14enable CFG_TUSB_DEBUG on DEBUG buildhathach
2019-05-14clean uphathach
2019-05-14more endian converthathach
2019-05-14more clean up use inline bit funciton instead of macroshathach
2019-05-14clean up endian convert functionhathach
2019-05-14remove deprecated tusb_task, clean up tusb compilerhathach
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-10fix samd dcd_clear_stall also reset data togglehathach
2019-05-09msc device will stall READ_CAPACITY & READ_FORMAT_CAPACITY if tud_msc_capacit...hathach
2019-05-09fix clear stall usage, fix reset data toggle with dcd_clear_stall for nrf52hathach
2019-05-07clean uphathach
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-02support hid generic inout #58hathach
2019-05-02use tud_hid_set_report_cb for hid epouthathach
2019-05-02clean uphathach
2019-05-02add tud_hid_out_report_cb() for hid epouthathach
2019-05-01text clean uphathach
2019-05-01rename hid report_buf to epin_bufhathach
2019-05-01clean uphathach
2019-05-01adding optional ep out for hidhathach