summaryrefslogtreecommitdiff
path: root/src/portable/st
AgeCommit message (Expand)Author
2024-08-06improve dcd_int_handler()hathach
2024-08-05finally fixed fsdev setup handling, which cause race condition for ch32v203hathach
2024-08-02more fsdev clean uphathach
2024-08-01read/write packet enhancement, merge 16-bit and 32-bit togetherhathach
2024-08-01fsdev improve ep bit manipulationhathach
2024-07-31simplify read/write 16-bit packethathach
2024-07-31fix ep type bulk typohathach
2024-07-31rename to fsdev_type.h, use FSDDEV_REG instead of USBhathach
2024-07-31refactor xfer_ctl_ptr() to take epnum/dir to reduce computationhathach
2024-07-31refactor dcd_ep_ctr_handlerhathach
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