summaryrefslogtreecommitdiff
path: root/src/portable/st/stm32_fsdev
AgeCommit message (Expand)Author
2022-12-29Fix CI.Mengsk
2022-12-29Add dcd_edpt_iso_alloc() / dcd_edpt_iso_activate() for ISO EP buffer management.Mengsk
2022-12-29Generally enable ISO xfer.Mengsk
2022-12-29Add hardware endpoint allocator.Mengsk
2022-12-29dcd_stm32_fsdev : Implement FIFO transfer correctly.Mengsk
2022-12-29dcd_stm32_fsdev : Fix index out of bound in dcd_write_packet_memory()Mengsk
2022-12-29Added improvements with regards to SOF timing jitterSimon Kueppers
2022-12-29Added TU_ATTR_ALWAYS_INLINE to all static inline functionsSimon Kueppers
2022-12-29Fixed various small problems and inaccuracies regarding ISOCHRONOUS endpointSimon Kueppers
2022-12-29SHA-1: 5cb3ed518301e2237ee4e468e97e51ece0ba3838Mengsk
2022-12-29Merge branch 'master' of https://github.com/hathach/tinyusb into stm32_fsdevMengsk
2022-12-29Fixed problem where the transmit byte count was written into the wrong regist...Simon Kueppers
2022-12-29Renamed pcd_set_ep_rx_cnt because it actually sets the maximum buffer sizeSimon Kueppers
2022-12-29Changed comments, added define to fail if ISOCHRONOUS endpoint is not availab...Simon Kueppers
2022-12-29Fixed non-aligned allocated memory sizesSimon Kueppers
2022-12-29Changed indirection from actual endpoint address to hardware endpoint through...Simon Kueppers
2022-12-29Fixed wrongly enabling RX and TX status simultaneously on ISOCHRONOUS endpointsSimon Kueppers
2022-12-29Implemented an optional callback function that is used instead of tu_edpt_num...Simon Kueppers
2022-12-29Implemented very rudimentary support for isochronous transfer buffer handlingSimon Kueppers
2022-12-04Fix typosBastien Nocera
2022-11-07Fix DCD build.Mengsk
2022-11-07Merge branch 'master' of https://github.com/hathach/tinyusb into bsp_412Mengsk
2022-11-07Add support for STM32L412.Mengsk
2022-03-14Merge branch 'master' into add-sof-isrHa Thach
2022-03-07added dcd_sof_enable() stubs for all other portshathach
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