summaryrefslogtreecommitdiff
path: root/usb-dfu-experiment/main.c
Commit message (Expand)AuthorAgeFilesLines
* DFU: use g_dfu instead of dfuHarald Welte2012-01-081-5/+5
* remove lots of dead codeHarald Welte2012-01-081-74/+0
* disalbe WFE, as it interferes with jtag debugHarald Welte2012-01-081-1/+2
* DFU: toggle LED on upload and downloadHarald Welte2012-01-081-0/+4
* DFU: use __WFE() to reduce idle loop power consumptionHarald Welte2012-01-081-0/+1
* DFU: Implement SAM3U Flash Programming Errata 46.2.1.3Harald Welte2012-01-081-0/+4
* read reset reasonHarald Welte2012-01-081-0/+10
* DFU: add actual upload and download supportHarald Welte2012-01-081-6/+93
* DFU: put Chip Unique ID into USB serial number stringHarald Welte2012-01-081-24/+3
* merge with current at91lib changes (82eaac47c73621cc42ea6f40ffca2118e764a3ae)Harald Welte2012-01-071-10/+17
* make sure to return DFU_RET_ZLP from handle_{up,dn}load()Harald Welte2012-01-051-3/+2
* initial commit of at91sam3u-ek/osmo-sdr DFU experimentsHarald Welte2012-01-051-0/+365
personal git repositories of Harald Welte. Your mileage may vary