| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
created a templated range that that holds a start, stop, and step
created a meta-range template that is a vector of ranges
meta-range can calculate the overall start, stop, step
or be indexed to get at components
replaced instances of range.min, max, step with the functions
start() stop() and step()
the xcvr frequency range is now expressed in as two ranges
(have to fix its clip function though)
|
| |
|
|\ |
|
| | |
|
|/
|
|
| |
TVRX should be in there. Not debugged.
|
| |
|
| |
|
|
|
|
|
|
| |
The AD9862 datasheet states that maximum gain is achieved with
a value of 111111 (0x3f), however, empirical testing reveals that
the gain scaling value spans the full register width of 8-bits.
|
| |
|
| |
|
|
|
|
|
|
| |
everything that should have two is now stored into a dictionary of slot to type
the set and get functions are now bound with a third argument for dboard slot
the dboard iface has yet to be completed with the correct registers for a vs b
|
|
|
|
|
|
|
|
| |
made usb checking changes
implemented named_prop_t::extract change
copied the remainder of the codec pga gain control
|
|
|