aboutsummaryrefslogtreecommitdiff
path: root/src/platforms/stm32/gdb_if.c
AgeCommit message (Collapse)Author
2013-03-06gdb_if: Fix USB flow control.Vegard Storheil Eriksen
The introduction of the double buffering broke USB flow control, causing loss of data when a new packet arrived with the previous still present in the double buffer. With this patch the endpoint is kept in NAK until the double buffer is empty.
2013-01-21gdb_if: Use a doubled buffer scheme for reading data from USBUwe Bonnes
Needed, as the OTG driver erases the data read after eventually calling the callback
2013-01-10Update to current libopencm3 usb api.Gareth McMullin
2012-06-10Moved stm32 generic platform files out of native platform dir.Gareth McMullin