aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* uhd: explicitly link the apps w/ boostJosh Blum2013-06-211-2/+2
|
* Added CMake variables to customize builds to match Debian package configurationsNicholas Corgan2013-05-101-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 fileJason Abele2012-05-141-0/+1
| | | | Updates to allow rx to wait until tx settles
* Examples - Test Daughterboard Coercion: moves across the frequency and gain ↵Nicholas Corgan2012-05-101-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 nextJosh Blum2012-04-031-1/+2
|\ | | | | | | | | Conflicts: host/examples/CMakeLists.txt
| * examples: Transport Hammer - a stress test that calls for random or ↵Nicholas Corgan2012-03-271-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 coreJosh Blum2012-03-231-0/+1
|/
* uhd: patch to support PKG_LIB_DIR per debian fs standardsJosh Blum2012-01-131-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 appJosh Blum2011-12-201-0/+1
|
* uhd: added inline message testing to the messages exampleJosh Blum2011-07-031-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 rxJosh Blum2011-06-151-1/+0
|
* uhd: created benchmark rate appJosh Blum2011-06-151-0/+1
|
* added tx_bursts MIMO burst transmit testNick Foster2011-05-261-0/+1
|
* uhd: setup cpack components for component based installersJosh Blum2011-03-211-2/+2
|
* uhd: created rx_multi_samples for multi-channel exampleJosh Blum2011-03-111-0/+1
|
* uhd: created tx_samples_from_file.cpp and added to rx_samples_to_file.cppJosh Blum2011-03-111-0/+1
|
* uhd: cleanup for latency testJosh Blum2011-02-031-1/+1
|
* sort of working latency testerMatt Ettus2011-02-031-0/+1
|
* cmake: changes to finding python interp, some other tweaksJosh Blum2010-12-271-1/+1
|
* uhd: added rx samples to udp example, cleaned up other examples, added gain ↵Josh Blum2010-10-271-1/+2
| | | | options
* uhd: added rx to file example, simplified cmake file for examplesJosh Blum2010-10-271-26/+18
|
* created ascii art dft plotter in uhdJosh Blum2010-10-251-0/+12
|
* usrp: test for async messages, also renamed pps testJosh Blum2010-09-091-5/+9
|
* Created pps_test example and docsJason Abele2010-08-271-0/+4
|
* uhd: replaced tx continuous app with tx waveform app (siggen example app)Josh Blum2010-08-191-4/+4
|
* uhd: made tx continuous samples example appJosh Blum2010-07-281-0/+5
|
* uhd: created benchmark rx example appJosh Blum2010-06-241-2/+10
| | | | Made mods to time spec to support math operators.
* Added tx timed samples example.Josh Blum2010-05-181-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 Blum2010-03-231-0/+20
The files get installed into the pkg data directory.