1
0
mirror of git://projects.qi-hardware.com/f32xbase.git synced 2024-09-29 04:26:00 +03:00
f32xbase/fw/boot
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.c Requests following a rejected SETUP requests failed too, which sometimes 2010-08-24 19:12:22 -03:00
dfu.c Use config.h as the main source of configuration data. Fixed some boot.c 2010-08-19 01:01:08 -03:00
dfu.h fw/boot/ - The boot loader, fresh from IDBG. Needs major cleanup. 2010-08-13 08:47:40 -03:00
Makefile fw/boot/ - The boot loader, fresh from IDBG. Needs major cleanup. 2010-08-13 08:47:40 -03:00
README fw/boot/ - The boot loader, fresh from IDBG. Needs major cleanup. 2010-08-13 08:47:40 -03:00

Prerequisites: sdcc