1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-07-05 04:04:33 +03:00
ben-wpan/atusb/fw/usb
Werner Almesberger f91738c306 atusb/fw/usb/: adapted DFU engine to current stack and abstracted Flash ops
- dfu.c: updated includes
- dfu.c (device_descriptor): renamed USB IDs from USB_VENDOR/PRODUCT to
  DFU_USB_VENDOR/PRODUCT to allow differentiation
- dfu.c: changed all __bit to "int"
- dfu.c: removed all __xdata and __reentrant
- dfu.c: changed "ep0" to "eps[0]"
- dfu.c (payload, flash_erase_page, flash_write_byte, block_write,
  block_receive, block_transmit, my_setup): abstracted Flash interface
  and removed target-specific operations
- dfu.h: added prototypes for target-specific Flash operations
- dfu,c (my_setup, my_descr): removed SDCC-specific hacks
- dfu.c (my_reset): commented out - did we actually use this ?
2011-03-08 19:10:58 -03:00
..
atu2.c moved atusb/fw3/ to atusb/fw/ 2011-02-22 00:24:07 -03:00
dfu.c atusb/fw/usb/: adapted DFU engine to current stack and abstracted Flash ops 2011-03-08 19:10:58 -03:00
dfu.h atusb/fw/usb/: adapted DFU engine to current stack and abstracted Flash ops 2011-03-08 19:10:58 -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/usb/: corrected type of user-provided descriptor 2011-03-08 18:56:52 -03:00