summaryrefslogtreecommitdiff
path: root/usb-dfu-experiment
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 -nostdlib and include rstc.oHarald Welte2012-01-081-1/+3
* DFU: use __WFE() to reduce idle loop power consumptionHarald Welte2012-01-081-0/+1
* sam3u unique id: make sure string is zero-terminatedHarald Welte2012-01-081-2/+4
* 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
* fix compiler warningsHarald Welte2012-01-081-4/+11
* DFU: put Chip Unique ID into USB serial number stringHarald Welte2012-01-083-39/+71
* merge with current at91lib changes (82eaac47c73621cc42ea6f40ffca2118e764a3ae)Harald Welte2012-01-072-11/+18
* make sure to return DFU_RET_ZLP from handle_{up,dn}load()Harald Welte2012-01-051-3/+2
* remove dfu_desc.c which is now in at91libHarald Welte2012-01-051-115/+0
* initial commit of at91sam3u-ek/osmo-sdr DFU experimentsHarald Welte2012-01-056-0/+929
personal git repositories of Harald Welte. Your mileage may vary