1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-07-08 01:42:01 +03:00
ben-wpan/atusb/fw/usb
Werner Almesberger 2544004a86 atusb/fw/: moved common elements of DFU processing to dfu_common.c
- dfu.c (functional_descriptor, dfu, my_descr), dfu.h (dfu_my_descr):
  moved to dfu_common.c
- dfu.c (my_setup), dfu.h (dfu_setup_common), dfu_common.c
  (dfu_setup_common): moved handling of DFU_GETSTATUS, DFU_CLRSTATUS,
  and DFU_GETSTATE from my_setup to dfu_setup_common
- dfu_common.c (my_descr), dfu.c (dfu_init): renamed my_descr to
  dfu_my_descr
- Makefile (BOOT_OBJS): added dfu_common.o
2011-06-10 22:04:12 -03:00
..
atu2.c atusb/fw: revert most of the user_setups change and use simple callback instead 2011-06-10 21:50:42 -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/: moved common elements of DFU processing to dfu_common.c 2011-06-10 22:04:12 -03:00
dfu.h atusb/fw/: moved common elements of DFU processing to dfu_common.c 2011-06-10 22:04:12 -03:00
usb.c atusb/fw: revert most of the user_setups change and use simple callback instead 2011-06-10 21:50:42 -03:00
usb.h atusb/fw: revert most of the user_setups change and use simple callback instead 2011-06-10 21:50:42 -03:00