1
0
mirror of git://projects.qi-hardware.com/f32xbase.git synced 2024-09-29 02:09:49 +03:00
f32xbase/fw
Werner Almesberger fd09655773 Requests following a rejected SETUP requests failed too, which sometimes
produces user-visible errors and may confuse implementations. (E.g., when
probing for an unimplemented feature and subsequently being greeted by a
timeout.)

- fw/comon/usb.c (handle_setup): set SOPRDY when answering a request error
  with a stall, according to the example in AN139. This seems to eliminate
  the timeouts observed in requests following after bad requests.
- fw/boot/boot.c (run_payload): described how the host is expected to
  respond to the device resetting its USB stack
2010-08-24 19:12:22 -03:00
..
boot Requests following a rejected SETUP requests failed too, which sometimes 2010-08-24 19:12:22 -03:00
common Requests following a rejected SETUP requests failed too, which sometimes 2010-08-24 19:12:22 -03:00
example fw/example/ - very simple demo application 2010-08-13 08:49:48 -03:00