summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-11-15set DCFG_XCVRDLY when using external ULPI highspeed phyhathach
2021-11-08Merge pull request #1183 from kkitayam/add_msp_exp432e401yHa Thach
Add support for TI MSP-EXP432E401Y
2021-11-08msp432e4 ci typo, skip dfu example for tm4c123hathach
2021-11-08reduce CFG_TUD_DFU_XFER_BUFSIZE for max compatiblehathach
2021-11-08add missing musb type filehathach
2021-11-08move tm4c132 into bsp family, add it into cihathach
2021-11-08rename to simply OPT_MCU_MSP432E4, add msp432e to cihathach
2021-11-08musb work well with tm4c123hathach
2021-11-08add flash-openocd target. correct ek-tm4c123 button statehathach
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-06Remove unnecessary lineskkitayam
2021-11-06Update TI driverkkitayam
2021-11-06Change the variables for a switch and a LED to symbols defined by the macroskkitayam
2021-11-06Add statements for FreeRTOSkkitayam
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-05Merge pull request #1182 from kasjer/kasjer/update-bth-iadHa Thach
Update bth for IAD support
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-05add xmc4000 to ci buildhathach
2021-11-05update docshathach
2021-11-05xmc4500 ported, cdc msc example run finehathach
2021-11-05add xmclib as submodulehathach
2021-11-05Merge pull request #1178 from kasjer/kasjer/fix-mynwet-buildHa Thach
broadcom/dcd: Fix mynewt build
2021-11-05xmc4500 led blinky, button okhathach
2021-11-05Merge pull request #1179 from hathach/perigoso-patch-1Ha Thach
docs: update supported device table
2021-11-04docs: update supported device tableRafael Silva
remove known issue #750 from silabs EFM32GG table entry
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-04couldn't get g4 usb clock and pin setup just yet. Leave it as it is for nowhathach
2021-11-04adding g4 family with g474nucleo, able to blink led and buttonhathach
2021-11-04rename l4 board to match other conventionhathach
2021-11-04Merge pull request #1163 from hathach/generalize-synopsys-dwc2Ha Thach
Generalize synopsys dwc2
2021-11-04add hint/question with ISBhathach
2021-11-04Add timer1 on pi4 for blinkyhathach
this get usb irq triggered even without ISB() in previous commit
2021-11-04fix issue with bcm2711 caching issue by ading ISB() after dwc2_dcd_int_enable90hathach
also add hwcfg_list for reference
2021-11-03update broadcom peripherals to latesthathach
2021-11-03clean uphathach
2021-11-02skip net example for pi4 due to ssize_t conflicthathach
2021-11-02add pi4 to ci build in build_aarch64hathach
2021-11-02change broadcom submodule path from git to httphathach
2021-11-02add L4 to ci, update dochathach
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-02Merge pull request #1176 from jgressmann/bugfix/samd21-systickHa Thach
samd21: enable SysTick only if running w/o OS