1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-07-02 23:58:53 +03:00
ben-wpan/atusb/fw/usb
Werner Almesberger d233c04c86 atusb/fw: implemented USB bus reset (to host) and polling of reset from host
- usb/usb.h, usb/atu2.c (usb_reset): reset the USB bus by detaching and
  re-attaching the device
- boot.c (main): force a USB reset before running the payload
- usb/atu2.c (usb_poll): test for USB reset from the host (in progress)
- usb/dfu.c (my_reset, dfu_init): register user USB reset handler
2011-03-11 17:56:41 -03:00
..
atu2.c atusb/fw: implemented USB bus reset (to host) and polling of reset from host 2011-03-11 17:56:41 -03:00
dfu.c atusb/fw: implemented USB bus reset (to host) and polling of reset from host 2011-03-11 17:56:41 -03:00
dfu.h atusb/fw: introduced function flash_end_write to properly finish flashing 2011-03-11 17:56:41 -03:00
usb.c atusb/fw/usb/: corrected type of user-provided descriptor 2011-03-08 18:56:52 -03:00
usb.h atusb/fw: implemented USB bus reset (to host) and polling of reset from host 2011-03-11 17:56:41 -03:00