1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-10-02 22:12:00 +03:00
ben-wpan/atusb/fw/usb
Werner Almesberger eeb3af6a03 atusb/fw: fixed USB bus reset handling by software
- usb/atu2.c (ep_init): moved before usb_poll
- usb/atu2.c (usb_poll): register bit was used as mask, not as shift
- usb/atu2.c (usb_poll): call ep_init on USB bus reset
- usb/atu2.c (usb_reset): don't make USB bus reset force a hardware reset
- Makefile (.PHONY, dfu): new target to upload the application with DFU
2011-05-09 21:13:41 -03:00
..
atu2.c atusb/fw: fixed USB bus reset handling by software 2011-05-09 21:13: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