aboutsummaryrefslogtreecommitdiffstats
path: root/host
Commit message (Collapse)AuthorAgeFilesLines
* examples: Fixed unconditional wait for SISO case in benchmark_rateMartin Braun2016-07-221-1/+1
|
* examples: Added late command counter to benchmark_rateMartin Braun2016-07-221-4/+17
|
* B200: Adding separate B200 radio control codemichael-west2016-07-226-10/+422
|
* UHD: Fixes for super_recv_packet_hadlermichael-west2016-07-221-3/+14
| | | | | - Make recv() return immediately on EOB - In the timeout case, don't call the flow control hander if none exists
* examples: Fix RX thread in benchmark_rate example so it exits when EOB is seenmichael-west2016-07-221-2/+8
|
* C API: wrapped multi_usrp functions for interacting with LO'sNicholas Corgan2016-07-193-3/+169
|
* multi_usrp: Added LO control APIDerek Kozel2016-07-192-0/+241
|
* Added TwinRX daughterboard control.Ashish Chaudhari2016-07-1910-0/+3845
|
* adf_synth: Added muxout config API to 435x controllersAshish Chaudhari2016-07-191-0/+34
|
* twinrx: Added ADF5355 control moduleAshish Chaudhari2016-07-195-0/+605
| | | | | - Added regmap - Added controller class
* x300: Minor: Assert if FPGA image identifier is not long enoughAshish Chaudhari2016-07-121-0/+2
|
* x300: UHD is now compatible with FPGA images with Aurora supportAshish Chaudhari2016-07-072-25/+45
| | | | | - UHD and ZPU is now aware of Aurora SFP+ transceivers in the FPGA image - Added script to exercise Aurora BIST features
* Merge branch 'maint'Martin Braun2016-06-237-6/+47
|\ | | | | | | | | Conflicts: host/lib/usrp/b200/b200_impl.cpp
| * converters: Clarifying comment re packingMartin Braun2016-06-222-0/+10
| |
| * docs: Clarified available clock rates for X310 (should not list 120 MHz)Derek Kozel2016-06-221-1/+1
| | | | | | | | Reviewed-By: Martin Braun <martin.braun@ettus.com>
| * Added subdev argument to rx_samples_to_udp exampleDerek Kozel2016-06-221-0/+5
| |
| * b200: Update DSPs after changing tick rateMartin Braun2016-06-223-6/+32
| | | | | | | | | | Reviewed-By: Andrew Lynch <andrew.lynch@ni.com> Reviewed-By: Michael West <michael.west@ettus.com>
* | Merge branch 'maint'Martin Braun2016-06-222-6/+16
|\|
| * lib: fixed GCC 6 warnings/errorsNicholas Corgan2016-06-212-6/+16
| | | | | | | | | | * gpsd_iface: fixed ambiguity in boost::assign::list_of usage * b100/clock_ctrl: fixed "misleading indentation" warning
* | Merge branch 'maint'Martin Braun2016-06-1714-49/+125
|\|
| * Added the option to disable ADC self-testMarcus Müller2016-06-171-1/+1
| | | | | | | | | | | | This proved helpful on devices where the EEPROM is wrong about hardware revision, and the EEPROM writing doesn't work, because the ADC self-test fails due to being run for the wrong board revision.
| * octoclock: bugfixes, bumped firmware compat number to 4Nicholas Corgan2016-06-176-32/+62
| | | | | | | | | | | | | | | | | | * host: consistency in setting packet sequence numbers * firmware: populate packet length field when setting GPSDO cache * both: logic for dealing with mismatching compatibility numbers Reviewed-By: Michael West <michael.west@ettus.com> Reviewed-By: Martin Braun <martin.braun@ettus.com>
| * convert: remove duplicate registration of sc12 sizeNicholas Corgan2016-06-171-2/+1
| |
| * Octoclock: Fix off by one errors in uart codemichael-west2016-06-161-2/+2
| |
| * cmake: allow UHD library and utilities to be in separate lib directoriesNicholas Corgan2016-06-161-1/+8
| |
| * query_gpsdo_sensors: added OctoClock-G supportNicholas Corgan2016-06-161-0/+39
| |
| * Fixed minor warningsNicholas Corgan2016-06-166-12/+13
| | | | | | | | | | | | * Mismatched printf format strings * Number truncation * Unreferenced variables
* | uhd_config_info: added missing --boost-version optionNicholas Corgan2016-06-171-1/+2
| |
* | docs: added information on recovering X3x0 EEPROMNicholas Corgan2016-06-171-0/+12
| |
* | Merge branch 'maint'Martin Braun2016-06-151-14/+25
|\|
| * octoclock: uhd_usrp_probe works for clocks nowMartin Braun2016-06-151-14/+25
| |
* | Changing UHD's versioning systemNicholas Corgan2016-06-145-17/+22
| | | | | | | | * Version numbers now Major.API.ABI.Patch
* | Merge branch 'maint'Martin Braun2016-06-145-15/+15
|\|
| * docs: no HTML timestamp for DoxygenNicholas Corgan2016-06-141-1/+1
| |
| * Spelling fixesNicholas Corgan2016-06-142-8/+8
| |
| * config: better platform detectionNicholas Corgan2016-06-142-6/+6
| |
* | cmake: added IGNORE_BUILD_DATE option for reproducibilityNicholas Corgan2016-06-141-5/+9
| |
* | Merge branch 'maint'Martin Braun2016-06-141-1/+1
|\|
| * Fix off-by-one errorJonathan Wakely2016-06-071-1/+1
| | | | | | | | There's an off-by-one error in base64_decode_value that results in undefined behaviour when it's passed `'\x7b'`
* | transport: Removing task barrier for conversion calls in the ↵Paul David2016-06-081-22/+13
| | | | | | | | super_send_packet_handler
* | transport: Removing task barrier for conversion calls in the ↵Paul David2016-06-081-23/+12
| | | | | | | | super_recv_packet_handler
* | Added the option to disable ADC self-testMarcus Müller2016-06-061-1/+1
| | | | | | | | | | | | This proved helpful on devices where the EEPROM is wrong about hardware revision, and the EEPROM writing doesn't work, because the ADC self-test fails due to being run for the wrong board revision.
* | Merge branch 'maint'Martin Braun2016-06-061-8/+10
|\|
| * octoclock: Fix multi-line #define statementsMarcus Müller2016-06-061-8/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now, use `do{...} while(0)` to pack multiple statements into a single one that isn't fragile. Currently ``` if(state_just_right) OCTOCLOCK_SEND_AND_RECV(all,the,options); ``` would introduce annoying bugs. Generally, there's no good reason this is a `#define` rather than a C/C++ function. The `OCTOCLOCK_PACKET_MATCHES` should probably be a C function, too, or simply an overloaded `==` operator on to `const octoclock_packet_t&`.
* | Merge branch 'maint'Martin Braun2016-05-271-7/+26
|\|
| * UBX: Force RX LNAs on to reduce RX settling timemichael-west2016-05-261-7/+26
| |
* | Merge branch 'maint'Martin Braun2016-05-261-23/+37
|\|
| * UBX: Fixed noise issues and reduced power consumption and heatmichael-west2016-05-261-23/+37
| | | | | | | | | | - Removed force on of components to reduce noise, power consumption, and heat - Set TX PA force on only when RX antenna set to RX2 to remove long TX transient caused by HW issue on TX path
* | Merge branch 'maint'Ashish Chaudhari2016-05-264-17/+17
|\|
| * bugfix#1102: Prevented X300 DAC FIFO from underflowingAshish Chaudhari2016-05-253-15/+4
| | | | | | | | | | | | | | - 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