summaryrefslogtreecommitdiff
path: root/src/portable/st/stm32_fsdev
AgeCommit message (Expand)Author
2024-07-31rename to ep_read/write(), drop USBx argumenthathach
2024-07-31remove all pcd ep read, modify writehathach
2024-07-31fix ep_add_dtog()hathach
2024-07-31clean up dcd_edpt_stall/clear_statllhathach
2024-07-31improve using ep_add_status/ep_add_dtoghathach
2024-07-31enhance dcd_ep_ctr_rx_handler()hathach
2024-07-31correct ep toggle bithathach
2024-07-30add edpt0_open(), slightly update dtoghathach
2024-07-30improve set endpointhathach
2024-07-30move align buffer to pma_alloc()hathach
2024-07-30refactor btable_set_rx_bufsize()hathach
2024-07-30more btable set/get clean uphathach
2024-07-26implement btable_set_addr/counthathach
2024-07-25refactor btable tx/rx into arr[2]hathach
2024-07-25simplify btable rx/tx count/address accesshathach
2024-07-25fsdev: remove unused _setup_packethathach
2024-07-24minor changeshathach
2024-07-23fsdev read/write packet use unaligned functionhathach
2024-07-22fix a bug in fsdev introduced by #1942hathach
2024-06-21Merge pull request #2676 from Okarss/fsdev_documentationHa Thach
2024-06-18Update Host mode information for FSDEV devicesOkarss
2024-06-15Merge pull request #2672 from tinic/masterHa Thach
2024-06-14Update the STM32 documentationOkarss
2024-06-14Revert the DSB because of RISC-VOkarss
2024-06-14[STM32 FSDEV] Simplify toggle bit logicOkarss
2024-06-14newlinehathach
2024-06-14use stock core_riscv.h for ch32 v2 v3hathach
2024-05-30Use correct backend.Tinic Uro
2024-05-24add ch32 support for fsdev driver. v20x can select fsdev or usbfs with make/c...hathach
2024-04-15Merge pull request #2134 from clhenry/non-bus-powered-re-enumerationHa Thach
2024-04-15add blocking delay for msp430 with max 25mhzhathach
2024-04-11Implement dcd_edpt_close_all()HiFiPhile
2024-04-11CleanupHiFiPhile
2024-04-11rename, invert logic for iso_in_sending. Also limit its usage to ISO endpointhathach
2024-04-11- remove redundant call of pcd_set_ep_rx_cnt()hathach
2024-04-09Format doc.HiFiPhile
2024-04-09Cleanup.HiFiPhile
2024-04-09Enable double buffer only for PMA > 1024bHiFiPhile
2024-04-09Ignore spurious RX interrupt.HiFiPhile
2024-04-09Rework ISO double buffering.HiFiPhile
2024-04-09Rework macro according to ST driver.HiFiPhile
2024-04-09Refactor edpt_xfer(), support double buffering in dcd_pma_alloc().HiFiPhile
2024-04-09Cleanup ep/pma free, ISO ep should use alloc/activate.HiFiPhile
2024-04-01Support for STM32H503 MCU - review changesWojciech Klimek
2024-03-31Support for STM32H503 MCUWojciech Klimek
2024-03-31move walkaround to dcd_ep_ctr_rx_handler(), increase cycle_count from 10 to 2...hathach
2024-03-31rename dcd_stm32_fsdev_pvt_st.h to simply dcd_stm32_fsdev.hhathach
2024-03-31code formathathach
2024-03-25fix pre-commitHa Thach
2024-03-25Update dcd_stm32_fsdev_pvt_st.hHa Thach