summaryrefslogtreecommitdiff
path: root/src/portable/st
AgeCommit message (Collapse)Author
2019-03-17stm32 update fifo in commenthathach
2019-03-15stm32 update TX Fifo for edpt IN, both CDC + MSC work greathathach
- call dcd_event_xfer_complete() when enough bytes received - add dcd_get_frame_number()
2019-03-13dcd_set_address include status response, usbd control stall both control in ↵hathach
and out
2019-03-13update stm32 dcd stall control endpointhathach
2019-02-27stm32f4: Refactor IN and OUT endpoint interrupt handling into their own ↵William D. Jones
functions.
2019-02-27stm32f4: Refactor RX FIFO read into its own function; remove RXFLVLWilliam D. Jones
resetting (read only) and masking (no nested ints).
2019-02-27Move all paths using "stm" to "st" subdirectories, update config.mk.William D. Jones