summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add (broken) isochronous support...HEADmasterHarald Welte2012-02-282-10/+37
|
* fast-audio: embed DFU RT IF / FUNC descriptorsHarald Welte2012-01-081-9/+16
|
* 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
|
* sdr-test-project has moved to osmo-sdr.gitHarald Welte2011-12-316-423/+0
|
* extend test to a point where we can tune to FM radioHarald Welte2011-12-292-7/+37
|
* main: initialize i2c drivers with reference to twid object, not BASEHarald Welte2011-12-281-2/+3
|
* don't use -fno-rtti on a non-c++ projectHarald Welte2011-12-281-1/+1
|
* add si570 test code to mainHarald Welte2011-12-282-3/+20
|
* add test skeleton code for osmo-sdrHarald Welte2011-12-276-0/+375
|
* add gitignoreHarald Welte2011-12-031-0/+3
|
* add symlink to reduce required makefile modifications for include pathHarald Welte2011-12-031-0/+1
|
* benchmark: use bulk-in benchmarkHarald Welte2011-12-031-2/+2
|
* benchmark: initialize data with deterministic patternHarald Welte2011-12-031-1/+6
|
* add host utility for usb benchmarkingHarald Welte2011-12-032-0/+110
|
* import usb-device-mass-storage projectHarald Welte2011-12-035-0/+3857
|
* fix fast audio source test, generates 640 kS/s to 1 Ms/s nowHarald Welte2011-12-025-13/+27
|
* initial checkin of non-complete 'fast usb audio source' test programHarald Welte2011-12-018-0/+2341
| | | | | the idea is to explore how various OSs USB-Audio drivers react if you present them with an audio device of 512kHz or 1MHz sampling freq.
* import usb-benchmark-projectHarald Welte2011-12-017-0/+1115
| | | | | this can be used to measure the net USB throughput of a given atmel microcontroller.
* add audio looprec project ported for sam3u-ekHarald Welte2011-12-014-0/+688
|
* impor FAT library required by standalone SSC / audio codecHarald Welte2011-12-018-0/+4771
|
* import basic-ssc-i2s-wm8731-project from at91sam3-ekHarald Welte2011-12-017-0/+929
| | | | ported to at91lib-1.9
* initial checkin of usb-device-audio-speaker-project for sam3u-ekHarald Welte2011-12-016-0/+3146
personal git repositories of Harald Welte. Your mileage may vary