| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
| |
This is used to calculate and set the ddc and duc muxes.
Also, minor fix for burning addrs (wrong pointer....)
|
|
|
|
| |
program options).
|
|
|
|
| |
Added static instance macro for lazy instantiation of static variables.
|
|
|
|
|
| |
replaced it with gain and freq range tuples.
This simplifies the api calls and subdev properties.
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
prefixed them with dboard_ and mboard_.
And yes, the code is compiling.
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
Created usrp2 spi transaction control on host and fw
|
|
|