aboutsummaryrefslogtreecommitdiffstats
path: root/host
Commit message (Collapse)AuthorAgeFilesLines
* Updated repository for 3.10.0.0 ReleaseMartin Braun2016-08-114-4/+28
| | | | | | | - Updated CHANGELOG - Updated fpga-src submodule - Updated version string - Updated ABI string
* Frontend corrections: Provide new function for RFNoC-based radioNicolas Cuervo2016-08-114-11/+74
|
* WBX: Make v2 and v3 boards lock with 50 MHz ref clock (X300 default)michael-west2016-08-112-11/+17
|
* pkg-config: Added boost_systemMartin Braun2016-08-111-1/+1
|
* multi_usrp: Fixed compiler warning on read_registerMartin Braun2016-08-111-2/+1
|
* rfnoc: Radios now ignore stream commands when inactiveMartin Braun2016-08-111-0/+4
|
* x300: Fixed typo in check_radio_configMartin Braun2016-08-111-8/+6
|
* examples: tx_waveforms was always checking lo_lock on channel 0, regardless ↵Martin Braun2016-08-111-5/+7
| | | | of channel used
* X300: Change so radio check so it only makes sure needed frontends are ↵michael-west2016-08-101-6/+12
| | | | enabled (prevent function from disabling frontends)
* multi_usrp: Removed RFNoC-specific API callMartin Braun2016-08-101-15/+0
|
* rfnoc graph: Removed debugging verbageMartin Braun2016-08-101-4/+4
|
* cmake: Conditionally set UHD_RFNOC_FOUND depending on ENABLE_RFNOCMartin Braun2016-08-102-1/+7
|
* x300: Device propagates suggested TX MTU through the mtu property, not ↵Martin Braun2016-08-092-4/+1
| | | | get_tx_hints()
* rfnoc: Legacy compat tracks TX and RX spp values separatelyMartin Braun2016-08-091-17/+37
|
* rfnoc: ctrl_iface error messages are now no longer the same as ↵Martin Braun2016-08-091-5/+5
| | | | radio_ctrl_core_3000
* x3xx: Enable readback of fpga_version_hashMoritz Fischer2016-08-092-2/+8
| | | | | | | | | | | | | | | This adds a feature that is already present in e3xx and n230 products allowing to read back the fpga git hash the current image has been built from. The value is available via property tree at: /mboards/0/fpga_version_hash Note: A compatibility number bump is required, as otherwise the register will always read back 0 Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
* Fix minor spelling errorDerek Kozel2016-08-091-1/+1
|
* Added frequency ranges to manual's daughterboard pageDerek Kozel2016-08-091-1/+13
|
* Merging RFNoC support for X310Martin Braun2016-08-09136-1496/+17241
|
* device_addr: change delimiters from std::string to const char*Nicholas Corgan2016-08-091-4/+4
| | | | * Works around a FreeBSD oddity where calling c_str() on these strings would return NULL
* ad936x: Loopback check now takes peeker/poker functors instead of assuming ↵Martin Braun2016-08-094-17/+23
| | | | any kind of interface
* uhd: Added syntax error exception typeMartin Braun2016-08-092-0/+8
|
* dboard manager: Allow deferring dboard initializationDerek Kozel2016-08-092-12/+48
|
* ad9361: Added option for safe SPIJonathon Pendlum2016-08-095-10/+68
| | | | - Also added check for reading chip ID
* cores: GPIO core gets explicit DDR settingJonathon Pendlum2016-08-092-0/+7
|
* cores: Added shutdown option to SPI coreJonathon Pendlum2016-08-092-3/+23
|
* Improve LO APIs for daughterboards without configurable LOsDerek Kozel2016-08-092-5/+18
|
* Coerces dsp frequency to 0 if any channel uses an external LODerek Kozel2016-08-091-1/+19
|
* cmake: Added chrono as a Boost dependencyMartin Braun2016-08-051-0/+1
|
* Add sleep function to dboard_ifaceKevin Gilbert2016-08-054-4/+41
| | | | | Having this function allows a dboard_iface implementation to be aware of the timing of various calls such as SPI and register writes.
* Merge branch 'maint'Martin Braun2016-08-041-0/+4
|\
| * Fix lib64 detection for cross builds.Philip Balister2016-08-041-0/+4
| | | | | | | | | | | | | | OpenEmbedded sets CMAKE_INSTALL_LIBDIR so we can directly detect if the target wants to install uhd in the lib64 directory. Signed-off-by: Philip Balister <philip@opensdr.com>
* | Merge branch 'maint'Martin Braun2016-08-031-9/+9
|\|
| * examples: test_dboard_coercion did not check the correct LO lock sensors for RXMartin Braun2016-08-031-9/+9
| |
* | examples: Remove default values for subdevs in benchmark_rateMartin Braun2016-08-031-2/+2
| |
* | examples: Added tx and rx subdev arguments to benchmark_rateDerek Kozel2016-08-031-0/+12
| |
* | examples: tx_bursts fixesmichael-west2016-08-021-11/+29
| | | | | | | | | | | | - Wait for ACKs for all channels - Put EOB on last data packet instead of empty packet - Exit with failure when send times out and SIGINT has been received
* | usb: usb_dummy made to match usb_control and usb_zero_copyMartin Braun2016-08-021-2/+10
| |
* | usb: tweak types for consistency between LIBUSB API calls and internal UHD ↵Michael Dickens2016-08-012-8/+8
| | | | | | | | usage of returned values.
* | update support for clang to include UHD_FORCE_INLINEMichael Dickens2016-08-011-0/+1
| |
* | usb: add virtual destructors where needed; make virtual destructors ↵Michael Dickens2016-08-017-21/+78
| | | | | | | | out-of-line from class definition to reduce number of vtables emitted (according to clang).
* | usb: fix interfaces to be type 'int' and endpoints to be type 'unsigned ↵Michael Dickens2016-08-014-16/+16
| | | | | | | | char' to match the libusb API.
* | usb: fix 'timeout' variables to be unsigned since that is what the ↵Michael Dickens2016-08-013-4/+4
| | | | | | | | 'libusb_control_transfer' API uses.
* | usb: fix 'submit' to return 'int' since that is what ↵Michael Dickens2016-08-012-14/+14
| | | | | | | | 'libusb_control_transfer' returns; otherwise 'submit' is used with the correct types internally.
* | add specific configuration support for clangMichael Dickens2016-08-012-0/+14
| |
* | Merge branch 'maint'Martin Braun2016-08-0112-52/+83
|\| | | | | | | | | | | Conflicts: host/lib/usrp/dboard/db_wbx_version2.cpp host/lib/usrp/dboard/db_wbx_version3.cpp
| * cmake: "make uninstall" now removes symlinks (CMake 2.8.1 and above)Nicholas Corgan2016-08-011-0/+11
| |
| * WBX: Make frequencies <100 MHz work for v2 and v3 boards when reference ↵michael-west2016-08-012-16/+22
| | | | | | | | clock <100 MHz (i.e. on X300)
| * usrp_e3x0.dox: Example cmake line should enable GPSD for E310. (#1170)Philip Balister2016-07-271-1/+1
| | | | | | Signed-off-by: Philip Balister <philip@opensdr.com>
| * docs: added UBX to list of calibratable daughterboardsMarcus Müller2016-07-181-0/+1
| |