summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2012-05-17added DFU functionality for the FPGA - crudely removed stuff from the loader ...Christian Daniel5-16/+1747
2012-05-08update the readmeHarald Welte1-0/+16
2012-05-08rename sdr-test-project to osmosr-projectHarald Welte4-0/+0
2012-04-02fw/tuner_e4k: Add some more magic initSylvain Munaut1-0/+1
2012-04-02fw/tuner_e4k: Add function to enable/disable the IF channel filterSylvain Munaut2-0/+12
2012-04-02fw/tuner_e4k: Disable auto gain adjustement during DC table genSylvain Munaut1-0/+7
2012-04-02fw/tuner_e4k: Avoid dual read of DC4 when generating DC tableSylvain Munaut1-3/+4
2012-04-02fw/tuner_e4k: DC offset table gen doc fixesSylvain Munaut1-1/+1
2012-04-02fw/tuner_e4k: Use signed int for if1_gain in the gain combination arraySylvain Munaut1-1/+1
2012-04-02fw/tuner_e4k: Mixer gain is 4 or 12 dB, not 0/12Sylvain Munaut1-3/+3
2012-04-02fw/tuner_e4k: Fix the array_size of the filter fw settings.Sylvain Munaut1-3/+3
2012-03-29tuner_e4k: Properly set the bandSylvain Munaut1-3/+8
2012-03-29tuner_e4k: Fix band setting method mask & callsSylvain Munaut1-1/+1
2012-03-29tuner_e4k: Fix closest_arr_idxSylvain Munaut1-7/+8
2012-03-29sdr-test: Add a 'dfu' serial command to enter DFU modeSylvain Munaut1-0/+10
2012-03-29tuner_e4k: Fix reference to 65535 vs 65536Sylvain Munaut1-3/+3
2012-03-29tuner_e4k: Max VCO frequency is 3.9GHz not 3.6GHzSylvain Munaut1-1/+1
2012-03-06tuner_e4k: add manual i/q correctionChristian Daniel3-0/+50
2012-03-06tuner_e4k: add setting for common modeChristian Daniel3-0/+31
2012-03-06fast_source: Add FPGA_TEST_STATS #define for FPGA/SSC verificationHarald Welte1-0/+82
2012-03-06SSC: use rising edge of RF (Rx Frame), not fallingHarald Welte1-1/+1
2012-03-06SSC: Inclode Overrun in statisticsHarald Welte1-1/+17
2012-03-05tuner_e4k: fix the Y value to b e 65536, not 65535Harald Welte1-1/+1
2012-03-05tuner_e4k: Introduce #define for OUT_OF_SPEC operationHarald Welte1-1/+13
2012-03-05osdr_fpga: Add support for enabling test (counter) modeHarald Welte1-0/+24
2012-03-05main: add dc offset calibration commandsHarald Welte1-0/+16
2012-03-05e4k: fix unresolved symbols in dc offset calibrationHarald Welte2-1/+22
2012-03-05e4k: add dc offset calibration codeHarald Welte2-0/+78
2012-03-05fast_source: We switch the LED based on the streaming IN interface, not OUTHarald Welte1-1/+1
2012-02-29fast_source: implement get/set of mute featureHarald Welte1-4/+14
2012-02-29e4k: initialize tuner with smalles filters possibleHarald Welte1-0/+13
2012-02-29uart_cmd: make sure 'set' type commands are visible on the consoleHarald Welte1-1/+3
2012-02-29fix erroneous printing of command failureHarald Welte1-0/+2
2012-02-29tuner gain is not gettableHarald Welte1-1/+1
2012-02-29improve commandline readability (prompt) and more tuner commandsHarald Welte2-2/+44
2012-02-29increase command buffers from 16 to 32 bytesHarald Welte1-1/+1
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