summaryrefslogtreecommitdiff
path: root/at91lib/usb/device/dfu/dfu.h
Commit message (Collapse)AuthorAgeFilesLines
* DFU: make sure to include board.hHarald Welte2011-07-311-0/+1
|
* DFU: remove need for "#ifdef BOARD_USB_DFU" in driversHarald Welte2011-07-311-0/+5
| | | | | | We define a DFU_IF_DESCRIPTORS_STRUCT macro that adds the respective structure members to the 'struct CCIDDriverConfigurationDescriptors' (or similar in other drivers)
* AT91LIB: Add DFU interface descriptors to CCIDHarald Welte2011-07-311-0/+75
A board can now define BOARD_USB_DFU which will cause the USB DFU interface descriptors for the sam7dfu bootloader to be appended automatically.
personal git repositories of Harald Welte. Your mileage may vary