summaryrefslogtreecommitdiff
path: root/src/portable/st/stm32_fsdev
AgeCommit message (Expand)Author
2022-03-07Add support for STM32WB mcuJerzy Kasenberg
2022-02-25rename TUSB_OPT_DEVICE_ENABLED to CFG_TUD_ENABLEDhathach
2021-11-04adding g4 family with g474nucleo, able to blink led and buttonhathach
2021-10-25change usage of TU_CHECK_MCU() to prevent macro conflicthathach
2021-10-24remove ep descriptor wMaxPacketSize bitfield due to endian issuehathach
2021-08-26add dcd_edpt_close_all() for clear existing configured statehathach
2021-08-08STM32L151 portable driver adaptationsRobert Manzke
2021-05-27clean up tusb_fifo.h includehathach
2021-05-10minor clean uphathach
2021-04-23Implement functions to allow for DMA usage in audio driver.Reinhard Panhuber
2021-04-05revert dcd_edpt_xfer_fifo() implementation for stm32_fsdevhathach
2021-03-02Rename dcd_edpt_iso_xfer() to dcd_edpt_xfer_fifo()Reinhard Panhuber
2021-02-17Add (void *) for pointer cast.Reinhard Panhuber
2021-02-17Fix wrong tu_fifo_read_n() call in dcd_stm32_fsdev.cReinhard Panhuber
2021-02-17Fix bug in evasion buffer listReinhard Panhuber
2021-02-17Implement dcd_edpt_iso_xfer() for dcd_stm32_fsdevReinhard Panhuber
2021-01-08use dcd_event_bus_reset() with speed to replace bus_signalhathach
2020-10-11Merge pull request #520 from salkinium/feature/misc_enhancementsHa Thach
2020-10-10Dynamically check STM32F3 IRQ remap optionNiklas Hauser
2020-10-06stm32: fix ISTR and CTR_RX/TX race conditionsGavin Li
2020-08-01enable pull-up in dcd_init() instead of usbdhathach
2020-06-18Disable SOF in dcd_stm32_fsdevMengsk
2020-06-17Fix IAR warnings.Mengsk
2020-04-17complete remove dcd_set_config(), fix unit testhathach
2020-04-17mass rename tud/dcd_irq_handler to tud/dcd_init_handlerhathach
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-10stm32fsdev: set dcd_connect API definitions to strong, Modify documentation.Nathan Conrad
2020-04-09stm32fsdev: Implement dcd_connect.Nathan Conrad
2020-04-08move irq for stm32 fsdevhathach
2020-03-22STM32FSDEV: Rewrite transfer ISRNathan Conrad
2020-03-08fix stm32 fsdev epdeschathach
2019-12-21Merge branch 'master' into port-samg55hathach
2019-12-12Update dcd_stm32_fsdev.cJeremy Herbert
2019-12-09fix samd using TUSB_REQ_SET_ADDRESS in dcd_edpt0_status_completehathach
2019-12-09fix buildhathach
2019-11-28use dcd_edpt0_status_complete() to set address without blocking for samd21/sa...hathach
2019-11-28add dcd_edpt0_status_complete() which is useful for several mcu porthathach
2019-10-02Merge branch 'master' into develophathach
2019-10-02ported stm32f1, tested with f103 blue pillhathach
2019-10-02Add testcase for EP0 stall recovery to USBTMC test script.Nathan Conrad
2019-10-02Remove references to EP kind.Nathan Conrad
2019-10-02Merge remote-tracking branch 'origin/master' into ST_FSDEV_EP0Nathan Conrad
2019-09-27add -Wextra for more warnings to examplehathach
2019-09-25Reset TX and RX endpoints to NAK when receiving setup packet.Nathan Conrad
2019-09-25ST FSDEV:Remove setting the EP kind, as I think it was causing issues during ...Nathan Conrad