summaryrefslogtreecommitdiff
path: root/src/portable
AgeCommit message (Expand)Author
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
2020-04-07nuvoton: add dcd_disconnect() dcd_connect()Peter Lawrence
2020-04-06revert name to dcd_init_handler()hathach
2020-04-06rename dcd_int_handler to dcd_irq_handler for consistency with other porthathach
2020-04-06add tud_irq_handler() for all lpc ip3511 (13, 15, 11)hathach
2020-04-06add tud_irq_handler() to all NUC boardhathach
2020-04-06call tud_irq_handler() for all nrf5x boardhathach
2020-04-06mass rename dcd_isr() to dcd_irq_handler()hathach
2020-04-06fix issue and typo with In token when Fifo emptyhathach
2020-04-06move irqhandler to applicationhathach
2020-04-03update dcd esp32s2 fifo allocation to match current dcd synopsyshathach
2020-04-01add dcd_esp32s2hathach
2020-03-25Merge pull request #304 from pigrew/stm32_xfer_rewriteHa Thach
2020-03-24Merge pull request #194 from cr1901/msp430f5529Ha Thach
2020-03-24dcd_msp430x5xx: Add dummy dcd_edpt0_status_complete handler. AddWilliam D. Jones
2020-03-22STM32FSDEV: Rewrite transfer ISRNathan Conrad
2020-03-22Merge branch 'master' into cr1901-msp430f5529hathach
2020-03-17update comment per reviewhathach
2020-03-17follow up to pr #301hathach
2020-03-16NUC505 : added comment on DMA choicePeter Lawrence
2020-03-15NUC505 : fix operation with net_lwip_webserverPeter Lawrence
2020-03-10Merge branch 'nuc120' of https://github.com/majbthrd/tinyusb into majbthrd-nu...hathach
2020-03-08fix stm32 fsdev epdeschathach
2020-03-08fix zlp for nrf52840hathach
2020-03-07Merge pull request #291 from hathach/port-samg55Ha Thach
2020-02-07add Nuvoton NUC505Peter Lawrence
2020-02-07correct waklaround with only status INhathach
2020-02-07samg55 work with cdc msc examplehathach
2020-02-07Merge branch 'master' into port-samg55hathach
2020-02-07implement walkaround for incorrect DATA Toggle for status control.hathach
2020-01-25added support for Nuvoton NUC120Peter Lawrence
2020-01-17rt10xx: correct max endpoint count is 8hathach