summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-07-16add fs & hs config for cdc_msc_freertos, midi_test, msc_dual_lunhathach
2020-07-16fix unintended changes to webusb examplehathach
2020-07-16add tud_speed_get()hathach
2020-07-15Merge pull request #462 from ktemkin/add_luna_bspHa Thach
2020-07-14add BSP for Great Scott Gadgets' LUNA boards (SAMD21)Kate Temkin
2020-07-10Merge pull request #461 from CraigHutchinson/patch-1Ha Thach
2020-07-10Improve comment on CDC tud_cdc_write_available()Craig Hutchinson
2020-07-10Merge pull request #456 from me-no-dev/esp32-s2-epin-toHa Thach
2020-07-08Merge pull request #447 from hathach/add-stm-hsHa Thach
2020-07-08change REDUCE_SPEED=0/1 to explicitly SPEED=high/fullhathach
2020-07-06correct EP Size for cdc dual and webusb examplehathach
2020-07-05Merge pull request #457 from UweBonnes/add-stm-hsHa Thach
2020-07-03Add stm32l4r5nucleo. USB and UARTwork.Uwe Bonnes
2020-07-03stlinkv3mini: Only OTG_HS has connector.Uwe Bonnes
2020-07-03stm32h745disco: HAL_PWREx_EnableUSBVoltageDetector() is needed for hot replug.Uwe Bonnes
2020-07-03stm32h745disco: Only OTG_FS is available. Does not enumerate on replug yet.Uwe Bonnes
2020-07-03STM32/OTG_HS: Allow OTG_HS port to run at FS speed.Uwe Bonnes
2020-07-03update per reviewhathach
2020-07-03fix NVIC disable typohathach
2020-07-02ESP32-S2: Detect EP IN Xfer Timeoutme-no-dev
2020-07-02correct HSE_VALUE in hal_confhathach
2020-07-02change default port some stm bsphathach
2020-07-02clean uphathach
2020-07-01Merge branch 'add-stm-hs' of github.com:hathach/tinyusb into add-stm-hshathach
2020-07-01Merge pull request #455 from UweBonnes/add-stm-hsHa Thach
2020-07-01Add bsp for stlinkv3mini.Uwe Bonnes
2020-07-01st/synopsys/dcd_synopsys.c: Remove USBC PHY PLL stabilization delay for nowUwe Bonnes
2020-07-01only set turnaround in reset completehathach
2020-07-01correctly set turn around according to cpu clockhathach
2020-07-01added uart for h743hathach
2020-07-01Merge branch 'master' into add-stm-hshathach
2020-07-01clean up codehathach
2020-07-01ESP32-S2: Handle the fact that available EP IN FIFOs are less than the number...me-no-dev
2020-07-01Merge pull request #452 from hathach/fix-dfu-rtHa Thach
2020-07-01Update README.mdHa Thach
2020-07-01Merge pull request #439 from UweBonnes/add-stm-hsHa Thach
2020-07-01Merge pull request #453 from hathach/add-da14695-usbHa Thach
2020-07-01added DA14695 DK USB bsphathach
2020-07-01rename filehathach
2020-07-01fix dfu-rt to response to SET_INTERFACE and DFU_GETSTATUShathach
2020-07-01Merge pull request #451 from duempel/fix_synopsys_short_packetHa Thach
2020-06-30correct led dfu_rt examplehathach
2020-06-30Clear ep0_pending if rx short packetJan Dümpelmann
2020-06-30Fix receiving of short packet data (ep out)Jan Dümpelmann
2020-06-30more clean uphathach
2020-06-30revert rhport config in nxp mcushathach
2020-06-30stm32f723disco: USB HS enumerates.Uwe Bonnes
2020-06-30cdc-acm: Use 512 bytes when in HS mode.Uwe Bonnes
2020-06-30dcd_synopsys: Handle HS and FS IP in one deviceUwe Bonnes
2020-06-30Add Stm32F7xxdisco board support filesUwe Bonnes