summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2021-11-01samd21: enable SysTick only if running w/o OSJean Gressmann
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-31Merge pull request #1172 from jgressmann/feat/trinket_m0Ha Thach
Adds support for Adafruit's Trinket M0
2021-10-31Adds support for Adafruit Trinket M0Jean Gressmann
2021-10-31correct freertos port for efm32gghathach
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-30Merge pull request #1171 from mkj/qtpyHa Thach
Add Adafruit QT Py board
2021-10-29Add Adafruit QT Py boardMatt Johnston
Straight copy of itsybitsy_m0/ with MCU changed to ATSAMD21E18 LED and button are disabled. LED is a neopixel so could be added later.
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-29samd21: Make LED_PIN and BUTTON_PIN optionalMatt Johnston
Some boards don't have them, just ignore
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