Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | examples: replay samples from file | mattprost | 2020-08-11 | 1 | -1/+1 |
| | | | | | | | This example exercises the Replay Block RFNoC API. The Replay records IQ data from a file and plays it back into a Radio for transmitting. Signed-off-by: mattprost <matt.prost@ni.com> | ||||
* | examples: updating radio loopback | Brent Stapleton | 2019-11-26 | 1 | -1/+1 |
| | | | | Modified to run with the new RFNoC API. | ||||
* | Remove proto-RFNoC files | Martin Braun | 2019-11-26 | 1 | -11/+5 |
| | | | | | | | This commit removes all files and parts of files that are used by proto-RFNoC only. uhd: Fix include CMakeLists.txt, add missing files | ||||
* | examples: Add replay example to CMake | Martin Braun | 2019-09-20 | 1 | -0/+1 |
| | |||||
* | uhd: mpm: update all license header w/ "-or-later" | Brent Stapleton | 2019-03-08 | 1 | -1/+1 |
| | | | | Updating all SPDX license identifiers to include "-or-later" | ||||
* | cmake: Update coding style to use lowercase commands | Martin Braun | 2018-11-14 | 1 | -38/+38 |
| | | | | | | | | | | | | | | | | | Also updates our coding style file. Ancient CMake versions required upper-case commands. Later command names became case-insensitive. Now the preferred style is lower-case. Run the following shell code (with GNU compliant sed): cmake --help-command-list | grep -v "cmake version" | while read c; do echo 's/\b'"$(echo $c | tr '[:lower:]' '[:upper:]')"'\(\s*\)(/'"$c"'\1(/g' done > convert.sed \ && git ls-files -z -- bootstrap '*.cmake' '*.cmake.in' \ '*CMakeLists.txt' | xargs -0 gsed -i -f convert.sed && rm convert.sed (Make sure the backslashes don't get mangled!) | ||||
* | uhd: Add benchmark_streamer example | Ciro Nishiguchi | 2018-10-11 | 1 | -0/+1 |
| | |||||
* | examples: add rfnoc_radio_loopback | Trung Tran | 2018-09-14 | 1 | -0/+1 |
| | | | | This example will allow an RF->RF loopback using RFNoC devices. | ||||
* | UHD: Added RFNoC examples | Martin Braun | 2018-06-22 | 1 | -0/+8 |
| | |||||
* | python: Initial commit of Python API | Andrej Rode | 2018-06-20 | 1 | -0/+4 |
| | | | | | | | | | | Initial commit of the Python API using Boost.Python. Bind the MultiUSRP API for use in Python. Bindings intended to provide as complete coverage as possible. - Wrap most multi_usrp calls - Adding multi channel send/recv examples in examples/python - Adding setuptools support - Initial attempt at binding the UHD types and filters | ||||
* | uhd: Update license headers | Martin Braun | 2018-02-19 | 1 | -0/+1 |
| | | | | | | | All copyright is now attributed to "Ettus Research, a National Instruments company". SPDX headers were also updated to latest version 3.0. | ||||
* | examples: Add example to query and list all sensors | Martin Braun | 2018-01-12 | 1 | -0/+1 |
| | | | | Reviewed-by: Brent Stapleton <brent.stapleton@ettus.com> | ||||
* | Move all license headers to SPDX format. | Martin Braun | 2017-12-22 | 1 | -12/+1 |
| | |||||
* | examples: Created TwinRX frequency hopping example | nate.temple | 2017-03-21 | 1 | -0/+4 |
| | |||||
* | Add example to synchronize USRPs to GPS time | michael-west | 2016-09-02 | 1 | -0/+1 |
| | |||||
* | uhd: C API wrapper | Nicholas Corgan | 2015-08-06 | 1 | -1/+46 |
| | | | | | | | * 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 | ||||
* | B200: UHD support for FPGPIO connector on REV6+ boards. | Ian Buckley | 2015-03-09 | 1 | -1/+1 |
| | | | | | | - 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 | ||||
* | examples: Merged benchmark_rate and transport_hammer | Martin Braun | 2014-11-13 | 1 | -1/+0 |
| | |||||
* | OctoClock firmware upgrade, added host driver | Nicholas Corgan | 2014-07-23 | 1 | -1/+5 |
| | | | | | | | | | | * 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 | ||||
* | Merging USRP X300 and X310 support!! | Ben Hilburn | 2014-02-04 | 1 | -0/+1 |
| | |||||
* | uhd: explicitly link the apps w/ boost | Josh Blum | 2013-06-21 | 1 | -2/+2 |
| | |||||
* | Added CMake variables to customize builds to match Debian package configurations | Nicholas Corgan | 2013-05-10 | 1 | -3/+3 |
| | | | | | | * -DLIBUHD_PKG=ON installs with libuhd003 configuration * -DLIBUHDDEV_PKG=ON installs with libuhd-dev configuration * -DUHDHOST_PKG=ON installs with uhd-host configuration | ||||
* | Created example for simultaneous transmit and receive to file | Jason Abele | 2012-05-14 | 1 | -0/+1 |
| | | | | Updates to allow rx to wait until tx settles | ||||
* | Examples - Test Daughterboard Coercion: moves across the frequency and gain ↵ | Nicholas Corgan | 2012-05-10 | 1 | -0/+1 |
| | | | | ranges of a daughterboard and tests whether or not it can tune/lock at all advertised frequencies and gains | ||||
* | Merge branch 'master' into next | Josh Blum | 2012-04-03 | 1 | -1/+2 |
|\ | | | | | | | | | Conflicts: host/examples/CMakeLists.txt | ||||
| * | examples: Transport Hammer - a stress test that calls for random or ↵ | Nicholas Corgan | 2012-03-27 | 1 | -0/+1 |
| | | | | | | | | user-specified amounts of TX or RX samples with little to no delay between calls | ||||
* | | spi: work on fw support for simple spi core | Josh Blum | 2012-03-23 | 1 | -0/+1 |
|/ | |||||
* | uhd: patch to support PKG_LIB_DIR per debian fs standards | Josh Blum | 2012-01-13 | 1 | -2/+2 |
| | | | | | | uhd binaries will continue to install into share/uhd, however, one can specify -DPKG_LIB_DIR=lib/uhd for example to move where the binaries are installed | ||||
* | usrp2: created network relay example app | Josh Blum | 2011-12-20 | 1 | -0/+1 |
| | |||||
* | uhd: added inline message testing to the messages example | Josh Blum | 2011-07-03 | 1 | -1/+1 |
| | | | | | | | Renamed the example to test_messages (not just async). Fixed bug in super recv packet handler related to messages. Basically, the sequence number for messages should be ignored. Fixed some quirks with usrp1 soft time control to get it work as well. | ||||
* | uhd: more benchmark tweaks, removed old benchmark rx | Josh Blum | 2011-06-15 | 1 | -1/+0 |
| | |||||
* | uhd: created benchmark rate app | Josh Blum | 2011-06-15 | 1 | -0/+1 |
| | |||||
* | added tx_bursts MIMO burst transmit test | Nick Foster | 2011-05-26 | 1 | -0/+1 |
| | |||||
* | uhd: setup cpack components for component based installers | Josh Blum | 2011-03-21 | 1 | -2/+2 |
| | |||||
* | uhd: created rx_multi_samples for multi-channel example | Josh Blum | 2011-03-11 | 1 | -0/+1 |
| | |||||
* | uhd: created tx_samples_from_file.cpp and added to rx_samples_to_file.cpp | Josh Blum | 2011-03-11 | 1 | -0/+1 |
| | |||||
* | uhd: cleanup for latency test | Josh Blum | 2011-02-03 | 1 | -1/+1 |
| | |||||
* | sort of working latency tester | Matt Ettus | 2011-02-03 | 1 | -0/+1 |
| | |||||
* | cmake: changes to finding python interp, some other tweaks | Josh Blum | 2010-12-27 | 1 | -1/+1 |
| | |||||
* | uhd: added rx samples to udp example, cleaned up other examples, added gain ↵ | Josh Blum | 2010-10-27 | 1 | -1/+2 |
| | | | | options | ||||
* | uhd: added rx to file example, simplified cmake file for examples | Josh Blum | 2010-10-27 | 1 | -26/+18 |
| | |||||
* | created ascii art dft plotter in uhd | Josh Blum | 2010-10-25 | 1 | -0/+12 |
| | |||||
* | usrp: test for async messages, also renamed pps test | Josh Blum | 2010-09-09 | 1 | -5/+9 |
| | |||||
* | Created pps_test example and docs | Jason Abele | 2010-08-27 | 1 | -0/+4 |
| | |||||
* | uhd: replaced tx continuous app with tx waveform app (siggen example app) | Josh Blum | 2010-08-19 | 1 | -4/+4 |
| | |||||
* | uhd: made tx continuous samples example app | Josh Blum | 2010-07-28 | 1 | -0/+5 |
| | |||||
* | uhd: created benchmark rx example app | Josh Blum | 2010-06-24 | 1 | -2/+10 |
| | | | | Made mods to time spec to support math operators. | ||||
* | Added tx timed samples example. | Josh Blum | 2010-05-18 | 1 | -0/+4 |
| | | | | | Added called to device to get max samples per packet. Removed device props that gave max samples per packet. | ||||
* | Reorganized apps dir into utils and examples dir. | Josh Blum | 2010-03-23 | 1 | -0/+20 |
The files get installed into the pkg data directory. |