Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | examples: test_dboard_coercion did not check the correct LO lock sensors for RX | Martin Braun | 2016-08-03 | 1 | -9/+9 |
| | |||||
* | Added subdev argument to rx_samples_to_udp example | Derek Kozel | 2016-06-22 | 1 | -0/+5 |
| | |||||
* | Fixed minor warnings | Nicholas Corgan | 2016-06-16 | 1 | -1/+1 |
| | | | | | | * Mismatched printf format strings * Number truncation * Unreferenced variables | ||||
* | examples: Increased the reference locking timeout in benchmark_rate | Paul David | 2016-05-17 | 1 | -2/+3 |
| | |||||
* | examples: Re-enabled better thread interruption in benchmark_rate | Martin Braun | 2016-03-17 | 1 | -32/+126 |
| | | | | | | | The previous version (using atomic variables) was fine, but didn't work with all the Boost versions we currently support on the 3.9.X release line. This is a slightly less safe, but still sufficient example. | ||||
* | Revert "examples: Modified benchmark_rate so thread interrupts cannot cause ↵ | Martin Braun | 2016-03-16 | 1 | -120/+32 |
| | | | | | | problems" This reverts commit 8930d853f3ee2ac91fc7fd6b41046ca972da3c3f. | ||||
* | examples: Modified benchmark_rate so thread interrupts cannot cause problems | Martin Braun | 2016-03-14 | 1 | -32/+120 |
| | |||||
* | examples: TX/RX loopback stopping condition was reversed | Paul David | 2016-03-03 | 1 | -1/+1 |
| | | | No data was getting stored. | ||||
* | examples: TX/RX loopback could run forever if the exact number of samples ↵ | DaulPavid | 2016-03-03 | 1 | -1/+1 |
| | | | | isn't received | ||||
* | Corrected the UHD behavior in the event of a USB disconnect | DaulPavid | 2016-02-12 | 1 | -0/+6 |
| | |||||
* | examples: Fixed error code variable in rx_samples_c | Martin Braun | 2015-11-17 | 1 | -1/+1 |
| | |||||
* | UHD: Add pps source option to tx_waveforms example | michael-west | 2015-09-01 | 1 | -11/+30 |
| | |||||
* | C API cleanup, feature additions | Nicholas Corgan | 2015-08-12 | 2 | -2/+2 |
| | | | | | | * Cleaned up usage of handles vs. handle pointers * Store global string for last error thrown * Removed uhd::device_addr_t handle, added std::vector<std::string> handle | ||||
* | C API: feature additions, bugfixes | Nicholas Corgan | 2015-08-07 | 6 | -1420/+84 |
| | | | | | | * Wrapped uhd::device_addrs_t, added find functions for multi_usrp, multi_usrp_clock * Replaced getopt with public domain implementation * Minor bugfixes | ||||
* | uhd: C API wrapper | Nicholas Corgan | 2015-08-06 | 7 | -1/+2027 |
| | | | | | | | * multi_usrp, multi_usrp_clock, and associated classes accessible through C * Added Doxygen documentation explaining structure and API * Simple RX and TX streaming examples * Unit tests for different parts of C interface and C++ error conversion | ||||
* | Fixed minor warnings | Nicholas Corgan | 2015-07-24 | 1 | -1/+1 |
| | |||||
* | Merge branch 'maint' | Martin Braun | 2015-07-14 | 1 | -8/+18 |
|\ | | | | | | | | | | | | | | | | | | | Conflicts: fpga-src host/CMakeLists.txt host/cmake/Modules/UHDVersion.cmake host/lib/usrp/b200/b200_impl.hpp host/lib/usrp/e300/e300_fpga_defs.hpp host/lib/usrp/x300/x300_fw_common.h | ||||
| * | examples: Improved tx_waveform multi-channel sync | Martin Braun | 2015-07-14 | 1 | -8/+18 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2015-06-09 | 2 | -0/+9 |
|\| | | | | | | | | | | | | | Conflicts: host/lib/usrp/common/ad9361_ctrl.hpp host/lib/usrp/common/ad9361_driver/ad9361_device.h host/lib/usrp/e300/e300_remote_codec_ctrl.hpp | ||||
| * | examples: Updated init_usrp example on note about CMake flags | Martin Braun | 2015-06-09 | 2 | -0/+9 |
| | | |||||
* | | Fixed master-specific warnings | Nicholas Corgan | 2015-03-27 | 1 | -1/+1 |
| | | | | | | | | | | * MinGW: unused parameter warning, MSVC-specific pragma * MSVC: bool narrowing | ||||
* | | Merge branch 'maint' | Martin Braun | 2015-03-27 | 3 | -7/+7 |
|\| | |||||
| * | Warning fixes | Nicholas Corgan | 2015-03-27 | 3 | -10/+10 |
| | | | | | | | | | | | | | | * CMake now not applying C++ flags to C files * GCC 4.4: anti-aliasing rules * MSVC: narrowing, differences in subclass function parameters * Clang: uninitialized variables | ||||
* | | Merge branch 'maint' | Martin Braun | 2015-03-11 | 1 | -2/+2 |
|\| | | | | | | | | | Conflicts: host/include/uhd/transport/vrt_if_packet.hpp | ||||
| * | uhd: Fixed several type-cast related warnings for naggy compilers | Martin Braun | 2015-03-11 | 1 | -2/+2 |
| | | |||||
* | | uhd: Fixed multiple compiler warnings | Michael Dickens | 2015-03-11 | 1 | -4/+4 |
| | | | | | | | | | | | | - Use ULL and LL etc. so compiler doesn't need to decide constant's types - define the empty 'while' loop to include {} to make older compilers happy - Use explicit type names for BOOST_CHECK_EQUAL | ||||
* | | B200: UHD support for FPGPIO connector on REV6+ boards. | Ian Buckley | 2015-03-09 | 3 | -419/+463 |
| | | | | | | | | | | | | - GPIO on UART connector all board Revs - Consolidated fpgpio_bitbang into fpgpio example and renamed it gpio - Changed FP_GPIO readback address to match X300 | ||||
* | | Merge branch 'maint' | Martin Braun | 2015-02-12 | 4 | -8/+8 |
|\| | | | | | | | | | Conflicts: host/examples/rx_samples_to_file.cpp | ||||
| * | examples: Show set_rx_bandwidth units properly in MHz in all examples | Rajib Bhattacharjea | 2015-02-09 | 4 | -8/+8 |
| | | | | | | | | | | Conflicts: host/examples/rx_samples_to_file.cpp | ||||
* | | Merge branch 'maint' | Martin Braun | 2015-01-19 | 1 | -4/+28 |
|\| | | | | | | | | | Conflicts: host/include/uhd/types/CMakeLists.txt | ||||
| * | cmake: Added ENABLE_STATIC_LIBS option | Martin Braun | 2015-01-19 | 1 | -4/+28 |
| | | | | | | | | | | | | | | - Allows building static libraries - For users calling find_package(UHD), provides extra options for building apps statically linking UHD. - Updated the init_usrp example to link UHD statically. | ||||
* | | Merge branch 'maint' | Martin Braun | 2015-01-13 | 1 | -0/+9 |
|\| | |||||
| * | examples: Fixed init_usrp for building with MSVC | Martin Braun | 2015-01-12 | 1 | -0/+9 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2015-01-08 | 1 | -33/+43 |
|\| | |||||
| * | examples: Fixed multi-channel gain and freq setup for txrx_loopback_to_file | Martin Braun | 2015-01-08 | 1 | -33/+43 |
| | | |||||
* | | Merge branch 'maint' | Martin Braun | 2014-12-15 | 6 | -27/+27 |
|\| | | | | | | | | | Conflicts: host/examples/rx_samples_to_file.cpp | ||||
| * | host/examples: rm'ed refs to d'boards, IF freq. | Marcus Müller | 2014-12-12 | 6 | -28/+28 |
| | | | | | | | | | | To reflect a reality where some USRPs don't have daughterboards, and set_xx_bandwidth doesn't necessarily set an /IF/ bandwidth. | ||||
| * | examples: Fixed multi-channel ops | Martin Braun | 2014-11-12 | 1 | -7/+52 |
| | | |||||
* | | examples: Merged benchmark_rate and transport_hammer | Martin Braun | 2014-11-13 | 3 | -294/+51 |
| | | |||||
* | | examples: Fixed multi-channel ops | Martin Braun | 2014-11-13 | 1 | -6/+53 |
| | | |||||
* | | examples: Whitespace and other cleanup | Martin Braun | 2014-10-28 | 8 | -196/+174 |
|/ | |||||
* | examples: Also bumped min Boost version in init_usrp example | Martin Braun | 2014-10-25 | 1 | -1/+1 |
| | |||||
* | changed parameter --time to --duration | Julian Arnold | 2014-10-20 | 1 | -19/+15 |
| | |||||
* | Rectifying a great embarassement in UHD. %s/Mhz/MHz. | Ben Hilburn | 2014-10-07 | 1 | -2/+2 |
| | |||||
* | examples: Minor change to tx_waveforms example. | Moritz Fischer | 2014-10-07 | 1 | -3/+3 |
| | | | | Signed-off-by: Moritz Fischer <moritz@ettus.com> | ||||
* | e300/x300: gpio: Cleaned up example. | Moritz Fischer | 2014-10-07 | 1 | -33/+76 |
| | | | | | | | | | | | | | | | | | | | | * Now accounting for different width of GPIO banks. - for x3x0 use --bits=11 (default) - for e3x0 use --bits=6 * Replaced defines with static const variables. * Lowered default rates from 1Ms/s to 500Ks/s * Added parameter --gpio to allow selecting GPIO bank. - for x3x0 use --gpio="FP0" (default) - for e3x0 use --gpio="INT0" * Renamed e3x0's gpio bank to "INT0" in property tree, as they're not exposed to the outside. Signed-off-by: Moritz Fischer <moritz@ettus.com> | ||||
* | uhd: Added an example for CMake usage | Martin Braun | 2014-09-25 | 3 | -0/+126 |
| | |||||
* | uhd: Added a stop stream cmd to the rx example | Martin Braun | 2014-08-25 | 1 | -0/+3 |
| | |||||
* | OctoClock firmware upgrade, added host driver | Nicholas Corgan | 2014-07-23 | 5 | -4/+173 |
| | | | | | | | | | | * OctoClock can communicate with UHD over Ethernet * Can read NMEA strings from GPSDO and send to host * Added multi_usrp_clock class for clock devices * uhd::device can now filter to return only USRP devices or clock devices * New OctoClock bootloader can accept firmware download over Ethernet * Added octoclock_burn_eeprom,octoclock_firmware_burner utilities * Added test_clock_synch example to show clock API | ||||
* | Fixing help text for --ref argument in some examples. Reported by Marcus | Ben Hilburn | 2014-06-30 | 4 | -4/+4 |
| | | | | Mueller. |