Age | Commit message (Collapse) | Author |
|
This reverts commit c78d307ecd5dac4e28190e5aa9b8377538f65ffa.
|
|
|
|
|
|
|
|
for Ubuntu 12.04 and Fedora 17
|
|
|
|
|
|
|
|
|
|
dboard id's
|
|
that feature enabled
|
|
this in the future.
The sed script was provided by Moritz Fischer.
|
|
|
|
serial
|
|
|
|
|
|
|
|
user's UHD version and USRP configuration
|
|
|
|
|
|
enough version of UHD
|
|
list_property_tree and get_usrp_info functions
|
|
Conflicts:
CMakeLists.txt
|
|
All python and GRC examples directly associated with a top-level component are now in that examples directory. Examples are split into c++, python, and grc dirs but are all installed into $prefix/share/gnuradio/examples/<component>.
|
|
|
|
|
|
|
|
Conflicts:
gr-uhd/swig/uhd_swig.i
|
|
|
|
The remaining pmt_serial_tags.scm is parsed by Python already. Future modifications could change this format to not confuse the point.
|
|
|
|
|
|
SWIG/python cannot differentiate the calls set_dc_offset
with an complex number or a boolean paramater.
It seems to take the boolean as a complex number 1 or 0.
Since the overloading is not working right:
renamed set_dc_offset to set_auto_dc_offset
for the boolean enable/disable paramater
|
|
Conflicts:
gr-uhd/lib/Makefile.am
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
more than just setting the scalar.
|
|
|
|
|
|
|
|
|