Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Octoclock: Fix off by one errors in uart code | michael-west | 2016-06-16 | 1 | -2/+2 | |
| | | ||||||
| * | cmake: allow UHD library and utilities to be in separate lib directories | Nicholas Corgan | 2016-06-16 | 1 | -1/+8 | |
| | | ||||||
| * | query_gpsdo_sensors: added OctoClock-G support | Nicholas Corgan | 2016-06-16 | 1 | -0/+39 | |
| | | ||||||
| * | Fixed minor warnings | Nicholas Corgan | 2016-06-16 | 6 | -12/+13 | |
| | | | | | | | | | | | | * Mismatched printf format strings * Number truncation * Unreferenced variables | |||||
* | | uhd_config_info: added missing --boost-version option | Nicholas Corgan | 2016-06-17 | 1 | -1/+2 | |
| | | ||||||
* | | docs: added information on recovering X3x0 EEPROM | Nicholas Corgan | 2016-06-17 | 1 | -0/+12 | |
| | | ||||||
* | | Merge branch 'maint' | Martin Braun | 2016-06-15 | 1 | -14/+25 | |
|\| | ||||||
| * | octoclock: uhd_usrp_probe works for clocks now | Martin Braun | 2016-06-15 | 1 | -14/+25 | |
| | | ||||||
* | | Changing UHD's versioning system | Nicholas Corgan | 2016-06-14 | 5 | -17/+22 | |
| | | | | | | | | * Version numbers now Major.API.ABI.Patch | |||||
* | | Merge branch 'maint' | Martin Braun | 2016-06-14 | 5 | -15/+15 | |
|\| | ||||||
| * | docs: no HTML timestamp for Doxygen | Nicholas Corgan | 2016-06-14 | 1 | -1/+1 | |
| | | ||||||
| * | Spelling fixes | Nicholas Corgan | 2016-06-14 | 2 | -8/+8 | |
| | | ||||||
| * | config: better platform detection | Nicholas Corgan | 2016-06-14 | 2 | -6/+6 | |
| | | ||||||
* | | cmake: added IGNORE_BUILD_DATE option for reproducibility | Nicholas Corgan | 2016-06-14 | 1 | -5/+9 | |
| | | ||||||
* | | Merge branch 'maint' | Martin Braun | 2016-06-14 | 1 | -1/+1 | |
|\| | ||||||
| * | Fix off-by-one error | Jonathan Wakely | 2016-06-07 | 1 | -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 David | 2016-06-08 | 1 | -22/+13 | |
| | | | | | | | | super_send_packet_handler | |||||
* | | transport: Removing task barrier for conversion calls in the ↵ | Paul David | 2016-06-08 | 1 | -23/+12 | |
| | | | | | | | | super_recv_packet_handler | |||||
* | | Added the option to disable ADC self-test | Marcus Müller | 2016-06-06 | 1 | -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 Braun | 2016-06-06 | 9 | -8/+934 | |
|\| | ||||||
| * | octoclock: Fix multi-line #define statements | Marcus Müller | 2016-06-06 | 1 | -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&`. | |||||
| * | added Wireshark Dissector for Octoclock packets | Marcus Müller | 2016-06-06 | 8 | -0/+924 | |
| | | ||||||
* | | Merge branch 'maint' | Martin Braun | 2016-05-27 | 1 | -7/+26 | |
|\| | ||||||
| * | UBX: Force RX LNAs on to reduce RX settling time | michael-west | 2016-05-26 | 1 | -7/+26 | |
| | | ||||||
* | | Merge branch 'maint' | Martin Braun | 2016-05-26 | 1 | -23/+37 | |
|\| | ||||||
| * | UBX: Fixed noise issues and reduced power consumption and heat | michael-west | 2016-05-26 | 1 | -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 Chaudhari | 2016-05-26 | 4 | -17/+17 | |
|\| | ||||||
| * | bugfix#1102: Prevented X300 DAC FIFO from underflowing | Ashish Chaudhari | 2016-05-25 | 3 | -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 | |||||
| * | cmake: When git describe fails, just use defaults instead of printing warnings. | Martin Braun | 2016-05-25 | 1 | -2/+13 | |
| | | ||||||
* | | Merge branch 'maint' | Martin Braun | 2016-05-19 | 2 | -3/+5 | |
|\| | ||||||
| * | cmake: Better verbosity for installing/packaging images. | Martin Braun | 2016-05-19 | 1 | -1/+2 | |
| | | ||||||
| * | examples: Increased the reference locking timeout in benchmark_rate | Paul David | 2016-05-17 | 1 | -2/+3 | |
| | | ||||||
* | | x300: Fixed an issue where the wrong XB port was being selected | Paul David | 2016-05-19 | 1 | -18/+43 | |
| | | | | | | | | | | | | - If there were duplicate IPs in the mboard eeprom, the last one would be selected instead of the first - The default IP addresses (used for the case where the mboard eeprom can't be read) would overwrite the previous settings - Added a warning for duplicate IP entries in the mboard eeprom | |||||
* | | x300: Check the maximum frame size for both links | Paul David | 2016-05-18 | 1 | -1/+22 | |
| | | | | | | | | | | - This change ensures that the smallest frame size is chosen with dual ethernet - It helps avoid any issues with using frame sizes larger than what the smaller link supports | |||||
* | | dboard_iface: Added FE name input to set_fe_connection | Ashish Chaudhari | 2016-05-16 | 6 | -17/+28 | |
| | | | | | | | | | | - A dboard_base class can have multiple frontends (subdevs) and the set_fe_connection needs to be able to distinguish between them | |||||
* | | remove unnecessary 'explicit' from soft_register constructors | Brooks Prumo | 2016-05-13 | 1 | -2/+2 | |
| | | ||||||
* | | x300: Fixed false link capacity warning and cleaned up some code | Paul David | 2016-05-13 | 2 | -11/+7 | |
| | | | | | | | | | | - Fixed an issue where 10GE on the HGS image presented a false warning for the link capacity - Removed some unnecessary variables after cleanup | |||||
* | | Merge branch 'maint' | Martin Braun | 2016-05-13 | 1 | -1/+1 | |
|\| | ||||||
| * | debian: Updated postinst such that sysctl failures are non-fatal to installation | Martin Braun | 2016-05-11 | 1 | -1/+1 | |
| | | ||||||
* | | devtest: Fix $PATH-setting code | Martin Braun | 2016-05-09 | 2 | -25/+21 | |
| | | | | | | | | | | | | | | | | | | PATH was only set for the examples, but not for the initial call to uhd_find_devices. This reverts commit b7c296f58399f0ef1fee7b3ef3d7da957f551558, which tried to fix this but did so badly, and also amends it with the correct fix. | |||||
* | | Merge branch 'maint' | Martin Braun | 2016-05-06 | 5 | -11/+60 | |
|\| | | | | | | | | | | | Conflicts: host/CMakeLists.txt host/lib/usrp/b200/b200_impl.cpp | |||||
| * | doxygen/cmake: Allow Doxygen to use shorter filenames | Martin Braun | 2016-05-05 | 2 | -1/+7 | |
| | | | | | | | | | | This fixes cases where automatic builds fail on operating systems with character limits in paths, such as Windows. | |||||
| * | Final changes for 3.9.4 release: | Martin Braun | 2016-05-05 | 2 | -2/+17 | |
| | | | | | | | | | | - Updated UHD images packages (zip file name change) - Updated Debian changelog | |||||
| * | b200: Changed implicit conversion to explicit conversion for wptr | Andrew Lynch | 2016-05-05 | 1 | -2/+2 | |
| | | ||||||
| * | b200: Changed tree sptr in lambda to wptr | Andrew Lynch | 2016-05-04 | 1 | -2/+6 | |
| | | ||||||
| * | docs: Update E310 documentation. | Philip Balister | 2016-04-28 | 1 | -6/+30 | |
| | | | | | | | | | | | | | | Provide some more background on when you need to cross compile UHD and install it on the E310. Clarify image build process. Signed-off-by: Philip Balister <philip@opensdr.com> | |||||
* | | Merge branch 'maint' | Martin Braun | 2016-04-26 | 0 | -0/+0 | |
|\| | | | | | | | | | Conflicts: host/CMakeLists.txt | |||||
| * | Updated images package for UHD 3.9.4 RC1 | Ashish Chaudhari | 2016-04-26 | 1 | -2/+2 | |
| | | ||||||
* | | devtest: Run uhd_find_devices from current build | Martin Braun | 2016-04-22 | 1 | -2/+2 | |
| | | ||||||
* | | Ignore .pyc files | Martin Braun | 2016-04-22 | 1 | -0/+1 | |
| | |