summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-02-29move SSC commands to osdr_ssc.cHarald Welte2-35/+52
2012-02-29fpga related register/field dumping code (abstract)Harald Welte6-39/+235
2012-02-29sdr-test: make sure to automatically start SSC+DMA when USB ISO EP opensHarald Welte1-0/+9
2012-02-29fast_source: export the currently selected interface altsettingsHarald Welte2-4/+4
2012-02-29SSC: add ssc_active() function to determine if SSC is activeHarald Welte2-0/+8
2012-02-29dead code removalHarald Welte1-35/+0
2012-02-28fix tuner.init, add tuner.gainHarald Welte1-1/+14
2012-02-28uart_cmd: introduce argument array parsingHarald Welte4-25/+39
2012-02-28add explicit comnand to get ssc statsHarald Welte1-0/+8
2012-02-28introduce new uart command layer for controlling the firmwareHarald Welte2-57/+111
2012-02-28logging: fix CR at end of log lineHarald Welte1-1/+1
2012-02-28add simple command parser to be used from the UARTHarald Welte4-2/+310
2012-02-28add code for SSC DMA and USB fast audio sourceHarald Welte11-250/+2858
2012-02-26Fix SSC bit-ordering and sync polarity, DMAC IRQ and remove MEM2MEMHarald Welte1-30/+16
2012-02-21sdr-test-project: Add (non-functional) DMA code experimentsHarald Welte1-0/+248
2012-02-18FPGA SPI: Complete rewrite, don't use much of at91libHarald Welte1-31/+34
2012-02-15Add support for read/write of FPGA registers via SPIHarald Welte4-1/+103
2012-01-30Merge branch 'master' of git.osmocom.org:osmo-sdrChristian Daniel7-320/+449
2012-01-30add FPGA flash mechanism, support for WindowsChristian Daniel16-233/+2437
2012-01-24dos2unix conversion of si570.[ch]Harald Welte2-357/+357
2012-01-24Add GPLv3 license header to all our codeHarald Welte7-2/+131
2012-01-15add .gitignore for firmare .elf / .binHarald Welte1-0/+2
2012-01-15add usb-fast-audio-source as example DFU applicationHarald Welte9-0/+2377
2012-01-15add utility program for generating USB stringsHarald Welte1-0/+202
2012-01-15add README for DFUHarald Welte1-0/+54
2012-01-15import DFU loader for at91sam3u-ek / osmo-sdrHarald Welte8-0/+856
2012-01-11first draft of OsmoSDR block functionalityDimitri Stolnikov10-105/+241
2012-01-11add cmake module for gnuradio audio libraryDimitri Stolnikov1-0/+26
2012-01-11rename square blocks to source and sink blocksDimitri Stolnikov24-164/+172
2012-01-11rename howto to osmosdrDimitri Stolnikov13-0/+0
2012-01-11import gr-howto files to work onDimitri Stolnikov58-0/+18717
2011-12-31remove bogus dos line endingsHarald Welte2-410/+410
2011-12-31add minimal READMEHarald Welte1-0/+7
2011-12-31import 'sdr-test-project' for hardware verificationHarald Welte4-0/+423
2011-12-31rename 'block schematic' to 'block diagram'Harald Welte2-6/+16
2011-12-31add block diagramHarald Welte2-0/+604
2011-12-29e4k: document functions, invert logic of STBYHarald Welte2-6/+14
2011-12-29add function to power-up/power-down FPGAHarald Welte2-0/+18
2011-12-29e4k: add functions to power up/down the E4K RF tunerHarald Welte2-0/+23
2011-12-29make the non-calibrated udelay() a bit more realisticHarald Welte1-1/+1
2011-12-28si570: lots of debug code to find out what's happeningHarald Welte1-14/+37
2011-12-28e4k: proper initialization, use reference to twid and not base addrHarald Welte2-2/+4
2011-12-28add DVCOHarald Welte1-0/+1
2011-12-28add si570 driverHarald Welte2-0/+297
2011-12-28copy+paste mistake in e4k i2c transportHarald Welte1-2/+2
2011-12-28add function declarations and struct member i2c_devHarald Welte1-0/+4
2011-12-28glue code between E4K and at91lib TWI driverHarald Welte1-0/+49
2011-12-28minimal logging wrapper, libosmocore compatibleHarald Welte1-0/+19
2011-12-27change rumba name in makefileChristian Daniel1-1/+1
2011-12-27add initial version of flasher toolChristian Daniel10-0/+863