summaryrefslogtreecommitdiffstats
path: root/host/include
Commit message (Collapse)AuthorAgeFilesLines
* uhd: replace all the instances of float not pertaining to io types with ↵Josh Blum2011-01-116-33/+28
| | | | double, simplifies life
* uhd: create sensor value from stringJosh Blum2011-01-071-1/+14
|
* uhd: integrated boost split or tokenizer into source files, remove string ↵Josh Blum2011-01-061-23/+6
| | | | split from algorithms header
* uhd: fix copyright years on new filesJosh Blum2011-01-061-1/+1
|
* uhd: created sensors value, made lib/types and moved filesJosh Blum2011-01-063-1/+119
|
* uhd: update copyright datesJosh Blum2011-01-0510-10/+10
|
* uhd: added convenience factory functions for clock config (external/internal)Josh Blum2011-01-051-1/+6
|
* usrp: fix multi_usrp address documentationJosh Blum2011-01-051-1/+2
|
* uhd: added get and set methods to dictionary to make swigging it easierJosh Blum2011-01-052-4/+31
|
* uhd: replaced templated ranges with one range thing using doubles only to ↵Josh Blum2011-01-055-226/+25
| | | | avoid trouble with compiler portability
* uhd: removed convert types, replaced by convertJosh Blum2011-01-043-141/+0
|
* Merge branch 'convert' into nextJosh Blum2011-01-042-1/+98
|\
| * uhd: added new convert directory with type conversion registry (needs testing)Josh Blum2011-01-042-1/+98
| |
* | Merge branch 'buffer_pool' into nextJosh Blum2011-01-047-68/+108
|\ \
| * | uhd: created buffer pool to allocate aligned memory, and implemented in ↵Josh Blum2011-01-033-3/+63
| | | | | | | | | | | | transports
| * | uhd: try to neaten up the attribute macros in config.hppJosh Blum2011-01-021-55/+31
| | |
| * | fu_ranges: dict's keys()/vals() now return non-const to make BOOST_FOREACH ↵Nick Foster2011-01-022-4/+4
| | | | | | | | | | | | happy on Clang
| * | uhd: potential fix for explicit template + llvmJosh Blum2011-01-021-6/+10
| |/
| * usrp: xcvr dboards should also register their default subdev name as 0Josh Blum2010-12-311-1/+1
| |
* | Merge branch 'cordic_policy' into nextJosh Blum2011-01-043-8/+19
|\ \ | | | | | | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/usrp2_regs.cpp host/lib/usrp/usrp2/usrp2_regs.hpp
| * | usrp2: implemented get time last ppsJosh Blum2010-12-303-8/+19
| |/ | | | | | | | | | | | | | | | | renamed the enum for the pps time added calls to single and multi wrappers set time unknown pps now simpler removed peek64 stuff from host + fw please test
* | Merge branch 'udp_ports' into nextJosh Blum2010-12-224-223/+5
|\ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: firmware/microblaze/apps/txrx_uhd.c host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_impl.cpp host/lib/usrp/usrp2/usrp2_impl.hpp
| * | usrp2: removed alignment buffer and implemented event based recv + ↵Josh Blum2010-12-164-223/+5
| |/ | | | | | | alignment, TODO test me
* / usrp-n: configure clocking over the serdes cableJosh Blum2010-12-111-2/+0
|/ | | | | | | | added status to register to readback master/slave mode removed mimo enum from clock config, its not relevant added serdes clock config to the update clock config method
* uhd: added template macro to ddl import as well (macos)Josh Blum2010-12-031-1/+1
|
* uhd: tweaking the explicit instantiation stuff, just aestheticJosh Blum2010-12-013-10/+11
|
* uhd: added read-back calls to dboard iface gpio settings, and optional maskJosh Blum2010-11-261-9/+67
|
* Merge branch 'usrp_e100' into nextJosh Blum2010-11-232-3/+3
|\ | | | | | | | | Conflicts: images/Makefile
| * usrp-e100: implemented wrapper for i2c device node + ioctls, implemented ↵Josh Blum2010-11-101-1/+2
| | | | | | | | e100 eeprom map
| * Merge branch 'master' into usrp_e100_i2cJosh Blum2010-11-101-2/+2
| |\ | | | | | | | | | | | | Conflicts: host/utils/CMakeLists.txt
| * | usrp-e100: moved kernel header to lib dir, remove the header check, default ↵Josh Blum2010-11-091-91/+0
| | | | | | | | | | | | enable to false
| * | Merge branch 'master' into usrp_e_nextJosh Blum2010-11-095-2/+84
| |\ \
| * \ \ Merge branch 'next' into usrp_e_nextJosh Blum2010-10-272-3/+16
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: host/examples/CMakeLists.txt
| * \ \ \ Merge branch 'next' into usrp_eJosh Blum2010-10-2714-241/+529
| |\ \ \ \
| * | | | | usrp_e: Add driver compatibility ioctl to header file.Philip Balister2010-10-211-0/+3
| | | | | |
| * | | | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_e_mmap_b2Philip Balister2010-10-2011-33/+1329
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'next' into usrp_e_mmap_b2Josh Blum2010-10-075-24/+48
| |\ \ \ \ \ \
| * | | | | | | Add flag that indicates userspace has started processing a frame.Philip Balister2010-10-061-0/+1
| | | | | | | |
| * | | | | | | Merge branch 'timeout' into usrp_e_mmapJosh Blum2010-10-041-2/+14
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'timeout' into usrp_e_mmapJosh Blum2010-10-048-124/+83
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into usrp_e_nextJosh Blum2010-09-305-20/+34
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Remove BIT macroPhilip Balister2010-09-261-2/+2
| | | | | | | | | | |
| * | | | | | | | | | Merge branch 'master' into usrp_eJosh Blum2010-09-249-59/+201
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: host/CMakeLists.txt
| * | | | | | | | | | | Read the ring buffer size from the kernel and use that to set up thePhilip Balister2010-09-211-18/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | structures that read and write the ring buffer.
| * | | | | | | | | | | Allow programs to find usrp_e.h header, even if it is not installed in ↵Philip Balister2010-09-091-0/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | /usr/include/linux.
| * | | | | | | | | | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_ePhilip Balister2010-09-097-9/+290
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_eJosh Blum2010-08-242-0/+13
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_eJosh Blum2010-08-232-0/+39
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'next' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_e_mergeJosh Blum2010-08-176-18/+215
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'split_string' of ettus.sourcerepo.com:ettus/uhdpriv into ↵Josh Blum2010-08-121-0/+21
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | usrp_e_merge