blackmagic/src/platforms/stm32
Vegard Storheil Eriksen e8f9d52d2f gdb_if: Fix USB flow control.
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-03-06 20:36:49 +01:00
..
blackmagic.ld Added stlink platform for Discovery boards and ST's ST-Link hardware. 2012-06-10 19:06:37 +12:00
cdcacm.c stm32/cdcacm.c: remove unneeded includes 2013-01-23 17:28:34 +01:00
f4discovery.ld f4discovery: Adapt from the "native" file and add or change code where needed 2013-01-21 11:02:44 +01:00
gdb_if.c gdb_if: Fix USB flow control. 2013-03-06 20:36:49 +01:00
jtagtap.c usbuart, jtagtap, swdptap: Factor out GPIO setup 2013-01-21 11:02:44 +01:00
stlink.ld stlink: Use a seperate linker file as stlink has only 64 kByte 2013-01-21 11:02:43 +01:00
stm32_can.ld stm32_can: Changes to get blackmagic to work 2013-01-21 11:02:44 +01:00
swdptap.c usbuart, jtagtap, swdptap: Factor out GPIO setup 2013-01-21 11:02:44 +01:00
traceswo.c traceswo: Move (now-constant) traceswo.c to platforms/stm32 2013-01-21 11:02:44 +01:00
usbdfu.c Document changes between ST-Link V1 and V2 and implement needed changes 2013-02-15 17:39:27 +01:00
usbuart.c usbuart: Don't try to send until configured. Enumeration may hang else 2013-02-15 17:55:36 +01:00