Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | uhd: typo fix in tx waveforms options | Josh Blum | 2012-01-03 | 1 | -1/+1 |
| | |||||
* | usrp2: added bind option to the relay | Josh Blum | 2011-12-20 | 1 | -7/+9 |
| | |||||
* | usrp2: more work on relay app and sequence error detection | Josh Blum | 2011-12-20 | 1 | -14/+45 |
| | |||||
* | usrp2: created network relay example app | Josh Blum | 2011-12-20 | 2 | -0/+195 |
| | |||||
* | uhd: added wireformat to samples to file | Josh Blum | 2011-12-09 | 1 | -5/+7 |
| | |||||
* | rx_samples_to_file is not streaming the correct nsamps | Jason Abele | 2011-11-28 | 1 | -15/+24 |
| | | | | | "innovations" in rx_streamer cause it to clear stream commands move stream command to be issued after rx_streamer is created | ||||
* | uhd: simplification for tx waveforms | Josh Blum | 2011-11-11 | 1 | -5/+3 |
| | |||||
* | uhd: updated ref sensor checks for new option names | Josh Blum | 2011-11-10 | 5 | -10/+10 |
| | |||||
* | uhd: performance improvement for tx waveforms using integer table lookup | Josh Blum | 2011-11-10 | 1 | -8/+7 |
| | |||||
* | uhd: modify examples to use new time/clock source API | Josh Blum | 2011-11-07 | 6 | -69/+13 |
| | |||||
* | uhd: performance speed up for tx waveforms, no iterative libmath per sample | Josh Blum | 2011-11-06 | 1 | -2/+3 |
| | |||||
* | uhd: fixed 8sc item32 converter on head/tail cases | Josh Blum | 2011-11-03 | 1 | -1/+1 |
| | |||||
* | uhd: renamed some of the stream types and functions | Josh Blum | 2011-11-03 | 12 | -28/+28 |
| | |||||
* | uhd: updated examples to use new streamer interface | Josh Blum | 2011-11-03 | 12 | -127/+128 |
| | |||||
* | uhd: specify range on tx_waveforms --ampl | Josh Blum | 2011-10-10 | 1 | -1/+1 |
| | |||||
* | uhd: help messages for user on rx samples to file | Josh Blum | 2011-10-08 | 2 | -2/+16 |
| | |||||
* | Updates to example apps | Jason Abele | 2011-09-21 | 5 | -7/+198 |
| | | | | | | Add --ref option to specify mboard clock reference source Add check for lock to mboard clock reference (where applicable) Add check of daughterboard LO lock detect (where applicable) | ||||
* | uhd: add mimo cable config option to rx_multi_samples | Josh Blum | 2011-09-06 | 1 | -2/+18 |
| | |||||
* | uhd: tweak for tx_timed_samples to pad async msg timeout | Josh Blum | 2011-08-30 | 1 | -2/+2 |
| | |||||
* | uhd: benchmark example will print help if no rate specified | Josh Blum | 2011-07-08 | 1 | -1/+1 |
| | |||||
* | uhd: added inline message testing to the messages example | Josh Blum | 2011-07-03 | 2 | -15/+127 |
| | | | | | | | 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. | ||||
* | usrp: created common code to demux an rx stream (b100, e100) | Josh Blum | 2011-07-01 | 1 | -1/+1 |
| | |||||
* | uhd: on e100, this benchmark control thread should also have prio so it can ↵ | Josh Blum | 2011-06-17 | 1 | -0/+1 |
| | | | | spawn both | ||||
* | e100: implemented spi, i2c, messages w/ peek/poke | Josh Blum | 2011-06-17 | 1 | -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 rx | Josh Blum | 2011-06-15 | 3 | -175/+9 |
| | |||||
* | uhd: added dropped samples calculation to rx test | Josh Blum | 2011-06-15 | 1 | -1/+13 |
| | |||||
* | uhd: created benchmark rate app | Josh Blum | 2011-06-15 | 2 | -0/+223 |
| | |||||
* | uhd: many tweaks for tx_waveforms including performance | Josh Blum | 2011-06-07 | 1 | -59/+64 |
| | |||||
* | uhd: just send a mini EOB packet for tx timed samplesa | Josh Blum | 2011-06-03 | 1 | -3/+7 |
| | |||||
* | tx_bursts: minor change | Nick Foster | 2011-05-27 | 1 | -1/+1 |
| | |||||
* | tx_bursts: optional repeat | Nick Foster | 2011-05-27 | 1 | -3/+5 |
| | |||||
* | minor change to tx_bursts | Nick Foster | 2011-05-26 | 1 | -1/+1 |
| | |||||
* | add gain to tx burst app | Nick Foster | 2011-05-26 | 1 | -0/+6 |
| | |||||
* | added tx_bursts MIMO burst transmit test | Nick Foster | 2011-05-26 | 2 | -0/+155 |
| | |||||
* | tx_waveforms: don't have to set time_spec for every pkt in the stream | Nick Foster | 2011-05-26 | 1 | -2/+2 |
| | |||||
* | tx_timed_samples: fix so EOB isn't set on every pkt | Nick Foster | 2011-05-26 | 1 | -1/+1 |
| | |||||
* | tx_waveform: no SOB for continuous streaming | Nick Foster | 2011-05-26 | 1 | -3/+1 |
| | |||||
* | UHD: make tx_waveforms MIMO-capable | Nick Foster | 2011-05-26 | 1 | -27/+47 |
| | |||||
* | usrp2: turn on ups_per_sec to avoid timeout issues on low sample rates | Josh Blum | 2011-05-20 | 1 | -3/+0 |
| | |||||
* | usrp-e100: add ability to set/get default master clock rate from EEPROM | Josh Blum | 2011-05-01 | 1 | -8/+1 |
| | | | | | | | | | Mboard eeprom map class can parse the setting (4 byte float). The clock control will try to set the eeprom rate if present, otherwise or under failure condition, it sets the default. Updated docs, example, and provided helpful verbose. I would prefer that users burn the desired rate to the eeprom (and they may too). | ||||
* | uhd: make benchmark example take a rate, and give special warning for usrp1 | Josh Blum | 2011-04-29 | 1 | -17/+22 |
| | |||||
* | uhd: added more hw params to rx_ascii_art_dft | Josh Blum | 2011-04-25 | 1 | -12/+41 |
| | |||||
* | uhd: setup cpack components for component based installers | Josh Blum | 2011-03-21 | 1 | -2/+2 |
| | |||||
* | uhd: added missing set_tx_antenna() in tx waveforms | Josh Blum | 2011-03-15 | 1 | -0/+3 |
| | |||||
* | uhd: created rx_multi_samples for multi-channel example | Josh Blum | 2011-03-11 | 4 | -14/+161 |
| | |||||
* | uhd: cleanup/tweaks on timed samples examples | Josh Blum | 2011-03-11 | 3 | -50/+63 |
| | |||||
* | uhd: added continuous streaming and new options to tx_waveforms | Josh Blum | 2011-03-11 | 3 | -27/+55 |
| | |||||
* | uhd: a lot of tweaking, new parameters, and sig handler for to/from file ↵ | Josh Blum | 2011-03-11 | 2 | -33/+98 |
| | | | | examples | ||||
* | uhd: created tx_samples_from_file.cpp and added to rx_samples_to_file.cpp | Josh Blum | 2011-03-11 | 3 | -42/+162 |
| |