aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-05-20introduce device discovery apiDimitri Stolnikov14-29/+571
2012-05-19reapply previous gain value when switched to manual gain modeDimitri Stolnikov1-1/+4
2012-05-19grc: change gain_mode type to int to allow switching at runtimeDimitri Stolnikov1-2/+2
2012-05-17change gain mode argument to 'automatic' for clarityDimitri Stolnikov14-25/+25
2012-05-15update GRC examplesDimitri Stolnikov2-205/+222
2012-05-15remove handmade python flowgraph that is not needed anymoreDimitri Stolnikov2-74/+0
2012-05-13rtl_tcp_source: convert commands from host to network byteorderSteve Markgraf1-5/+11
2012-05-13rtl: skip one buffer full of garbage at the beginningDimitri Stolnikov2-0/+9
2012-05-13rtl_tcp: change device argument syntax to host[:port]Dimitri Stolnikov2-5/+11
2012-05-13rtl_source_c: fix several off-by-one errorsSteve Markgraf1-3/+3
2012-05-12uhd: added UHD as dependency for the gr-uhd based moduleDimitri Stolnikov6-10/+48
2012-05-12cleanup cmake files, remove libusb moduleDimitri Stolnikov2-39/+0
2012-05-12remove unused grc source/sink block filesDimitri Stolnikov3-107/+0
2012-05-12append dependency include dirs when building componentsDimitri Stolnikov3-3/+3
2012-05-07rtl_tcp: implement frequency correction controlDimitri Stolnikov4-2/+14
2012-05-06rtl_tcp: implement sample rate and gain controlDimitri Stolnikov6-29/+96
2012-05-05rtl_tcp: add initial component filesDimitri Stolnikov9-1/+732
2012-05-05implement virtually arbitrary gain valuesDimitri Stolnikov1-1/+22
2012-05-05changed logic value for automatic gain modeDimitri Stolnikov7-70/+94
2012-05-05pick first device if no device arguments were specifiedDimitri Stolnikov6-37/+112
2012-05-05fcd is supported only in single device modeDimitri Stolnikov1-4/+4
2012-05-05rtl_source_c: add buffers argumentDimitri Stolnikov2-8/+24
2012-05-05implement internal cache for setter functionsDimitri Stolnikov2-65/+91
2012-05-05use manual gain mode by defaultDimitri Stolnikov2-7/+8
2012-05-05resolve multisrc merge conflictsDimitri Stolnikov0-0/+0
2012-05-05change callback order for gain settingsDimitri Stolnikov1-2/+2
2012-05-05add api for manual gain mode controlDimitri Stolnikov14-61/+238
2012-04-29file: initial file source supportDimitri Stolnikov7-0/+348
2012-04-29rtl: add xtal arguments for rtl and tuner chipsDimitri Stolnikov2-2/+21
2012-04-29strip whitespaceDimitri Stolnikov9-651/+651
2012-04-29update pkg-config templateDimitri Stolnikov1-3/+3
2012-04-28import doxyxml files from GR tree to make build work with doxygenDimitri Stolnikov21-0/+12860
2012-04-28fix interface documentationDimitri Stolnikov2-1/+2
2012-04-28update GRC files for multichannel sourceDimitri Stolnikov4-64/+777
2012-04-28first working multichannel sourceDimitri Stolnikov15-165/+391
2012-04-26fix copyright noticeDimitri Stolnikov9-60/+140
2012-04-26osmosdr: add initial component filesDimitri Stolnikov7-0/+533
2012-04-26uhd: add initial component filesDimitri Stolnikov3-0/+317
2012-04-26fcd: add initial component filesDimitri Stolnikov3-0/+343
2012-04-26rtl: reimplement buffering to make it more efficientDimitri Stolnikov3-36/+117
2012-04-26update build system to check for component dependenciesDimitri Stolnikov8-38/+440
2012-04-26add template based GRC block generation scriptDimitri Stolnikov3-2/+243
2012-04-26remove unused doc templateDimitri Stolnikov26-12937/+0
2012-04-23reimplement buffering to make it more efficientDimitri Stolnikov2-33/+80
2012-04-21update license file to GPL v3 as in sourceDimitri Stolnikov1-288/+623
2012-04-12add throttle tag to sink blockDimitri Stolnikov1-0/+1
2012-04-12don't install sink interface as it's unimplementedDimitri Stolnikov3-5/+5
2012-04-12add throttle tag to source blockSteve Markgraf1-0/+1
2012-04-11update GRC integrationDimitri Stolnikov4-73/+179
2012-04-11cleanup interface & documentationDimitri Stolnikov7-136/+501