| Commit message (Expand) | Author | Age | Files | Lines |
* | rfx dboard code minor refactor to look more like xcvr2450 code | Josh Blum | 2010-05-19 | 1 | -43/+73 |
* | init values in dboards to remove gcc warnings | Josh Blum | 2010-05-18 | 2 | -3/+3 |
* | moved uhd lib cmake contents into respective subdirectories | Josh Blum | 2010-05-06 | 1 | -0/+26 |
* | fixed exception case | Josh Blum | 2010-05-05 | 1 | -2/+1 |
* | code tweaks to get wbx compiling with master | Josh Blum | 2010-05-04 | 1 | -5/+5 |
* | Merge branch 'wbx' of git@ettus.sourcerepo.com:ettus/uhdpriv | Josh Blum | 2010-05-04 | 1 | -0/+613 |
|\ |
|
| * | Fixed unguarded debug message | Jason Abele | 2010-05-04 | 1 | -3/+5 |
| * | First working RX/TX WBX in UHD | Jason Abele | 2010-05-04 | 1 | -7/+11 |
| * | Fixed SPI register length | Jason Abele | 2010-05-04 | 1 | -10/+19 |
| * | Fixed casts in set_freq and attenuator bit mask | Jason Abele | 2010-05-03 | 1 | -9/+11 |
| * | First pass WBX code, it compiles | Jason Abele | 2010-05-03 | 1 | -120/+212 |
| * | Added first wbx dboard code | Jason Abele | 2010-04-26 | 1 | -0/+504 |
* | | Expanded the dboard id API to create dboard id types from strings and ints. | Josh Blum | 2010-05-03 | 3 | -6/+6 |
* | | Replaced the dboard base constructor args with an opaque type. | Josh Blum | 2010-05-02 | 3 | -18/+18 |
* | | fixed windows warnings | Josh Blum | 2010-04-26 | 1 | -4/+4 |
|/ |
|
* | Added RSSI readback to XCVR2450. | Josh Blum | 2010-04-26 | 1 | -0/+17 |
* | Renamed the prop set/get error macros so they make sense for not-implemented ... | Josh Blum | 2010-04-26 | 3 | -12/+12 |
* | added lock detect status to dboards | Josh Blum | 2010-04-26 | 3 | -0/+41 |
* | prefixed the ASSERT_THROW macro with UHD for the sake of namespace | Josh Blum | 2010-04-26 | 3 | -11/+11 |
* | Work on exceptions. | Josh Blum | 2010-04-25 | 3 | -21/+20 |
* | XCVR seems to be working, fixed the spi reset routine. | Josh Blum | 2010-04-23 | 1 | -7/+15 |
* | XCVR tweaks, working in highband and lowband. | Josh Blum | 2010-04-23 | 1 | -6/+17 |
* | xcvr tweaks and fixes, needs real testing | Josh Blum | 2010-04-22 | 1 | -18/+24 |
* | filled in xcvr tuning, set gain, spi reset | Josh Blum | 2010-04-22 | 1 | -14/+151 |
* | added regs for max2829 | Josh Blum | 2010-04-22 | 1 | -12/+17 |
* | added dboard app notes | Josh Blum | 2010-04-22 | 1 | -1/+2 |
* | work on atr registers and filling in functions | Josh Blum | 2010-04-21 | 1 | -14/+108 |
* | xcvr work, skeleton layout | Josh Blum | 2010-04-21 | 2 | -1/+332 |
* | RFX seems to be tuning. Added some code to dsp to check for valid range. | Josh Blum | 2010-04-16 | 1 | -49/+67 |
* | work on rfx registers | Josh Blum | 2010-04-15 | 1 | -10/+78 |
* | work on tuning rfx tx and rx LOs | Josh Blum | 2010-04-14 | 1 | -27/+75 |
* | removed some windows warnings | Josh Blum | 2010-04-14 | 1 | -2/+2 |
* | Added gain control to rfx. Switched string constants to caps (gains, antennas... | Josh Blum | 2010-04-14 | 2 | -14/+39 |
* | work on atr bits in rfx board | Josh Blum | 2010-04-14 | 1 | -11/+21 |
* | renamed dboard interface to dboard iface, the lengthy name was getting to be ... | Josh Blum | 2010-04-14 | 1 | -14/+14 |
* | work on rfx atr regs | Josh Blum | 2010-04-13 | 1 | -1/+30 |
* | merged unit type and gpio bank for dboard interface into one type, expanded d... | Josh Blum | 2010-04-12 | 1 | -1/+1 |
* | moved spi transact to usrp2 impl, and removed spi read | Josh Blum | 2010-04-12 | 1 | -1/+1 |
* | generate the register file, added lib include dir | Josh Blum | 2010-04-09 | 2 | -353/+0 |
* | Reworked the spi part of the dboard interface. | Josh Blum | 2010-04-07 | 1 | -11/+5 |
* | added code for adf4360 chip | Josh Blum | 2010-04-06 | 3 | -2/+380 |
* | Merge branch 'master' of git@ettus.sourcerepo.com:ettus/uhd into rfx | Josh Blum | 2010-04-06 | 1 | -28/+16 |
|\ |
|
| * | GPIO tested working on usrp. | Josh Blum | 2010-04-05 | 1 | -26/+14 |
| * | paradigm shift for the dsp abstraction | Josh Blum | 2010-04-05 | 1 | -4/+4 |
* | | some work on rfx board code | Josh Blum | 2010-04-02 | 2 | -15/+301 |
|/ |
|
* | moved props into usrp and multiple hpp files | Josh Blum | 2010-04-01 | 1 | -1/+1 |
* | Refactor ATR part of dboard interface (and some constants). | Josh Blum | 2010-03-31 | 1 | -2/+2 |
* | removed masks for ddr and gpio write in dboard interface | Josh Blum | 2010-03-30 | 1 | -2/+2 |
* | refactored types.hpp into types directory | Josh Blum | 2010-03-27 | 1 | -13/+13 |
* | Split utils.hpp into subdir with multiple files. | Josh Blum | 2010-03-27 | 1 | -2/+3 |