| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
UHD would use the result of the REDHAT test to decide if UHD installed
in lib64. So if you did a build for a 64 bit machine on a FEDORA box with
OE, it decided to install uhd in /usr/lib64. This is not always the right thing
to do.
Eventually, we will need to deal with OE builds that use lib64, but we can figure
that out when we hit the problem.
Signed-off-by: Philip Balister <philip@opensdr.com>
|
| |
| |
| |
| |
| |
| | |
- fixed win boost bin link
- formatting
- added detailed Win Build instructions
|
| |
| |
| |
| |
| | |
- e300: compat 13
- x300: compat 18
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
All device-specific CMake components are now registered in one place,
before the host/lib/ subdirs are sourced. This way, there are no
cyclic dependencies.
This solves the issue where ENABLE_X300=Off could disable USB, but
preserves the fix where ENABLE_X300=Off would still build some X300
codes.
|
| |
| |
| |
| |
| |
| |
| | |
- devtest now gets installed
- uhd_usrp_probe test
- Added make test_e3xx
- Minor fixes to previous devtests
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Beautified the tool:
* better help messages, argument description
* removed device-specific warning about external clock source being unavailable
* if instant LO lock cannot be achieved, wait a few seconds
* try/catches don't swallow unrelated errors
* copyright year
* Since time is no longer auto-set on GPSDO, fix that
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
UHD would use the result of the REDHAT test to decide if UHD installed
in lib64. So if you did a build for a 64 bit machine on a FEDORA box with
OE, it decided to install uhd in /usr/lib64. This is not always the right thing
to do.
Eventually, we will need to deal with OE builds that use lib64, but we can figure
that out when we hit the problem.
Signed-off-by: Philip Balister <philip@opensdr.com>
|
| |
| |
| |
| |
| |
| | |
- fixed win boost bin link
- formatting
- added detailed Win Build instructions
|
| | |
|
|\| |
|
| |
| |
| |
| |
| |
| | |
Release-2 fails due to moved rtimulib code.
Signed-off-by: Philip Balister <philip@opensdr.com>
|
| |
| |
| |
| | |
Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
|
| |
| |
| |
| | |
Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
|
| |
| |
| |
| | |
Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
|
| |
| |
| |
| |
| |
| |
| |
| | |
- List/filter by packet type
- Filter by eob, error
- Command display
- Break out block ports
- Added hex format SID output
|
| |
| |
| |
| |
| |
| | |
Basically two changes:
* tvb_get_string needs a scope reference (emulation of C++ scoping in C!)
* the function prototype for dissectors changed, accounted for that
|
| | |
|
|\| |
|
| |
| |
| |
| |
| |
| | |
Affects the uhd_images_downloader utility.
Older versions of requests didn't know the "stream" kwarg.
Added a compatibility fallback.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| | |
- Masking with ATR Disabled deferred to flush
- Some dboards like to switch between GPIO and ATR mode
and still expect state to be maintained
|
| | |
|
| | |
|
|\| |
|
| |
| |
| |
| | |
Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
|
| | |
|
| |
| |
| |
| | |
- Add delay after putting CODEC in loopback mode
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
- b200: compat 12
- b200mini: compat 3
- e300: compat 12
- x300: compat 17
|
|\ \
| | |
| | |
| | |
| | |
| | | |
Conflicts:
host/lib/usrp/cores/CMakeLists.txt
host/lib/usrp/x300/x300_impl.hpp
|
| |\ \ |
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- gpio_atr_3000 will not blindly use the mask when writing
the ATR and GPIO OUT values. The mask will be ANDed with
the value in the ATR Disable register
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
- Removed implicit type converstions in ATR address passing
- Changed magic numbers to named constants
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- Refactored GPIO ATR definitions
- Added new 3000 core with a more efficient API
- Added a separate db_gpio_atr core to control the ATR bus
- Ported b2xx, e3xx and x3xx to the new core
- Minor cleanup
|
|\ \ \ \
| | |/ /
| |/| | |
|
| | | |
| | | |
| | | |
| | | | |
- Also checks for invalid int_n_step values.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Lowest master clock rate is now 220 kHz. At low clock rates,
the convergence time for the DC offset and quadrature calibration
times is much larger, though.
|
| |\ \ \
| | | |/
| | |/| |
|