Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: new versioning scheme with API compat number | Josh Blum | 2010-11-23 | 1 | -13/+6 |
| | |||||
* | uhd: added printable to string methods to ranges | Josh Blum | 2010-11-23 | 1 | -0/+1 |
| | |||||
* | N200 comes up with default IP and MAC when booted in safe mode (button pushed). | Nick Foster | 2010-11-22 | 7 | -21/+59 |
| | |||||
* | usrp2: ms didnt seem to like unlocking an unlocked mutex | Josh Blum | 2010-11-22 | 1 | -3/+4 |
| | |||||
* | Merge branch 'mac_fixes' into ranges_fix | Josh Blum | 2010-11-17 | 2 | -6/+22 |
|\ | |||||
| * | uhd: git diff | Josh Blum | 2010-11-17 | 1 | -6/+9 |
| | | |||||
| * | udp: added polling alternative to select for mac | Josh Blum | 2010-11-17 | 1 | -0/+13 |
| | | |||||
* | | uhd: tweaking the export template instance macro | Josh Blum | 2010-11-17 | 2 | -5/+8 |
| | | |||||
* | | uhd: added to printable string methods for ranges | Josh Blum | 2010-11-17 | 2 | -2/+26 |
|/ | |||||
* | uhd: ranges symbol fix, try extern macro | Josh Blum | 2010-11-17 | 3 | -2/+12 |
| | |||||
* | usrp: use a spawn thread to ensure that a pirate is spawned before ↵ | Josh Blum | 2010-11-16 | 1 | -0/+9 |
| | | | | continuing (fixes lockup issue) | ||||
* | Merge branch 'public_master' | Josh Blum | 2010-11-16 | 1 | -1/+1 |
|\ | |||||
| * | usrp2: fix ip addr eeprom offset in motherboard eeprom parser | Josh Blum | 2010-11-16 | 1 | -1/+1 |
| | | |||||
* | | while this was legal C++, SWIG hates it | Nick Foster | 2010-11-12 | 1 | -1/+2 |
| | | |||||
* | | usrp-n: renamed docs and burner app, added burner app documentation | Josh Blum | 2010-11-11 | 4 | -4/+37 |
| | | |||||
* | | uhd: removed windows warnings, added string formatting in usrp-n | Josh Blum | 2010-11-11 | 6 | -15/+15 |
| | | |||||
* | | uhd: fixed ranges stuff, export symbols and use doubles not iterators... | Josh Blum | 2010-11-11 | 2 | -2/+8 |
| | | |||||
* | | usrp-n: populated name properties to use the generated cname from iface | Josh Blum | 2010-11-11 | 6 | -14/+28 |
| | | |||||
* | | usrp2: made enums for the rev types and implemented in code | Josh Blum | 2010-11-11 | 11 | -86/+175 |
| | | |||||
* | | Merge branch 'master' into usrp2p | Josh Blum | 2010-11-11 | 1 | -4/+1 |
|\ \ | |||||
| * | | usrp2: fix discovery timeout, use default | Josh Blum | 2010-11-11 | 1 | -4/+1 |
| | | | |||||
* | | | U2P: saner image burner output messages | Nick Foster | 2010-11-11 | 1 | -2/+2 |
| | | | |||||
* | | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2p | Nick Foster | 2010-11-11 | 26 | -177/+473 |
|\| | | |||||
| * | | Merge branch 'ranges' | Josh Blum | 2010-11-11 | 19 | -134/+403 |
| |\ \ | |||||
| | * | | uhd: made unit test for meta range and fixed bug | Josh Blum | 2010-11-10 | 3 | -2/+60 |
| | | | | |||||
| | * | | dbsrx2: updated code for ranges use | Josh Blum | 2010-11-10 | 1 | -6/+6 |
| | | | | |||||
| | * | | 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) | ||||
| * | | | usrp2: switch the timeout to units of seconds | Josh Blum | 2010-11-11 | 1 | -2/+2 |
| | | | | |||||
| * | | | uhd: pulled in some worthwhile changes from flow control branch | Josh Blum | 2010-11-11 | 6 | -38/+65 |
| |/ / | |||||
| * | | usrpbbbbbbbbbbbeeeeeeeeeeee fix typo | Josh Blum | 2010-11-10 | 1 | -3/+3 |
| | | | |||||
* | | | U2P: i can't spell | Nick Foster | 2010-11-10 | 1 | -1/+2 |
| | | | |||||
* | | | U2P: Added U2P stuff to images/ Makefile | Nick Foster | 2010-11-10 | 1 | -2/+19 |
| | | | |||||
* | | | U2P: Ripped out the mboard_rev_t structure in favor of an enum in ↵ | Nick Foster | 2010-11-10 | 13 | -337/+123 |
| | | | | | | | | | | | | | | | | | | usrp2_regs.hpp and some logic. Also change ethernet.c to move generic code to eth_lib. | ||||
* | | | Merge branch 'master' of ettus.sourcerepo.com:ettus/uhdpriv into usrp2p-next | Nick Foster | 2010-11-10 | 200 | -4948/+3614 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: firmware/microblaze/lib/u2_init.c host/lib/usrp/usrp2/clock_ctrl.cpp host/lib/usrp/usrp2/fw_common.h host/lib/usrp/usrp2/mboard_impl.cpp host/lib/usrp/usrp2/usrp2_iface.cpp host/lib/usrp/usrp2/usrp2_iface.hpp | ||||
| * | | 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 | 156 | -4519/+1259 |
| |\ \ | | |/ | |/| | |||||
| | * | 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 |
| | | |