summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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-02Merge pull request #942 from hathach/hid-set-reportHa Thach
Better Support Hid Get/Set report
2021-07-01clean uphathach
2021-07-01better support for hid device set/get protocolhathach
add caplock detection for hid_composite
2021-06-30Force unsigned compare on advance_pointer.MasterPhi
2021-06-30Fix fifo overflow correction.Mengsk
2021-06-29Merge pull request #905 from HiFiPhile/uac_fixHa Thach
UAC fixes
2021-06-29add tud_vendor_control_request_cb() to poisoned listhathach
2021-06-29Fix IAR compile error on pointer type.MasterPhi
Clean up warnings. Signed-off-by: MasterPhi <[email protected]>
2021-06-28Merge pull request #891 from hathach/host-rp2040-double-bufferHa Thach
RP2040 double buffer
2021-06-28Merge pull request #927 from hathach/add-rx65n-boardHa Thach
Add rx65n board
2021-06-26GCC 11 build fix DuMaM
During Adafruit Bootloader compilation, I spotted bellow error which do not allow me build project. ``` c inlined from 'hfclk_running' at lib/tinyusb/src/portable/nordic/nrf5x/dcd_nrf5x.c:785:13: lib/tinyusb/src/portable/nordic/nrf5x/dcd_nrf5x.c:792:31: error: 'is_running' may be used uninitialized [-Werror=maybe-uninitialized] 792 | return (is_running ? true : false); | ~~~~~~~~~~~~~~~~~~~^~~~~~~~ ```
2021-06-26add the entry for RX65Nkkitayam
2021-06-21Fix typo in TUH configuration defineNiklas Hauser
2021-06-21fix issue when calling midi API when not enumerated yethathach
2021-06-20Add bracket to switch case, fix warning.MasterPhi
2021-06-20adding rx65nhathach
2021-06-20Merge pull request #895 from ElectronicCats/masterHa Thach
add support SAML21
2021-06-18Changed order of struct initializer to avoid compiler errorNed Konz
2021-06-19fix race condition with control since TASKS_EP0RCVOUT also require EasyDMAhathach
2021-06-17force single buffered for device mode, out endpointhathach
2021-06-15add support SAML21sabas1080
2021-06-13fix calculating xferred bytes with double buffer with short packet on buffer0hathach
2021-06-13fix ep tx with double bufferedhathach
2021-06-13fix build with log for devicehathach
2021-06-13remove sent_setup from hw endpointhathach
2021-06-13remove dev_ep_maphathach
2021-06-12increase example CFG_TUH_HID from 2 to 4hathach
2021-06-11fix ci buildhathach
2021-06-11log clean uphathach
2021-06-11map pico_info to log2, pico_trace to log3hathach
2021-06-11replace pico_warn by log level 1hathach
2021-06-11remove unused variable in hw endpointhathach
last_buf, buf_sel, transfer_size
2021-06-11more refactor double buffered rp2040hathach
2021-06-11rename hw endpointhathach
- total_len to remaining_len - len to xferred_len
2021-06-11refactor rp2040 usbhathach
- make _hw_endpoint_xfer_sync and _hw_endpoint_start_next_buffer private - drop prefix _ from _hw_endpoint_xfer_continue and _hw_endpoint_reset_transfer
2021-06-11improve usbhhathach
2021-06-11double buffered work with hosthathach
2021-06-10more clean uphathach
2021-06-10clean uphathach
2021-06-10implement usbh_edpt_busy (WIP), remove hcd_edpt_busyhathach
2021-06-10remove hcd_edpt_stalled()hathach
2021-06-10add usbh_classdriver.hhathach
2021-06-10Merge pull request #883 from hathach/fix-rp2040-host-transferred-bytesHa Thach
fix computing transferred bytes with E4
2021-06-09use alias for button naminghathach
2021-06-09Change buttons to start from 0Marcelo Bezerra