summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-11-08merge pull request 670 for tm4c123gxl bsphathach
2021-11-07Fix DCD_EVENT_XFER_COMPLETE was signaled, even after EP is closedkkitayam
2021-11-06Implement dcd_edpt_xfer_fifo for dcd_musbkkitayam
2021-11-06Add dcd_musb.ckkitayam
2021-11-06Add files for msp432e4kkitayam
2021-11-05Merge pull request #1181 from liamfraser/rp2040-hcd-assert-fixHa Thach
Fix invalid assert in RP2040 host mode when compiled in debug mode
2021-11-05bth: Add IAD to BT descriptorJerzy Kasenberg
Bluetooth's specification defines IAD for primary controller. While it seems that Windows and Linux can leave without this, there is no reason TinyUSB should not provide it.
2021-11-05bth: Update driver to interface association changesJerzy Kasenberg
Two interfaces that are required by Bluetooth Primary Controller do not have IAD according to Bluetooth specification. Those two interfaces were opened separately in process_set_config(). Later interface association was inferred for BTH (along with other drivers), since then only one call to open() is place for BTH driver that should prepare both interfaces at once. To make it work again btd_open() parses two interfaces at once.
2021-11-05RP2040 HCD: Move invalid ep->active assert in hw_trans_complete. The check ↵Liam Fraser
for ep->active should only happen if a setup packet was just sent. Otherwise the transaction is handled in hw_handle_buff_status.
2021-11-05Merge pull request #1180 from hathach/add-xmc4500Ha Thach
Add xmc4500
2021-11-05xmc4500 ported, cdc msc example run finehathach
2021-11-05xmc4500 led blinky, button okhathach
2021-11-04broadcom/dcd: Fix mynewt buildJerzy Kasenberg
dcd_synopsys.c included broadcom/interrupts.h before preprocessor check whether file should be used. Since mynewt build does not include all folders it resulted in build error. Now offending include is moved few lines after preprocessor check.
2021-11-04adding g4 family with g474nucleo, able to blink led and buttonhathach
2021-11-04Merge pull request #1163 from hathach/generalize-synopsys-dwc2Ha Thach
Generalize synopsys dwc2
2021-11-04add hint/question with ISBhathach
2021-11-04fix issue with bcm2711 caching issue by ading ISB() after dwc2_dcd_int_enable90hathach
also add hwcfg_list for reference
2021-11-03clean uphathach
2021-11-02grouping stm32L4 family in bsphathach
2021-11-02minor clean uphathach
2021-11-02add fix for stm32l4 (version 3.10a) which generate transfer complete when ↵hathach
setup recieved and control out data complete
2021-11-01Merge pull request #1164 from ↵Ha Thach
suda-morris/refactor/update_include_header_esp32xx_dcd update dcd_esp32sx with correct include list
2021-10-31change F207 to use new dwc2hathach
2021-10-30remove dcd_efm32hathach
2021-10-30add support for EFM32GGhathach
merge GG12 GG12 to simply OPT_MCU_EFM32GG
2021-10-29skip snpsid check for gd32, abstract phyfs turnaround, set max timeout ↵hathach
calibration. still has issue with gd32 with msc (does work with running with rtt as log).
2021-10-29correctly init hs phy for bcmhathach
2021-10-28support bcm2711 on pi4, enhance dcd init with utmi and ulpi hs phyhathach
2021-10-27Changes to use ft90x-sdk as submodule or installed SDK from toolchain.Gordon McNab
2021-10-26update bcm dcdhathach
2021-10-26Merge branch 'tannewt-rpi' into generalize-synopsys-dwc2hathach
2021-10-26add synopsys id check, rename GCCFG_* to STM32_GCCFG-*hathach
2021-10-26add hw config structhathach
2021-10-26enhance fifo read/writehathach
2021-10-26more clean uphathach
2021-10-26clean uphathach
2021-10-26use dwc2->epinhathach
2021-10-26update the access epouthathach
2021-10-26use dwc2->fifo[]hathach
2021-10-26complete dwc2 regs structhathach
2021-10-26add epin, epout to dwc2 regshathach
2021-10-26more renamehathach
2021-10-26update dwc2_typehathach
2021-10-25spacinghathach
2021-10-25update dcd_esp32sx with correct include listsuda-morris
2021-10-25change usage of TU_CHECK_MCU() to prevent macro conflicthathach
2021-10-25house keepinghathach
2021-10-25moving esp32s2 to dwc2, abstract dwc2_set_turnaround()hathach
2021-10-25properly handle Program Change and Channel Aftertouch messagesTod Kurt
2021-10-25add TU_ARGS_APPLY(), TU_CHECK_MCU() now could check list of mcushathach