summaryrefslogtreecommitdiff
path: root/src/portable
AgeCommit message (Expand)Author
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
2020-04-16samg implement dcd connect/disconnecthathach
2020-04-16implement dcd disconnect connecthathach
2020-04-16add int enable/disable for pulluphathach
2020-04-16msp430 disconnect/connecthathach
2020-04-16cleanup for esp32hathach
2020-04-16stm32 sysnopsys disconnect/connecthathach
2020-04-16dcd disconnect/connect for transdimension iphathach
2020-04-16implement dcd disconnect/connect for lpc ip3511hathach
2020-04-16added dcd disconnect/connect to lpc17/40hathach
2020-04-15nuc505: change dcd_set_config() behaviorPeter Lawrence
2020-04-15stm32fsdev: dynamic allocation of PMA.Nathan Conrad
2020-04-14Merge branch 'master' into edpt_closeNathan Conrad
2020-04-13stm32fsdev: add static assert for PMA size bigger than EP0 size.Nathan Conrad
2020-04-13edpt_close: Updated based on feedback.Nathan Conrad
2020-04-12Skeleton, and initial stm32fsdev implementation (that leaks memory)Nathan Conrad
2020-04-11Merge branch 'master' into refactor-irqhandlerHa Thach
2020-04-11Merge pull request #333 from hathach/fix-esp32s2-setup-packetHa Thach
2020-04-11Merge pull request #332 from pigrew/stm32fsdev-dcdconnectHa Thach
2020-04-11fix incorrect setup packethathach
2020-04-10Merge pull request #319 from hathach/add-esp32s2Ha Thach
2020-04-10remove CONFIG_IDF_TARGET_ESP32S2BETA per reviewhathach
2020-04-10stm32fsdev: set dcd_connect API definitions to strong, Modify documentation.Nathan Conrad
2020-04-10added comment note for beta chip walkaroundhathach
2020-04-10Correct dedicated FIFO SRAM size to 1024hathach
2020-04-10remove 100us delay at the end of dcd_init()hathach
2020-04-10revert name to dcd_int_handler due to function prototype warninghathach
2020-04-10clear USB_RXFLVI_M before read_rx_fifo()hathach
2020-04-10change indent from 4 -> 2 spaceshathach
2020-04-10rename dcd_init_handler to dcd_irq_handler to consistent with other portshathach
2020-04-10remove commented codehathach
2020-04-10try to fix racing condition with setuphathach
2020-04-09stm32fsdev: Implement dcd_connect.Nathan Conrad
2020-04-09rename static function for dcd_cxd56 to prevent conflicthathach
2020-04-09implement dcd connect/disconnect for samd and nrfhathach
2020-04-09Merge branch 'master' into refactor-irqhandlerHa Thach
2020-04-08rename hal_dcd_isr to dcd_irq_handler for fomuhathach
2020-04-08move irq from msp430hathach
2020-04-08move irq for stm32 synopsyshathach
2020-04-08move irq for stm32 fsdevhathach
2020-04-08use macro for easy enable/disable SOFhathach
2020-04-08disable SOF interrupt since it is not used for nowhathach