Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DFU: include code to switch from DFU to RUNTUIME after bus reset / mannifest | Harald Welte | 2012-01-08 | 1 | -0/+19 |
| | |||||
* | rename 'struct dfu' to 'struct dfudata' and 'dfu' symbol to 'g_dfu' | Harald Welte | 2012-01-08 | 1 | -44/+44 |
| | | | | This avoids clashes with the -Ddfu caused by board MEMORIES | ||||
* | DFU: fix upload case, we need to return number of bytes read | Harald Welte | 2012-01-08 | 1 | -6/+4 |
| | |||||
* | DFU: manage interface altsettings inside DFU core | Harald Welte | 2012-01-07 | 1 | -4/+5 |
| | |||||
* | DFU: include more common infrastructure for download and upload handling | Harald Welte | 2012-01-07 | 1 | -5/+119 |
| | |||||
* | various DFU fixes | Harald Welte | 2012-01-05 | 1 | -25/+68 |
| | | | | | | * make RET_* constants public as DFU_RET_* * support GET_DESCRIPTOR on the DFU interface descriptor * use static buffer for getstatus() | ||||
* | dfu fixes | Harald Welte | 2012-01-05 | 1 | -2/+8 |
| | |||||
* | import initial dfu implementation (incomplete) | Harald Welte | 2012-01-01 | 1 | -0/+302 |