aboutsummaryrefslogtreecommitdiffstats
path: root/host/examples/benchmark_rate.cpp
Commit message (Collapse)AuthorAgeFilesLines
* examples: Merged benchmark_rate and transport_hammerMartin Braun2014-11-131-13/+51
|
* examples: Whitespace and other cleanupMartin Braun2014-10-281-1/+0
|
* OctoClock firmware upgrade, added host driverNicholas Corgan2014-07-231-1/+1
| | | | | | | | | | * 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
* uhd: Added nicer error reporting to rx examplesMartin Braun2014-04-101-1/+1
|
* Merging USRP X300 and X310 support!!Ben Hilburn2014-02-041-6/+18
|
* examples: changed examples that force usage of all channels to allow user to ↵Nicholas Corgan2013-08-261-5/+19
| | | | input which channels to use
* uhd: benchmark use builtin samp calculationJosh Blum2013-08-201-3/+1
|
* uhd: dont handle multi-chan overflow recovery hereJosh Blum2013-07-191-8/+3
|
* uhd: added new calls to streamer object + support workJosh Blum2013-07-151-29/+33
| | | | | | | * The transmit streamer gives access to the async msg queue. * The receive streamer gives access to the issue stream cmd. * Supporting usrp implementation files updated. * Example applications updated to use this API.
* examples & utils: return EXIT_FAILURE and EXIT_SUCCESS respectivelyMoritz Fischer2012-10-261-1/+2
| | | | instead of 0 and 1.
* examples: added multi-channel and host format options to benchmarkJosh Blum2012-04-131-16/+41
|
* dsp rework: added otw mode for benchmark appJosh Blum2012-02-031-6/+9
|
* uhd: renamed some of the stream types and functionsJosh Blum2011-11-031-4/+4
|
* uhd: updated examples to use new streamer interfaceJosh Blum2011-11-031-16/+15
|
* uhd: benchmark example will print help if no rate specifiedJosh Blum2011-07-081-1/+1
|
* uhd: on e100, this benchmark control thread should also have prio so it can ↵Josh Blum2011-06-171-0/+1
| | | | spawn both
* e100: implemented spi, i2c, messages w/ peek/pokeJosh Blum2011-06-171-16/+20
| | | | | | | | spi and i2c are done w/ polling, but this is ok, the transactions always complete by the first check a gpio is used to wake up poll() and check for messages. messages are read using poke32, unpacked, and enqueued.
* uhd: more benchmark tweaks, removed old benchmark rxJosh Blum2011-06-151-7/+9
|
* uhd: added dropped samples calculation to rx testJosh Blum2011-06-151-1/+13
|
* uhd: created benchmark rate appJosh Blum2011-06-151-0/+222