Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | 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 | |
| | | | | | | 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 | 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 | |
| | | | | | | | | | | Write gpio regs in 32 bit chunks. ATR regs rx side is high address. | |||||
| * | 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 | |
| | | | | | | 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 | -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 | |
| | | | | | | | 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 | -2/+2 | |
| | ||||||
* | Moved typedefs from props.hpp into new file types.hpp. | Josh Blum | 2010-03-21 | 1 | -0/+1 | |
| | | | | | | | Created structs to replace range tuples, and clock config struct. Merged clock config props into one property using config struct. Added templated dict construction to use the assign::map_list_of. Added gcc flag to set visibility to hidden and use the api macro. | |||||
* | changes to get tuning working | Josh Blum | 2010-03-16 | 1 | -2/+6 | |
| | ||||||
* | reimplemented dict to preserve order of insertion | Josh Blum | 2010-03-16 | 1 | -2/+2 | |
| | ||||||
* | Added ability to set the subdevices in use for rx and tx dboards. | Josh Blum | 2010-03-16 | 1 | -1/+1 | |
| | | | | | 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 | -8/+8 | |
| | | | | program options). | |||||
* | Device sub classes can register themselves. Simplifies device.cpp internals. | Josh Blum | 2010-03-15 | 1 | -4/+4 | |
| | | | | 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 | -28/+16 | |
| | | | | | 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 | -2/+2 | |
| | | | | | | 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 | 2 | -68/+267 | |
| | | | | | | 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. | |||||
* | Moved lib and include contents of dboard and mboard one directory up and ↵ | Josh Blum | 2010-02-21 | 6 | -446/+10 | |
| | | | | | | prefixed them with dboard_ and mboard_. And yes, the code is compiling. | |||||
* | Added special case for empty dboard slot (none id 0xffff) | Josh Blum | 2010-02-18 | 3 | -32/+69 | |
| | | | | | | Added error handling in the dboard base classes for mishandling the none id. Added better to string function for the dboard ids. Added get methods for dboard classes to get their ids. | |||||
* | Worked out spi api for the dboard interface. | Josh Blum | 2010-02-17 | 2 | -0/+38 | |
| | | | | Created usrp2 spi transaction control on host and fw | |||||
* | moved host code into host directory for clean (unambiguous) top level | Josh Blum | 2010-02-17 | 6 | -0/+470 | |