summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-06-29Fix IAR compile error on pointer type.MasterPhi
Clean up warnings. Signed-off-by: MasterPhi <[email protected]>
2021-06-29Merge from current master. Fixed a compilation error with the GNUC toolchainWini-Buh
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-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-24Merge branch 'local' of https://github.com/HiFiPhile/tinyusb into dcd_same70MasterPhi
2021-06-24fix warningMengsk
2021-06-24Add fifo helper function to CDC class for DMA transfer.Mengsk
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.
2021-06-22final clean upWini-Buh
2021-06-22Merge remote-tracking branch 'upstream/master' into CCRX_PortWini-Buh
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-18fix build with mm32 boardhathach
2021-06-18remove duplicate mm32 dcdhathach
2021-06-18mit licensezhangslice
Signed-off-by: zhangslice <[email protected]>
2021-06-18Add MM32 SDK and USB driverzhangslice
Signed-off-by: zhangslice <[email protected]>
2021-06-17force single buffered for device mode, out endpointhathach
2021-06-16Revert "Use byte copy.", add barrier after buffer write.MasterPhi
Signed-off-by: MasterPhi <[email protected]>
2021-06-15Default use dual bank for FS, use dcd irq switch.MasterPhi
2021-06-15Prevent buffer overflow.MasterPhi
Signed-off-by: MasterPhi <[email protected]>
2021-06-15Use byte copy.MasterPhi
2021-06-15Fix resume, always init FS clock.MasterPhi
Signed-off-by: MasterPhi <[email protected]>
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-12Rename SAM7X to SAMX7XMasterPhi
Signed-off-by: MasterPhi <[email protected]>
2021-06-12Fix indent.MasterPhi
Signed-off-by: MasterPhi <[email protected]>
2021-06-12increase example CFG_TUH_HID from 2 to 4hathach
2021-06-12dcd: sam7x: rename family dcd to include the whole familyRafael Silva
Signed-off-by: Rafael Silva <[email protected]>
2021-06-11clean upWini-Buh
2021-06-11weak atrribute work around removed from CCRX_PortWini-Buh
2021-06-11dcd: same70: trim trailling spacesRafael Silva
Signed-off-by: Rafael Silva <[email protected]>
2021-06-11dcd: same70: fix unused variable warningRafael Silva
Signed-off-by: Rafael Silva <[email protected]>