Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: replace all the instances of float not pertaining to io types with ↵ | Josh Blum | 2011-01-11 | 6 | -33/+28 |
| | | | | double, simplifies life | ||||
* | uhd: create sensor value from string | Josh Blum | 2011-01-07 | 1 | -1/+14 |
| | |||||
* | uhd: integrated boost split or tokenizer into source files, remove string ↵ | Josh Blum | 2011-01-06 | 1 | -23/+6 |
| | | | | split from algorithms header | ||||
* | uhd: fix copyright years on new files | Josh Blum | 2011-01-06 | 1 | -1/+1 |
| | |||||
* | uhd: created sensors value, made lib/types and moved files | Josh Blum | 2011-01-06 | 3 | -1/+119 |
| | |||||
* | uhd: update copyright dates | Josh Blum | 2011-01-05 | 10 | -10/+10 |
| | |||||
* | uhd: added convenience factory functions for clock config (external/internal) | Josh Blum | 2011-01-05 | 1 | -1/+6 |
| | |||||
* | usrp: fix multi_usrp address documentation | Josh Blum | 2011-01-05 | 1 | -1/+2 |
| | |||||
* | uhd: added get and set methods to dictionary to make swigging it easier | Josh Blum | 2011-01-05 | 2 | -4/+31 |
| | |||||
* | uhd: replaced templated ranges with one range thing using doubles only to ↵ | Josh Blum | 2011-01-05 | 5 | -226/+25 |
| | | | | avoid trouble with compiler portability | ||||
* | uhd: removed convert types, replaced by convert | Josh Blum | 2011-01-04 | 3 | -141/+0 |
| | |||||
* | Merge branch 'convert' into next | Josh Blum | 2011-01-04 | 2 | -1/+98 |
|\ | |||||
| * | uhd: added new convert directory with type conversion registry (needs testing) | Josh Blum | 2011-01-04 | 2 | -1/+98 |
| | | |||||
* | | Merge branch 'buffer_pool' into next | Josh Blum | 2011-01-04 | 7 | -68/+108 |
|\ \ | |||||
| * | | uhd: created buffer pool to allocate aligned memory, and implemented in ↵ | Josh Blum | 2011-01-03 | 3 | -3/+63 |
| | | | | | | | | | | | | transports | ||||
| * | | uhd: try to neaten up the attribute macros in config.hpp | Josh Blum | 2011-01-02 | 1 | -55/+31 |
| | | | |||||
| * | | fu_ranges: dict's keys()/vals() now return non-const to make BOOST_FOREACH ↵ | Nick Foster | 2011-01-02 | 2 | -4/+4 |
| | | | | | | | | | | | | happy on Clang | ||||
| * | | uhd: potential fix for explicit template + llvm | Josh Blum | 2011-01-02 | 1 | -6/+10 |
| |/ | |||||
| * | usrp: xcvr dboards should also register their default subdev name as 0 | Josh Blum | 2010-12-31 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'cordic_policy' into next | Josh Blum | 2011-01-04 | 3 | -8/+19 |
|\ \ | | | | | | | | | | | | | | | | Conflicts: host/lib/usrp/usrp2/usrp2_regs.cpp host/lib/usrp/usrp2/usrp2_regs.hpp | ||||
| * | | usrp2: implemented get time last pps | Josh Blum | 2010-12-30 | 3 | -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 next | Josh Blum | 2010-12-22 | 4 | -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 Blum | 2010-12-16 | 4 | -223/+5 |
| |/ | | | | | | | alignment, TODO test me | ||||
* / | usrp-n: configure clocking over the serdes cable | Josh Blum | 2010-12-11 | 1 | -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 Blum | 2010-12-03 | 1 | -1/+1 |
| | |||||
* | uhd: tweaking the explicit instantiation stuff, just aesthetic | Josh Blum | 2010-12-01 | 3 | -10/+11 |
| | |||||
* | uhd: added read-back calls to dboard iface gpio settings, and optional mask | Josh Blum | 2010-11-26 | 1 | -9/+67 |
| | |||||
* | Merge branch 'usrp_e100' into next | Josh Blum | 2010-11-23 | 2 | -3/+3 |
|\ | | | | | | | | | Conflicts: images/Makefile | ||||
| * | usrp-e100: implemented wrapper for i2c device node + ioctls, implemented ↵ | Josh Blum | 2010-11-10 | 1 | -1/+2 |
| | | | | | | | | e100 eeprom map | ||||
| * | Merge branch 'master' into usrp_e100_i2c | Josh Blum | 2010-11-10 | 1 | -2/+2 |
| |\ | | | | | | | | | | | | | Conflicts: host/utils/CMakeLists.txt | ||||
| * | | usrp-e100: moved kernel header to lib dir, remove the header check, default ↵ | Josh Blum | 2010-11-09 | 1 | -91/+0 |
| | | | | | | | | | | | | enable to false | ||||
| * | | Merge branch 'master' into usrp_e_next | Josh Blum | 2010-11-09 | 5 | -2/+84 |
| |\ \ | |||||
| * \ \ | Merge branch 'next' into usrp_e_next | Josh Blum | 2010-10-27 | 2 | -3/+16 |
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | Conflicts: host/examples/CMakeLists.txt | ||||
| * \ \ \ | Merge branch 'next' into usrp_e | Josh Blum | 2010-10-27 | 14 | -241/+529 |
| |\ \ \ \ | |||||
| * | | | | | usrp_e: Add driver compatibility ioctl to header file. | Philip Balister | 2010-10-21 | 1 | -0/+3 |
| | | | | | | |||||
| * | | | | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_e_mmap_b2 | Philip Balister | 2010-10-20 | 11 | -33/+1329 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'next' into usrp_e_mmap_b2 | Josh Blum | 2010-10-07 | 5 | -24/+48 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | Add flag that indicates userspace has started processing a frame. | Philip Balister | 2010-10-06 | 1 | -0/+1 |
| | | | | | | | | |||||
| * | | | | | | | Merge branch 'timeout' into usrp_e_mmap | Josh Blum | 2010-10-04 | 1 | -2/+14 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'timeout' into usrp_e_mmap | Josh Blum | 2010-10-04 | 8 | -124/+83 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch 'master' into usrp_e_next | Josh Blum | 2010-09-30 | 5 | -20/+34 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Remove BIT macro | Philip Balister | 2010-09-26 | 1 | -2/+2 |
| | | | | | | | | | | | |||||
| * | | | | | | | | | | Merge branch 'master' into usrp_e | Josh Blum | 2010-09-24 | 9 | -59/+201 |
| |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: host/CMakeLists.txt | ||||
| * | | | | | | | | | | | Read the ring buffer size from the kernel and use that to set up the | Philip Balister | 2010-09-21 | 1 | -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 Balister | 2010-09-09 | 1 | -0/+88 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | /usr/include/linux. | ||||
| * | | | | | | | | | | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_e | Philip Balister | 2010-09-09 | 7 | -9/+290 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_e | Josh Blum | 2010-08-24 | 2 | -0/+13 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_e | Josh Blum | 2010-08-23 | 2 | -0/+39 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'next' of ettus.sourcerepo.com:ettus/uhdpriv into usrp_e_merge | Josh Blum | 2010-08-17 | 6 | -18/+215 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'split_string' of ettus.sourcerepo.com:ettus/uhdpriv into ↵ | Josh Blum | 2010-08-12 | 1 | -0/+21 |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | usrp_e_merge |