summaryrefslogtreecommitdiff
path: root/src/portable
AgeCommit message (Expand)Author
2020-07-28Update dcd_esp32s2.cme-no-dev
2020-07-01ESP32-S2: Handle the fact that available EP IN FIFOs are less than the number...me-no-dev
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-30Merge pull request #427 from kasjer/kasjer/add-da1469x-supportHa Thach
2020-06-29Merge pull request #399 from duempel/redesign_synopsys_receiveHa Thach
2020-06-29Add author name to dcd_synopsys.cJan Dümpelmann
2020-06-26Remove EP0 remaining bytes manipulationJan Dümpelmann
2020-06-25dcd_samd: Provide implementation for OPT_MCU_SAME5XJeff Epler
2020-06-24added OPT_MCU_SAME5X optionhathach
2020-06-18Add transaction (edpt_xact) as sub transferJan Dümpelmann
2020-06-18Disable SOF in dcd_stm32_fsdevMengsk
2020-06-17Fix IAR warnings.Mengsk
2020-06-09Add DCD for Dialog DA1469x MCUJerzy Kasenberg
2020-05-21fix nrf hanged (blocking wait) when called within critical sectionhathach
2020-05-18fix cast-align warning for nuc505hathach
2020-05-17enable -Wcast-alignhathach
2020-05-15Allow EP0 to use xfer sizes larger than one packetJan Dümpelmann
2020-05-15Interrupt time improvementsJan Dümpelmann
2020-05-08Synopsys OUT EP improvements:Jan Dümpelmann
2020-05-05detect if SD is actually present on the flash using SD magichathach
2020-05-04Merge pull request #387 from duempel/redesign_transmit_synopsysHa Thach
2020-05-04clean upJan Dümpelmann
2020-05-02abstract all UDP_CSRhathach
2020-05-02clean uphathach
2020-05-02fix EP0 data toggle issuehathach
2020-05-02remove toggle walkaround, fix control stall race conditionhathach
2020-04-30fix dcd samd race condition with setup packethathach
2020-04-29Changed switch into if statementsJan Dümpelmann
2020-04-29Redesign of Synopsys device transmissionJan Dümpelmann
2020-04-27added comment for hw clearing TXFEhathach
2020-04-27TXFE is read only bithathach
2020-04-26sync synopsis fix for esp32s2hathach
2020-04-26turn off TX FIFO Empty for EPIN if all bytes are writtenhathach
2020-04-24synopsys: Reduce interrupt time for IN ZLPJerzy Kasenberg
2020-04-22Added support for STM32F1 Connectivity Line MCUJan Dümpelmann
2020-04-18also add wakeup eventhathach
2020-04-18session end interrupt doesn't trigger on esp32 saola boardhathach
2020-04-18implement disconnection detection for stm32 synopsyshathach
2020-04-17complete remove dcd_set_config(), fix unit testhathach
2020-04-17Merge branch 'master' into remove-dcd-set-confighathach
2020-04-17Merge pull request #347 from majbthrd/nuc505_configHa Thach
2020-04-17Merge pull request #354 from hathach/cxd56-disconnect-connectHa Thach
2020-04-17added disconnect for spresensehathach
2020-04-17mass rename tud/dcd_irq_handler to tud/dcd_init_handlerhathach
2020-04-17add code for disconnect/connect (not tested)hathach
2020-04-17Merge pull request #351 from hathach/valentyusb-dcd-disconnect-connectHa Thach
2020-04-17Merge pull request #350 from hathach/synopsys-msp430-dcd-disconnect-connectHa Thach
2020-04-16Merge pull request #352 from hathach/samg-dcd-disconnect-connectHa Thach
2020-04-16Merge pull request #336 from pigrew/edpt_closeHa Thach