Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replaced the assert falses with an invalid code path exception | Josh Blum | 2010-06-02 | 1 | -2/+2 |
| | |||||
* | Refactor WBX and RFX to use conventions more like XCVR | Jason Abele | 2010-06-01 | 1 | -22/+26 |
| | |||||
* | Added support to set GPIO pins from dboard interface: | Josh Blum | 2010-05-24 | 1 | -1/+3 |
| | | | | | | write gpio and set pin control (atr or gpio) Added property to get dboard interface from the dboard obj. | ||||
* | 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 | 1 | -2/+2 |
| | |||||
* | Expanded the dboard id API to create dboard id types from strings and ints. | Josh Blum | 2010-05-03 | 1 | -2/+2 |
| | | | | | | And created utility functions to go between representations. Created to_pp_string for pretty print strings for dboard ids and device addrs. Minor changes to the various classes that call these utilities. | ||||
* | Replaced the dboard base constructor args with an opaque type. | Josh Blum | 2010-05-02 | 1 | -7/+7 |
| | |||||
* | Renamed the prop set/get error macros so they make sense for not-implemented ↵ | Josh Blum | 2010-04-26 | 1 | -4/+4 |
| | | | | properties. | ||||
* | added lock detect status to dboards | Josh Blum | 2010-04-26 | 1 | -0/+17 |
| | |||||
* | prefixed the ASSERT_THROW macro with UHD for the sake of namespace | Josh Blum | 2010-04-26 | 1 | -5/+5 |
| | |||||
* | Work on exceptions. | Josh Blum | 2010-04-25 | 1 | -8/+6 |
| | | | | | Added props exception macro to make the set/get prop switch statements easier. Made use of boost throw exception macro for throw-site information in throw assert. | ||||
* | xcvr work, skeleton layout | Josh Blum | 2010-04-21 | 1 | -1/+1 |
| | |||||
* | 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, ↵ | Josh Blum | 2010-04-14 | 1 | -11/+36 |
| | | | | | | antennas, subdevs). Made dboard interface for aux dac and adc use volts. | ||||
* | 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 |
| | | | | a burden | ||||
* | 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 ↵ | Josh Blum | 2010-04-12 | 1 | -1/+1 |
| | | | | dboard clock config api | ||||
* | moved spi transact to usrp2 impl, and removed spi read | Josh Blum | 2010-04-12 | 1 | -1/+1 |
| | |||||
* | Reworked the spi part of the dboard interface. | Josh Blum | 2010-04-07 | 1 | -11/+5 |
| | | | | | | It turns out to be more complicated. The integer type is better for holding the bits. The edges can be different, so the spi config hold 2 edge setting for mosi and miso. | ||||
* | added code for adf4360 chip | Josh Blum | 2010-04-06 | 1 | -2/+27 |
| | |||||
* | some work on rfx board code | Josh Blum | 2010-04-02 | 1 | -0/+300 |