Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | moved props into usrp and multiple hpp files | Josh Blum | 2010-04-01 | 1 | -0/+1 | |
| | ||||||
* | Refactor ATR part of dboard interface (and some constants). | Josh Blum | 2010-03-31 | 1 | -7/+4 | |
| | | | | | | Added peek and poke to the dude/bro protocol. Started moving more control code through peek and poke. Added usrp_regs.hpp to be like memory map for slave perifs. | |||||
* | removed masks for ddr and gpio write in dboard interface | Josh Blum | 2010-03-30 | 1 | -4/+4 | |
| | ||||||
* | Added utility methods to device addr and mac addr to make them more usable. | Josh Blum | 2010-03-29 | 1 | -3/+3 | |
| | ||||||
* | Added tune helper to utils. | Josh Blum | 2010-03-29 | 1 | -1/+1 | |
| | | | | | | | Takes a subdevice and dxc properties object and tunes them. Made use of tune helper in simple device. Moved gain handler into utils header dir. | |||||
* | refactored types.hpp into types directory | Josh Blum | 2010-03-27 | 1 | -1/+1 | |
| | ||||||
* | Split utils.hpp into subdir with multiple files. | Josh Blum | 2010-03-27 | 1 | -2/+3 | |
| | | | | | | | 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 | |||||
* | massaged some of the dboard calls | Josh Blum | 2010-03-22 | 1 | -4/+4 | |
| | ||||||
* | Added ability to set the subdevices in use for rx and tx dboards. | Josh Blum | 2010-03-16 | 1 | -2/+2 | |
| | | | | | This is used to calculate and set the ddc and duc muxes. Also, minor fix for burning addrs (wrong pointer....) | |||||
* | Device sub classes can register themselves. Simplifies device.cpp internals. | Josh Blum | 2010-03-15 | 1 | -25/+28 | |
| | | | | Added static instance macro for lazy instantiation of static variables. | |||||
* | Removed freq min and max and gain min, max, and step... | Josh Blum | 2010-03-12 | 1 | -7/+6 | |
| | | | | | replaced it with gain and freq range tuples. This simplifies the api calls and subdev properties. | |||||
* | Cleaned up the gain handler (thing that gets and sets wildcard gains) | Josh Blum | 2010-03-11 | 1 | -33/+50 | |
| | | | | | | and made use of it in the dboard manager so it intercepts the sets and gets. While doing this, fixed something with nested links in wax obj. Added some useful macros and templates to the utils. | |||||
* | Filled in dboard code for basics and lf type boards. | Josh Blum | 2010-03-10 | 1 | -28/+12 | |
| | | | | | | The dboard is now just a uint16 (dont bother with the enums). The dboard manager now registers subdevs with a name. The basic board code uses a static block to register itself. | |||||
* | added set nice gpio pins to manager on init and deconstruct | Josh Blum | 2010-02-22 | 1 | -9/+18 | |
| | ||||||
* | Made implementation class for the dboard manager. | Josh Blum | 2010-02-22 | 1 | -8/+50 | |
| | ||||||
* | Moved lib and include contents of dboard and mboard one directory up and ↵ | Josh Blum | 2010-02-21 | 1 | -0/+231 | |
prefixed them with dboard_ and mboard_. And yes, the code is compiling. |