summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Expand)Author
2023-06-12response with request safe5v, get passed PS_READYhathach
2023-06-07able to response with good crchathach
2023-06-07inital support for usb typec and pd examplehathach
2023-06-06able to get usbpd irq handlerhathach
2023-06-01Merge branch 'master' into feature/STM32G0hathach
2023-05-25fix issue with ftdi host driver with status byteshathach
2023-05-23Enhance chipidea (#2075)Ha Thach
2023-05-16correct EHCI reporting failed xfer (instead of stalled) when device is unpluggedhathach
2023-04-18Use __GNUC__ macro to determine if __has_attribute is supportedReimu NotMoe
2023-04-17Implement TU_BSWAP{16,32} correctly for Microchip XC16Reimu NotMoe
2023-04-17Fix compatibility with the latest Microchip XC16 compilerReimu NotMoe
2023-04-14Merge branch 'master' of https://github.com/hathach/tinyusb into pr1942HiFiPhile
2023-04-03Add STM32L5 support - no OTG similar to some L4sJohn Cronin
2023-03-21add tuh_set_interfacehathach
2023-03-18more update to kinetis bsphathach
2023-03-18merge kinetis into its own family in bsphathach
2023-03-18Add support for NXP FRDM_K32L2A4S eval board.Bob Paddock
2023-03-18minor clean uphathach
2023-03-17Merge branch 'master' into portabilityhathach
2023-03-17fix trailing space and new linehathach
2023-03-17update host example, add pio-pico-usb for rp2040hathach
2023-03-08Merge branch 'master' into renesas-rahathach
2023-03-08add basic STM32G0 supportHubert Denkmair
2023-03-01add TUP_USBIP_FSDEV and TUP_USBIP_FSDEV_STM32, clean up ifdef with stm32hathach
2023-02-27Merge pull request #1852 from silvergasp/mem_sHa Thach
2023-02-27minor clean uphathach
2023-02-22Merge pull request #1491 from Ryzee119/ohci_fixesHa Thach
2023-02-22white spacehathach
2023-02-22move and add optional tusb_app_virt_to_phys/tusb_app_phys_to_virthathach
2023-02-22use tu_static instead of static _fuzz_threadhathach
2023-02-22rename OHCI_RHPORTS to TUP_OHCI_RHPORTShathach
2023-02-22Merge pull request #1867 from silvergasp/thread_local_globalsHa Thach
2023-02-22rename maros from FUZZ to _FUZZ, change TU_STATIC to static _fuzz_threadhathach
2023-02-18ohci: Support configurable number of roothub portsRyzee119
2023-01-21update stm32f1 to support iar buildhathach
2023-01-20fix: Change all static variables to thread when fuzzingNathaniel Brough
2023-01-20add helper tu_desc_find/find2/find3hathach
2023-01-13fix: Replace device calls to memcpy with tu_memcpy_sNathaniel Brough
2023-01-12add TUP_RHPORT_HIGHSPEED for ch32v307hathach
2023-01-07Merge branch 'master' into ch32v307Ha Thach
2023-01-07minor clean uphathach
2023-01-07remove _ff_overflowed() due to lack of usehathach
2023-01-07simplify _ff_correct_read_index()hathach
2023-01-07reverse idx2ptr() arguments to be consistenthathach
2023-01-07update advance_pointer/backward_pointer to use depth instead of fifo, also re...hathach
2023-01-07simplify _tu_fifo_count() and _tu_fifo_remaining(), also rename to _ff_count(...hathach
2023-01-07simplify and remove _tu_fifo_empty, _tu_fifo_full. Also correct full conditio...hathach
2023-01-07minor clean uphathach
2023-01-06minimize tu_fifo size to 16hathach
2023-01-06minor clean uphathach