summaryrefslogtreecommitdiff
path: root/src/class
AgeCommit message (Collapse)Author
2021-07-14rename dfu APIhathach
- tud_dfu_dnload_complete() -> tud_dfu_download_complete() - tud_dfu_req_dnload_data_cb() -> tud_dfu_download_cb() - tud_dfu_req_upload_data_cb() -> tud_dfu_upload_cb()
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
also add state as argument
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
Bug fix and Enhancements of UAC2
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
Add dfu function memory access protection
2021-07-05fix ci build, address review commenthathach
2021-07-05Merge branch 'master' of https://github.com/xmos-jmccarthy/tinyusb into ↵hathach
xmos-jmccarthy-master
2021-07-05Merge pull request #931 from hathach/more-hid-hostHa Thach
More hid host update
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
2021-07-04Clear FIFO only if enabled...MasterPhi
Add buffer align
2021-07-04audio_device : clear fifo on intf change.MasterPhi
2021-07-04Fix audiod_get_AS_interface_index in audio class.MasterPhi
Enhance uac2_headset example with multiple sample rates. Add macro to calculate EP size.
2021-07-01clean uphathach
2021-07-01better support for hid device set/get protocolhathach
add caplock detection for hid_composite
2021-06-29Merge pull request #905 from HiFiPhile/uac_fixHa Thach
UAC fixes
2021-06-29Fix IAR compile error on pointer type.MasterPhi
Clean up warnings. Signed-off-by: MasterPhi <[email protected]>
2021-06-29Merge remote-tracking branch 'origin/master' into CCRX_PortWini-Buh
# Conflicts: # src/portable/renesas/usba/dcd_usba.c # src/tusb_option.h
2021-06-29clean uphathach
2021-06-28fix SET_PROTOCOl, update hid host behavior for default boot interfacehathach
2021-06-28fix issue with weird msc device with 3 endpointshathach
2021-06-28update func commenthathach
2021-06-28force boot protocol for keyboard/mousehathach
2021-06-28change usbh open driver to have max_len and return driver lenhathach
2021-06-28Merge pull request #891 from hathach/host-rp2040-double-bufferHa Thach
RP2040 double buffer
2021-06-23Add dfu function memory access protectionJeremiah McCarthy
Adds TU_VERIFY to dfu internal buffer access from host. Adds TU_ASSERT to dfu internal buffer access by application.