Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | uhd: revert changes to rx_timed_samples | Josh Blum | 2011-03-10 | 1 | -10/+0 |
| | |||||
* | usrp1: safe destruction for usrp1 device | Josh Blum | 2011-03-10 | 1 | -0/+10 |
| | |||||
* | usrp: implement sensors in all the dboards, deprecated read rssi and get lo ↵ | Josh Blum | 2011-02-11 | 2 | -2/+0 |
| | | | | locked | ||||
* | Merge branch 'usrp_e100_devel' into next | Josh Blum | 2011-02-10 | 1 | -1/+8 |
|\ | | | | | | | | | Conflicts: host/lib/usrp/usrp_e100/io_impl.cpp | ||||
| * | usrp-e100: combined clkconfig and fpga downloader into usrp-e-utility, ↵ | Josh Blum | 2011-01-31 | 1 | -1/+8 |
| | | | | | | | | simplified code | ||||
* | | uhd: replaced std::vector<type> for buffer arguments in send/recv | Josh Blum | 2011-02-09 | 2 | -6/+4 |
| | | | | | | | | | | | | | | | | | | Created new type ref_vector for representing a vector of pointers. Can be created from std::vector or a pointer. Removes the convenience constrcutors for send/recv, its not needed. Removes malloc/free overhead when using send/recv with pointer. | ||||
* | | uhd: cleanup for latency test | Josh Blum | 2011-02-03 | 2 | -144/+103 |
| | | |||||
* | | Merge branch 'multi_usrp_only' into latency_test | Josh Blum | 2011-02-03 | 10 | -260/+132 |
|\| | |||||
| * | uhd: replaced sdev and single usrp in examples with usrp and multi usrp | Josh Blum | 2011-01-31 | 10 | -260/+132 |
| | | |||||
* | | successful latency test. About 500 us on my laptop. | Matt Ettus | 2011-02-03 | 1 | -4/+8 |
| | | |||||
* | | getting usable data | Matt Ettus | 2011-02-03 | 1 | -4/+10 |
| | | |||||
* | | sort of working latency tester | Matt Ettus | 2011-02-03 | 2 | -0/+199 |
|/ | |||||
* | usrp1: changes that make benchmark rx work | Josh Blum | 2011-01-24 | 1 | -1/+2 |
| | | | | | | initialize the time to something in soft time control use std::max(0, lost) because the time is emulated, lost can be negative which means huge positive unsigned... | ||||
* | uhd: added error code print to benchmark | Josh Blum | 2011-01-21 | 1 | -0/+1 |
| | |||||
* | uhd: use doubles as the theta when calculating the sine table | Josh Blum | 2011-01-21 | 1 | -2/+2 |
| | |||||
* | examples: init metadata with time before loop begins | Josh Blum | 2011-01-17 | 1 | -3/+5 |
| | |||||
* | uhd: update copyright dates on host code | Josh Blum | 2011-01-13 | 7 | -7/+7 |
| | |||||
* | uhd: use double for seconds in example apps so we can do partial seconds | Josh Blum | 2011-01-12 | 3 | -7/+7 |
| | |||||
* | uhd: replace all the instances of float not pertaining to io types with ↵ | Josh Blum | 2011-01-11 | 5 | -16/+13 |
| | | | | double, simplifies life | ||||
* | uhd: removed SOB always from tx examples, | Josh Blum | 2010-12-30 | 4 | -33/+10 |
| | | | | use the multi usrp set unknown pps in the test app | ||||
* | cmake: changes to finding python interp, some other tweaks | Josh Blum | 2010-12-27 | 1 | -1/+1 |
| | |||||
* | Merge branch 'usrp_e100' into next | Josh Blum | 2010-11-23 | 2 | -1/+126 |
|\ | | | | | | | | | Conflicts: images/Makefile | ||||
| * | Merge branch 'next' into usrp_e_next | Josh Blum | 2010-10-27 | 6 | -143/+95 |
| |\ | | | | | | | | | | | | | Conflicts: host/examples/CMakeLists.txt | ||||
| * | | usrp-e: implemented fpga loading and compat checking | Josh Blum | 2010-10-27 | 2 | -8/+8 |
| | | | |||||
| * | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_e | Philip Balister | 2010-10-27 | 4 | -1/+475 |
| |\ \ | |||||
| * \ \ | Merge branch 'usrp_e' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_e | Philip Balister | 2010-10-21 | 6 | -34/+35 |
| |\ \ \ | |||||
| | * \ \ | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_e_mmap_b2 | Philip Balister | 2010-10-20 | 1 | -5/+3 |
| | |\ \ \ | |||||
| | * \ \ \ | Merge branch 'next' into usrp_e_mmap_b2 | Josh Blum | 2010-10-07 | 1 | -1/+1 |
| | |\ \ \ \ | |||||
| | * \ \ \ \ | Merge branch 'timeout' into usrp_e_mmap | Josh Blum | 2010-10-04 | 1 | -1/+4 |
| | |\ \ \ \ \ | |||||
| | * \ \ \ \ \ | Merge branch 'master' into usrp_e_next | Josh Blum | 2010-09-30 | 1 | -1/+1 |
| | |\ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | Merge branch 'master' into usrp_e | Josh Blum | 2010-09-24 | 6 | -27/+27 |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: host/CMakeLists.txt | ||||
| * | | | | | | | | | usrp-e: Add example that reads data from uhd and sends it over a udp socket. | Philip Balister | 2010-10-21 | 2 | -0/+171 |
| |/ / / / / / / / | |||||
| * | | | | | | | | Merge branch 'usrp_e' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_e | Philip Balister | 2010-09-09 | 3 | -6/+218 |
| |\ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ | Merge branch 'master' into usrp_e | Josh Blum | 2010-09-09 | 3 | -6/+218 |
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: host/examples/CMakeLists.txt | ||||
| * | | | | | | | | | | Restore tx and rx timed smaple programs to the versions in master. They use ↵ | Philip Balister | 2010-09-09 | 2 | -9/+6 |
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | floating point. | ||||
| * | | | | | | | | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_e | Philip Balister | 2010-09-09 | 3 | -4/+105 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_e | Josh Blum | 2010-08-23 | 1 | -30/+59 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_e | Philip Balister | 2010-08-19 | 4 | -115/+151 |
| |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: host/examples/CMakeLists.txt | ||||
| * | | | | | | | | | | | | Add gain command line parameter. | Philip Balister | 2010-08-19 | 1 | -1/+3 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Add gain setting to tx_timed_samples program. | Philip Balister | 2010-08-19 | 1 | -0/+1 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Add get setting to the rx_to_file program. | Philip Balister | 2010-08-19 | 1 | -0/+4 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Add program to transmit samples from a file. | Philip Balister | 2010-08-19 | 2 | -0/+128 |
| | | | | | | | | | | | | | |||||
| * | | | | | | | | | | | | Build rx_to_file example. | Philip Balister | 2010-08-18 | 1 | -0/+3 |
| | | | | | | | | | | | | |