summaryrefslogtreecommitdiff
path: root/src/class
AgeCommit message (Expand)Author
2021-07-29Merge pull request #859 from Wini-Buh/CCRX_PortHa Thach
2021-07-27Fix IAR warningMasterPhi
2021-07-22clean up compilerhathach
2021-07-22rename bit filed orderhathach
2021-07-22rename packed begin/endhathach
2021-07-22Merge branch 'CCRX_Port' of https://github.com/Wini-Buh/tinyusb into Wini-Buh...hathach
2021-07-22Merge pull request #950 from HiFiPhile/dfuHa Thach
2021-07-22rename CFG_TUD_DFU_TRANSFER_BUFSIZE to CFG_TUD_DFU_XFER_BUFSIZEhathach
2021-07-15rename CFG_TUD_DFU_MODE to simply CFG_TUD_DFUhathach
2021-07-15wrap up DFU updatehathach
2021-07-14update clear status and get statehathach
2021-07-14update dfu aborthathach
2021-07-14simplify upload requesthathach
2021-07-14more rename and updatehathach
2021-07-14rename tud_dfu_reboot_cb() to tud_dfu_detach_cb()hathach
2021-07-14clean uphathach
2021-07-14rename dfu APIhathach
2021-07-13fix midi stream write return value (off by 1)hathach
2021-07-13add option to silent a driver loghathach
2021-07-12rename tud_dfu_set_timeout_cb() to tud_dfu_get_status_cb()hathach
2021-07-12clean uphathach
2021-07-12clean uphathach
2021-07-12rename TUD_DFU_MODE_DESCRIPTOR to TUD_DFU_DESCRIPTORhathach
2021-07-12add alt to tud_dfu_abort_cb()hathach
2021-07-12update dfu_moded_openhathach
2021-07-12Merge branch 'dfu' of https://github.com/HiFiPhile/tinyusb into HiFiPhile-dfuhathach
2021-07-08Fix wrong blocknum and lengthMengsk
2021-07-08Add bwPollTimeout set callback, postpone download callback after GETSTATUSMengsk
2021-07-07Refactor with one DFU functionnal descriptorHiFiPhile
2021-07-07Reactor to one functional descriptor.Mengsk
2021-07-07TU_ASSERT return 0.Mengsk
2021-07-07Add DFU_DETACH supportMengsk
2021-07-07Update commentMengsk
2021-07-07Better alt settings supportMengsk
2021-07-06UpdateMasterPhi
2021-07-06Merge pull request #938 from HiFiPhile/uac_exampleHa Thach
2021-07-06Fix copy byte countMasterPhi
2021-07-06- Remove alt_setting alignmentMasterPhi
2021-07-05ENCODE -> DECODEMasterPhi
2021-07-05Fix ATTR_MANIFESTATION_TOLERANT logic.Mengsk
2021-07-05Add alt settings support in DFU class.Mengsk
2021-07-05Merge pull request #913 from xmos-jmccarthy/masterHa Thach
2021-07-05fix ci build, address review commenthathach
2021-07-05Merge branch 'master' of https://github.com/xmos-jmccarthy/tinyusb into xmos-...hathach
2021-07-05Merge pull request #931 from hathach/more-hid-hostHa Thach
2021-07-04Better handling tud_audio_set_itf_cb with FB.MasterPhi
2021-07-04Move audio_control_request_t to audio.hMasterPhi
2021-07-04Delay tud_audio_set_itf_cb call with feedback EP.MasterPhi
2021-07-04Fix speed detectionMasterPhi
2021-07-04more uac fixes,MasterPhi