1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-09-18 07:04:24 +03:00
ben-wpan/atusb/fw/usb
Werner Almesberger 376236949b atusb/fw/usb/: we were busy-looping on TXINI. Mask the interrupt when idle.
- usb/usb.h (usb_ep_change), usb/atu2.c (usb_ep_change): new function
  called by the USB stack to notify the hardware-specific driver of
  an endpoint state change (EP_TX or EP_RX)
- usb/usb.c (usb_io): call usb_ep_change
- usb/atu2.c (handle_ep): mask TXINI if we have nothing to send
2011-06-11 14:17:44 -03:00
..
atu2.c atusb/fw/usb/: we were busy-looping on TXINI. Mask the interrupt when idle. 2011-06-11 14:17:44 -03:00
dfu_common.c atusb/fw/: moved common elements of DFU processing to dfu_common.c 2011-06-10 22:04:12 -03:00
dfu.c atusb/fw/usb/: DFU_ITF_DESCR also needs a protocol argument 2011-06-10 23:15:51 -03:00
dfu.h atusb/fw/usb/: DFU_ITF_DESCR also needs a protocol argument 2011-06-10 23:15:51 -03:00
usb.c atusb/fw/usb/: we were busy-looping on TXINI. Mask the interrupt when idle. 2011-06-11 14:17:44 -03:00
usb.h atusb/fw/usb/: we were busy-looping on TXINI. Mask the interrupt when idle. 2011-06-11 14:17:44 -03:00