Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |