summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-08-03Implement dynamic FIFO RAM allocation according to configuration desc.Reinhard Panhuber
2020-07-27Implement dynamic reallocation of RX and TX fifos for EP0.Reinhard Panhuber
2020-07-26add 'set_EP0_max_pkt_size(...)' and fix EP0 size to 64 bytes after resetReinhard Panhuber
2020-07-25Fix structure definition audio_control_range_X_n_tReinhard Panhuber
2020-07-25Merge remote-tracking branch 'upstream/master' into uac2Reinhard Panhuber
2020-07-25Get and set requests workReinhard Panhuber
2020-07-23example to call tud_init() after freeRTOS kernel is startedhathach
2020-07-23fix samd21 race condition with setup packethathach
2020-07-21Merge pull request #469 from hathach/followup-pr466-pr468Ha Thach
2020-07-21follow up to pr468hathach
2020-07-21Merge pull request #466 from chang196700/feature/string_desc_msosHa Thach
2020-07-20Make definition of CFG_TUD_AUDIO_CTRL_BUF_SIZE mandatoryReinhard Panhuber
2020-07-20Implement control EP0 buffer and get rid of CFG_TUD_AUDIO_USE_TX_FIFOReinhard Panhuber
2020-07-20FreeRTOS: Yield from ISR to notify the USB taskme-no-dev
2020-07-19Remove 0xEE index string if statement & change TU_ASSERT to TU_VERIFYChang Feng
2020-07-19Implement all missing A.17 control selectorsReinhard Panhuber
2020-07-18Add A.17.4 - Terminal Control SelectorsReinhard Panhuber
2020-07-17add new name warning to cdc and midi (skip msc, hid warning for now)hathach
2020-07-17update actual link speed for spresensehathach
2020-07-17Intermediate commit.Reinhard Panhuber
2020-07-16update link speed detection for nuc505hathach
2020-07-16dcd tdi report link speed on resethathach
2020-07-16rename CFG_TUD_MSC_BUFSIZE to CFG_TUD_MSC_EP_BUFSIZEhathach
2020-07-16add fs & hs config for cdc_msc_freertos, midi_test, msc_dual_lunhathach
2020-07-16add tud_speed_get()hathach
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-05Merge pull request #457 from UweBonnes/add-stm-hsHa Thach
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-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-01Merge branch 'master' into add-stm-hshathach
2020-07-01clean up codehathach
2020-07-01Merge pull request #452 from hathach/fix-dfu-rtHa Thach
2020-07-01fix dfu-rt to response to SET_INTERFACE and DFU_GETSTATUShathach
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-30stm32f723disco: USB HS enumerates.Uwe Bonnes
2020-06-30dcd_synopsys: Handle HS and FS IP in one deviceUwe Bonnes
2020-06-30Merge branch 'master' into add-stm-hshathach