Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 ↵ | Josh Blum | 2010-07-05 | 1 | -9/+9 |
| | | | | mboard impls for mimo setup (works with 1 for now) | ||||
* | Moved mux calculations into dsp type1 utils. | Josh Blum | 2010-06-10 | 1 | -42/+22 |
| | | | | Fixed error in db basic freq range switcheroo. | ||||
* | 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 |
| | | | | | | write gpio and set pin control (atr or gpio) Added property to get dboard interface from the dboard obj. | ||||
* | Moved adc and dac control into codec control source file. | Josh Blum | 2010-05-10 | 1 | -1/+1 |
| | | | | The codec control powers down the chips on destruction. | ||||
* | Renamed the prop set/get error macros so they make sense for not-implemented ↵ | Josh Blum | 2010-04-26 | 1 | -4/+4 |
| | | | | properties. | ||||
* | 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 |
| | | | | | Moved named prop implementation into cpp, and made named prop a struct (tuples are trouble). | ||||
* | Work on exceptions. | Josh Blum | 2010-04-25 | 1 | -6/+4 |
| | | | | | 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. | ||||
* | 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 |
| | | | | | Created a eeprom parser for the format in the dboard. Removed the support from the microblaze code. | ||||
* | XCVR tweaks, working in highband and lowband. | Josh Blum | 2010-04-23 | 1 | -1/+1 |
| | | | | Also, fixed the tx mux calculation. | ||||
* | renamed dboard interface to dboard iface, the lengthy name was getting to be ↵ | Josh Blum | 2010-04-14 | 1 | -2/+2 |
| | | | | a burden | ||||
* | Created a usrp2 interface class with the control, spi, peek/poke functionality. | Josh Blum | 2010-04-13 | 1 | -4/+6 |
| | | | | Its used in all the implementation level code | ||||
* | 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 |
| | | | | removed the dict structure for each, we are just going to have one. | ||||
* | 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 |
| | | | | | | | static for static block and static instance (singleton) assert for assertion and throwing related stuff algorithm for my addons to std::algorithm (has) and a new one, safe main, for having a main catch-all | ||||
* | added install path for dll, fixed idiotic msvc error where making a vector ↵ | Josh Blum | 2010-03-19 | 1 | -2/+2 |
| | | | | with proxies crashes the app, seems to be ok with the sptr fix, in other good news, discover usrps works in my vm for the usrp2 | ||||
* | got uhd almost compiling in windowze. figured out special flags. also had to ↵ | Josh Blum | 2010-03-17 | 1 | -2/+2 |
| | | | | use boost stdint because its missing in visual c++, added a bunch of numeric casts to reduce warnings | ||||
* | Added ability to set the subdevices in use for rx and tx dboards. | Josh Blum | 2010-03-16 | 1 | -15/+67 |
| | | | | | This is used to calculate and set the ddc and duc muxes. Also, minor fix for burning addrs (wrong pointer....) | ||||
* | Replaced uses of wax:cast with the templated as method (like in boost ↵ | Josh Blum | 2010-03-15 | 1 | -2/+2 |
| | | | | program options). | ||||
* | Added simple device to handle wrapping general properties up into simple api. | Josh Blum | 2010-03-10 | 1 | -4/+5 |
| | | | | | Added setting time capability to the usrp2 impl. Messing with props and time specs... | ||||
* | 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 ↵ | Josh Blum | 2010-02-21 | 1 | -0/+123 |
prefixed them with dboard_ and mboard_. And yes, the code is compiling. |