summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2022-03-03Add host string descriptor functionsScott Shawcroft
2022-02-28Merge pull request #1345 from alexandre-perrin/iar-cpp-verify-staticHa Thach
2022-02-26add highspeed detect for f723/730/733hathach
2022-02-26add TUP_USBIP_DWC2hathach
2022-02-26more internal renamehathach
2022-02-26mcu specific renamehathach
2022-02-26Merge pull request #1311 from Wini-Buh/CCRX_ExtHa Thach
2022-02-25more symbol renamehathach
2022-02-25internal symbol renamehathach
2022-02-25minor house keepinghathach
2022-02-25rename and move dcd_attr.h to tusb_mcu_attr.hhathach
2022-02-23Fix CPP compilation with IARAlexandre Perrin
2022-02-01Modifications for CCRX toolchainRoland
2022-01-25Merge branch 'master' into masterHa Thach
2022-01-19fix idfgh-6508: return type in tu_fifo_peek_n()email
2022-01-19fix locked mutex when fifo is fullhathach
2022-01-06Enable breakpoints for ARM8M (e.g. cortex-m33)EmergReanimator
2021-11-30Ignore certain compiler options on ARMCCYunhao Tian
2021-10-29skip snpsid check for gd32, abstract phyfs turnaround, set max timeout calibr...hathach
2021-10-29correctly init hs phy for bcmhathach
2021-10-26add hw config structhathach
2021-10-25change usage of TU_CHECK_MCU() to prevent macro conflicthathach
2021-10-25add TU_ARGS_APPLY(), TU_CHECK_MCU() now could check list of mcushathach
2021-10-24remove ep descriptor wMaxPacketSize bitfield due to endian issuehathach
2021-10-15fix -Wcast-qualhathach
2021-09-29moved ISO attributes from audio to commonkkitayam
2021-09-29Merge branch 'master' of github.com:hathach/tinyusb into zhangslice-masterhathach
2021-09-25add CFG_TUSB_OS_INC_PATH for os include pathhathach
2021-09-18Merge branch 'master' into zhangslice-masterhathach
2021-09-13esp32sx implement dcd_remote_wakeup(), fully compliance to chapter9 test suitehathach
2021-09-09nxp tdi: enhance qhd using DCD_ATTR_ENDPOINT_MAXhathach
2021-09-09add other speed descriptor callback tud_descriptor_other_speed_configuration_...hathach
2021-09-01rp2040 correct ep set/clear stallhathach
2021-08-27update msc driver to pass MSC BOT error recovery compliant testhathach
2021-08-20improve host configuration parsinghathach
2021-08-20extra common edpt helper for device and host stackhathach
2021-08-02correct midi available with already stream readhathach
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-15wrap up DFU updatehathach
2021-07-14simplify upload requesthathach
2021-07-13add option to silent a driver loghathach
2021-06-30Force unsigned compare on advance_pointer.MasterPhi
2021-06-30Fix fifo overflow correction.Mengsk
2021-06-29add tud_vendor_control_request_cb() to poisoned listhathach
2021-06-29Merge remote-tracking branch 'origin/master' into CCRX_PortWini-Buh
2021-06-28Merge pull request #891 from hathach/host-rp2040-double-bufferHa Thach