Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DFU: remove some compiler warnings by using type-casts | Harald Welte | 2011-07-31 | 1 | -3/+3 |
| | |||||
* | DFU: make sure to include board.h | Harald Welte | 2011-07-31 | 1 | -0/+1 |
| | |||||
* | DFU: remove need for "#ifdef BOARD_USB_DFU" in drivers | Harald Welte | 2011-07-31 | 1 | -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 CCID | Harald Welte | 2011-07-31 | 2 | -0/+125 |
A board can now define BOARD_USB_DFU which will cause the USB DFU interface descriptors for the sam7dfu bootloader to be appended automatically. |