Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: added meta-range clip and implemented in dboards, fixed step calculation | Josh Blum | 2010-11-10 | 7 | -37/+82 |
| | |||||
* | uhd: created a meta range that is a range of ranges for gains and freqs | Josh Blum | 2010-11-10 | 16 | -125/+291 |
| | | | | | | | | | | | | | | created a templated range that that holds a start, stop, and step created a meta-range template that is a vector of ranges meta-range can calculate the overall start, stop, step or be indexed to get at components replaced instances of range.min, max, step with the functions start() stop() and step() the xcvr frequency range is now expressed in as two ranges (have to fix its clip function though) | ||||
* | usrpbbbbbbbbbbbeeeeeeeeeeee fix typo | Josh Blum | 2010-11-10 | 1 | -3/+3 |
| | |||||
* | uhd: renamed enums to reflect new convention | Josh Blum | 2010-11-10 | 6 | -38/+38 |
| | |||||
* | usrp1: usrp1 util is conditionally enabled | Josh Blum | 2010-11-10 | 1 | -1/+6 |
| | |||||
* | uhd: reorganized utils cmakefile to use list of sources | Josh Blum | 2010-11-10 | 1 | -24/+23 |
| | |||||
* | added warning about rfx classic boards and dboard notes | Josh Blum | 2010-11-09 | 2 | -13/+74 |
| | |||||
* | usrp2: led F documentation fix | Josh Blum | 2010-11-05 | 1 | -1/+1 |
| | |||||
* | dbsrx2: removed windows warnings, made bandwidth param a double | Josh Blum | 2010-11-05 | 1 | -11/+11 |
| | |||||
* | Merge branch 'dbsrx2' | Josh Blum | 2010-11-05 | 4 | -0/+631 |
|\ | |||||
| * | Added mangling for DBSRX2 i2c addresses on USRP | Jason Abele | 2010-11-05 | 1 | -10/+9 |
| | | |||||
| * | Adjusting rx_get and rx_set for newer keys | Jason Abele | 2010-11-05 | 1 | -30/+16 |
| | | |||||
| * | Working DBSRX2 daughterboard code | Jason Abele | 2010-11-05 | 1 | -0/+5 |
| | | |||||
| * | Working DBSRX2 daughterboard code | Jason Abele | 2010-11-05 | 4 | -0/+641 |
| | | |||||
* | | usrp2: added notes about 3rd party sd cards to docs | Josh Blum | 2010-11-05 | 1 | -3/+12 |
| | | |||||
* | | Merge branch 'mb_eeprom' | Josh Blum | 2010-11-05 | 30 | -330/+571 |
|\ \ | |/ |/| | |||||
| * | uhd: created docs for the device naming, command usage in usrp2 docs, ↵ | Josh Blum | 2010-11-05 | 5 | -31/+100 |
| | | | | | | | | removed redundant docs in usrp1 | ||||
| * | uhd: for eeprom writeback, write and set only those values changed | Josh Blum | 2010-11-05 | 4 | -29/+39 |
| | | |||||
| * | uhd: rename identifier for usrp1 eeprom, and fix offsets, add serial support ↵ | Josh Blum | 2010-11-05 | 5 | -44/+49 |
| | | | | | | | | to usrp2 | ||||
| * | Merge branch 'good_stuff' into mb_eeprom | Josh Blum | 2010-11-05 | 3 | -18/+9 |
| |\ | | | | | | | | | | | | | Conflicts: firmware/fx2/include | ||||
| * | | usrp: implement name checking on dicovery (all platforms), separate usb ↵ | Josh Blum | 2010-11-05 | 7 | -15/+52 |
| | | | | | | | | | | | | serial from serial (for now) | ||||
| * | | usrp: replaced device specific burner apps with one generic one for mboard ↵ | Josh Blum | 2010-11-04 | 8 | -202/+101 |
| | | | | | | | | | | | | eeproms | ||||
| * | | usrp: print eeprom key/value pairs in the probe app, fixed mac addr size | Josh Blum | 2010-11-04 | 2 | -7/+7 |
| | | | |||||
| * | | usrp2: move mboard eeprom instance into iface to the clock control can access it | Josh Blum | 2010-11-04 | 8 | -18/+22 |
| | | | |||||
| * | | Merge branch 'good_stuff' into mb_eeprom | Josh Blum | 2010-11-04 | 3 | -1/+18 |
| |\| | |||||
| | * | Merge branch 'ovfl' into good_stuff | Josh Blum | 2010-11-04 | 3 | -1/+18 |
| | |\ | |||||
| | | * | usrp2: handle real overflow packets in host, reload continuous stream cmd, ↵ | Josh Blum | 2010-10-21 | 3 | -1/+18 |
| | | | | | | | | | | | | | | | | remove firmware handling | ||||
| * | | | usrp2: implemented mboard eeprom into usrp2 mboard | Josh Blum | 2010-11-04 | 6 | -117/+87 |
| | | | | |||||
| * | | | usrp: created mboard eeprom map class, implemented for usrp2 | Josh Blum | 2010-11-04 | 5 | -8/+247 |
| |/ / | |||||
* / / | uhd: dont check for python interp if PYTHON_EXECUTABLE specified | Josh Blum | 2010-11-05 | 1 | -4/+6 |
|/ / | |||||
* | | uhd: fixed typo - removed export for templated class | Josh Blum | 2010-11-02 | 1 | -1/+1 |
| | | |||||
* | | uhd: added dict get method, used in usrp1 image loading | Josh Blum | 2010-10-31 | 3 | -4/+18 |
| | | |||||
* | | Merge branch 'next' | Josh Blum | 2010-10-28 | 41 | -390/+1115 |
|\ \ | |||||
| * | | Fix Bandwidth for IQ subdevs on Basic/LF | Jason Abele | 2010-10-28 | 5 | -10/+28 |
| | | | | | | | | | | | | Additional typo cleanup and fix WBX bandwidth | ||||
| * | | usrp2: documented LED E | Josh Blum | 2010-10-28 | 1 | -1/+1 |
| | | | |||||
| * | | uhd: change python module check descriptions to use words | Josh Blum | 2010-10-28 | 1 | -2/+2 |
| | | | |||||
| * | | uhd: added to python module check macro, move check to lib dir | Josh Blum | 2010-10-28 | 2 | -14/+30 |
| | | | |||||
| * | | uhd: removed dilv in rx files examples | Josh Blum | 2010-10-27 | 2 | -14/+0 |
| | | | |||||
| * | | uhd: added rx samples to udp example, cleaned up other examples, added gain ↵ | Josh Blum | 2010-10-27 | 5 | -36/+187 |
| | | | | | | | | | | | | options | ||||
| * | | uhd: added rx to file example, simplified cmake file for examples | Josh Blum | 2010-10-27 | 2 | -26/+162 |
| | | | |||||
| * | | usrp: added to subdev spec comments/docs | Josh Blum | 2010-10-27 | 1 | -3/+8 |
| | | | |||||
| * | | usrp: added a time sync check for multi usrp | Josh Blum | 2010-10-27 | 2 | -0/+17 |
| | | | |||||
| * | | uhd: moved templated dict implementation into ipp file | Josh Blum | 2010-10-26 | 3 | -75/+133 |
| | | | |||||
| * | | uhd: replaced print warning with a post warning call and registry | Josh Blum | 2010-10-26 | 20 | -43/+131 |
| | | | | | | | | | | | | | | | | | | renamed print warning calls in the implementation fixed issue with dict::pop so it now works even if the value is not comparable | ||||
| * | | usrp: rework lo offset logic to use bandwidth, add test case | Josh Blum | 2010-10-25 | 2 | -6/+82 |
| | | | |||||
| * | | uhd: doxygen comments, moved enum comments, added to metadata for all entities | Josh Blum | 2010-10-25 | 2 | -45/+43 |
| | | | |||||
| * | | uhd: tune helper + request, forgot to use and set target freq | Josh Blum | 2010-10-25 | 2 | -2/+3 |
| | | | |||||
| * | | Updated bandwidths in daughterboard docs | Jason Abele | 2010-10-25 | 1 | -8/+20 |
| | | | |||||
| * | | Added bandwidth property to all daughterboards | Jason Abele | 2010-10-25 | 7 | -9/+107 |
| | | | | | | | | | | | | | | | Updated existing bandwidth property to reflect double-sided bandwidth rather than lowpass bandwidth | ||||
| * | | uhd: created tune request struct and implemented more fine grained tuning calls | Josh Blum | 2010-10-25 | 11 | -182/+247 |
| | | |