summaryrefslogtreecommitdiff
path: root/src/rtl_test.c
AgeCommit message (Collapse)Author
2012-11-04rtl_eeprom, rtl_test: remove unused variables and labelsSteve Markgraf
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-10-24rtl_test: add ppm measurementKyle Keen
Use with caution, the result highly depends on the accuracy of the clocksource your machine uses. On some machines it may be quite accurate, on others completely off. Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-06-28rtl_test: tuner PLL benchmark only works with E4000Steve Markgraf
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-06-02introduce getters for tuner parameters (gain, type)Dimitri Stolnikov
2012-05-29add local copy of getopt() for win32 buildSteve Markgraf
Now all commandline utilities have a platform-independent syntax. Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-05-25fix gain setting and update usage information for CLI toolsDimitri Stolnikov
2012-05-21fix win32 build of rtl_testHoernchen
Signed-off-by: Steve Markgraf <steve@steve-m.de>
2012-05-17add an initial version of rtl_testSteve Markgraf
This tool allows to check for lost samples (and thus check the USB connection), as well as benchmark the Elonics E4000 tunable range. (-t switch) Signed-off-by: Steve Markgraf <steve@steve-m.de>