| Commit message (Expand) | Author | Age | Files | Lines |
* | usrp: support for grand daughter board eeprom | Josh Blum | 2011-04-26 | 1 | -1/+13 |
* | Merge branch 'master' into next | Josh Blum | 2011-03-03 | 1 | -0/+1 |
|\ |
|
| * | usrp2: only include fw_common when needed, remove virtual send/recv, not exposed | Josh Blum | 2011-03-02 | 1 | -0/+1 |
* | | uhd: renamed the assert header to assert has | Josh Blum | 2011-02-24 | 1 | -1/+1 |
|/ |
|
* | uhd: switch dboard id prop to whole eeprom struct | Josh Blum | 2011-02-22 | 1 | -8/+8 |
* | uhd: simplify dboard eeprom code by passing iface into load/store | Josh Blum | 2011-02-22 | 1 | -5/+5 |
* | uhd: removed windows warnings, added string formatting in usrp-n | Josh Blum | 2010-11-11 | 1 | -2/+2 |
* | usrp-n: populated name properties to use the generated cname from iface | Josh Blum | 2010-11-11 | 1 | -2/+2 |
* | usrp: use the dboard id to prefix the subdev gain group names | Josh Blum | 2010-10-20 | 1 | -0/+2 |
* | usrp: use different priority policies for gain group (rx vs tx) | Josh Blum | 2010-08-15 | 1 | -2/+6 |
* | usrp: moved usrp utils into public include space | Josh Blum | 2010-08-15 | 1 | -2/+2 |
* | uhd: extract named prop returns a named prop (not a tuple) | Josh Blum | 2010-08-15 | 1 | -8/+6 |
* | Merge branch 'codec_gains' | Josh Blum | 2010-08-06 | 1 | -1/+21 |
|\ |
|
| * | Merge branch 'master' into codec_gains | Josh Blum | 2010-08-04 | 1 | -4/+4 |
| |\ |
|
| * | | usrp: added gain group support usrp2 dboard and to wrapper implementations | Josh Blum | 2010-07-27 | 1 | -3/+15 |
| * | | usrp2: added codec impl for codec properties to usrp2 | Josh Blum | 2010-07-27 | 1 | -0/+8 |
* | | | uhd: implemented subdev spec in mimo and simple usrp wrappers. | Josh Blum | 2010-08-06 | 1 | -32/+0 |
| |/
|/| |
|
* | | usrp2: reorganized firmware directory | Josh Blum | 2010-07-30 | 1 | -4/+4 |
|/ |
|
* | uhd: work on tune logic, and subdev connection logic | Josh Blum | 2010-07-16 | 1 | -3/+2 |
* | usrp2: split mboard impl into its own class, usrp2 device can instantiate N m... | Josh Blum | 2010-07-05 | 1 | -9/+9 |
* | Moved mux calculations into dsp type1 utils. | Josh Blum | 2010-06-10 | 1 | -42/+22 |
* | usrp2 regs naming convention | Josh Blum | 2010-06-04 | 1 | -2/+2 |
* | Added support to set GPIO pins from dboard interface: | Josh Blum | 2010-05-24 | 1 | -3/+9 |
* | Moved adc and dac control into codec control source file. | Josh Blum | 2010-05-10 | 1 | -1/+1 |
* | Renamed the prop set/get error macros so they make sense for not-implemented ... | Josh Blum | 2010-04-26 | 1 | -4/+4 |
* | prefixed the ASSERT_THROW macro with UHD for the sake of namespace | Josh Blum | 2010-04-26 | 1 | -2/+2 |
* | Got eeprom read/write dboard ids working. | Josh Blum | 2010-04-26 | 1 | -1/+1 |
* | Work on exceptions. | Josh Blum | 2010-04-25 | 1 | -6/+4 |
* | set dboard eeprom from dboard properties | Josh Blum | 2010-04-24 | 1 | -11/+30 |
* | Moved reading the eeprom (dboard ids) onto the host. | Josh Blum | 2010-04-23 | 1 | -10/+5 |
* | XCVR tweaks, working in highband and lowband. | Josh Blum | 2010-04-23 | 1 | -1/+1 |
* | renamed dboard interface to dboard iface, the lengthy name was getting to be ... | Josh Blum | 2010-04-14 | 1 | -2/+2 |
* | Created a usrp2 interface class with the control, spi, peek/poke functionality. | Josh Blum | 2010-04-13 | 1 | -4/+6 |
* | converted timespec to use nanoseconds for fractional part | Josh Blum | 2010-04-08 | 1 | -0/+1 |
* | simplified the usage of dboard, dsp, and mboard proxies. | Josh Blum | 2010-04-05 | 1 | -2/+2 |
* | added 16 bit peek and poke, 16 bit register defs for gpios and atrs | Josh Blum | 2010-04-05 | 1 | -2/+2 |
* | moved props into usrp and multiple hpp files | Josh Blum | 2010-04-01 | 1 | -0/+2 |
* | use defined constants for the register addresses | Josh Blum | 2010-04-01 | 1 | -3/+2 |
* | Moved dsp (rx and tx), time config, and clock config (mostly) into the host. | Josh Blum | 2010-03-31 | 1 | -15/+15 |
* | refactored types.hpp into types directory | Josh Blum | 2010-03-27 | 1 | -0/+1 |
* | Split utils.hpp into subdir with multiple files. | Josh Blum | 2010-03-27 | 1 | -1/+1 |
* | added install path for dll, fixed idiotic msvc error where making a vector wi... | Josh Blum | 2010-03-19 | 1 | -2/+2 |
* | got uhd almost compiling in windowze. figured out special flags. also had to ... | Josh Blum | 2010-03-17 | 1 | -2/+2 |
* | Added ability to set the subdevices in use for rx and tx dboards. | Josh Blum | 2010-03-16 | 1 | -15/+67 |
* | Replaced uses of wax:cast with the templated as method (like in boost program... | Josh Blum | 2010-03-15 | 1 | -2/+2 |
* | Added simple device to handle wrapping general properties up into simple api. | Josh Blum | 2010-03-10 | 1 | -4/+5 |
* | Made implementation class for the dboard manager. | Josh Blum | 2010-02-22 | 1 | -2/+2 |
* | Moved lib and include contents of dboard and mboard one directory up and pref... | Josh Blum | 2010-02-21 | 1 | -0/+123 |