aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/x300/x300_adc_dac_utils.cpp
Commit message (Collapse)AuthorAgeFilesLines
* x300: Removed stray fileMartin Braun2017-06-281-367/+0
|
* X300: Fix DAC syncmichael-west2017-06-261-47/+0
|
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width ↵Martin Braun2016-11-081-13/+13
| | | | | | | | types) - Also removes all references to boost/cstdint.hpp and replaces it with stdint.h (The 'correct' replacement would be <cstdint>, but not all of our compilers support that).
* bugfix#1102: Prevented X300 DAC FIFO from underflowingAshish Chaudhari2016-05-251-1/+1
| | | | | | | - The spectral distortion was begin caused by the DAC FIFO underflowing. The fix was to run through the DAC sync procedure which uses the falling edge clock to sample the RefClk and sync it with the data clk
* Merge branch 'master' into ashish/register_apiAshish Chaudhari2015-08-101-3/+3
|\
| * x300, e300: Moved common register names to radio namespaceMartin Braun2015-08-071-3/+3
| | | | | | | | This preps the code for merging common registers altogether.
* | x300: Used new soft register API for X300 registersAshish Chaudhari2015-08-041-33/+35
|/
* x300: Moved system-level ADC and DAC operationsAshish Chaudhari2015-07-231-0/+412
- The following function implementations were moved from x300_impl.cpp to x300_adc_dac_utils.cpp - synchronize_dacs - self_test_adcs - extended_adc_test - self_cal_adc_capture_delay - self_cal_adc_xfer_delay - This reduces the size of the x300_impl object file