summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-07-19Remove clock init.MasterPhi
2021-07-19Fixing NAKed OUT xferMasterPhi
2021-07-18Use USBHS_HandlerMasterPhi
2021-07-17Fix merge error.MasterPhi
2021-07-17Fix build error.MasterPhi
2021-07-17Fix ISO support.MasterPhi
2021-07-17Merge branch 'master' into dcd_same70HiFiPhile
2021-07-17Change OPT_MCU_SAMX7X value.MasterPhi
2021-07-17Merge pull request #967 from perigoso/used-in-projectHa Thach
Add openinput to the 'Uses' section (aka projects that use Tusb)
2021-07-16readme: add openinput to the 'Uses' sectionRafael Silva
Signed-off-by: Rafael Silva <[email protected]>
2021-07-13Merge pull request #965 from hathach/fix-midi-dataHa Thach
Fix midi data
2021-07-13fix midi stream write return value (off by 1)hathach
2021-07-13add option to silent a driver loghathach
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-05Merge pull request #949 from kkitayam/add_suspend_and_resume_for_rx_familyHa Thach
Add SUSPEND/RESUME handling for Renesas RX family.
2021-07-05remove unnecessary blocking operation.kkitayam
add comments why resume event is sent manually.
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-04Skip MCUMasterPhi
2021-07-04Merge branch 'uac_example' of https://github.com/HiFiPhile/tinyusb into ↵MasterPhi
uac_example
2021-07-04Skip MCUMasterPhi
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-04Prevent overflow noiseMasterPhi
2021-07-04Partially revert "skip uac2_headset for mcu that does not have enough sram"MasterPhi
This reverts commit 6e1f812e3542f6d9047a3b8148f2f073ba38b91f.
2021-07-04Clear FIFO only if enabled...MasterPhi
Add buffer align
2021-07-04skip uac2_headset for mcu that does not have enough sramhathach
2021-07-04Add 24bit loopback in example.MasterPhi
2021-07-04audio_device : clear fifo on intf change.MasterPhi
2021-07-04Refactor descriptor, add alt settings support.MasterPhi
2021-07-04Fix typoMasterPhi
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-04Better handling tud_audio_set_itf_cb with FB.MasterPhi
2021-07-04Move audio_control_request_t to audio.hMasterPhi
2021-07-03Add SUSPEND/RESUME handling for Renesas RX family.kkitayam
2021-07-03Delay tud_audio_set_itf_cb call with feedback EP.MasterPhi
2021-07-02Fix speed detectionMasterPhi
2021-07-02more uac fixes,MasterPhi
2021-07-02Merge pull request #941 from kkitayam/fix_rtt_for_rx_familyHa Thach
Add support for RTT logging by NEWLIB on Renesas RX family.
2021-07-02Merge branch 'master' into kkitayam-fix_rtt_for_rx_familyhathach
2021-07-02Merge pull request #942 from hathach/hid-set-reportHa Thach
Better Support Hid Get/Set report
2021-07-02extend stack areas to enable loggingkkitayam
add dummy functions to avoid warnings when logging is enable remove codes regarding OPTLIB