summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2012-06-05remove generic USB debugging printfChristian Daniel1-2/+2
2012-06-05proper e4k initChristian Daniel1-0/+2
2012-06-05add lots of debugging stuffChristian Daniel10-1/+66
2012-06-01fix typoChristian Daniel1-1/+1
2012-06-01expand USB APIChristian Daniel1-3/+35
2012-06-01swap I/Q by default (OsmoSDR is q first)Christian Daniel1-1/+2
2012-06-01added accessor functions for specific FPGA registersChristian Daniel2-0/+28
2012-05-30add workaround for E4K gap between 325-350 MHzChristian Daniel1-1/+3
2012-05-30add a few debug stringsChristian Daniel1-0/+23
2012-05-29fix build of usb-dfu-projectSteve Markgraf1-0/+2
2012-05-26add bulk mode and initial USB APIChristian Daniel1-5/+232
2012-05-26export subsystem structs and add support for bulk modeChristian Daniel1-19/+12
2012-05-26remove a few debug messages to clean the outputChristian Daniel1-6/+5
2012-05-26add bulk EP descriptors (switchable by #define)Christian Daniel1-0/+215
2012-05-26add an API function to directly write to an SI570 registerChristian Daniel2-0/+16
2012-05-26import modified E4000 driver from rtl-sdrChristian Daniel3-234/+287
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