aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* lib: Made sensor_value_t copyableAshish Chaudhari2016-02-112-4/+28
| | | | | - Added copy ctor and assignment operator - Possibly ABI breaking
* Merge branch 'maint'Martin Braun2016-02-082-4/+9
|\
| * Disable Winsock deprecation warningsNicholas Corgan2016-02-081-0/+1
| |
| * cmake: fixed Boost.Thread check for MinGWNicholas Corgan2016-02-081-2/+6
| | | | | | | | | | * MinGW builds check for libboost_thread_win32 instead of libboost_thread * Checks for other platforms unaffected
| * B200: Fix for increasing retune timesmichael-west2016-02-051-2/+2
| |
* | Grab (u)intptr_t from the global namespaceAshish Chaudhari2016-02-041-2/+2
| | | | | | | | - Boost only added it to it's namespace starting 1.55
* | Merge branch 'maint'Martin Braun2016-02-042-4/+4
|\|
| * fixed the docs for Ubuntu package and PyBombs-based installationMarcus Müller2016-01-282-4/+4
| |
* | math: Removed now superfluous constants. Removes a lot of compiler warningsMartin Braun2016-02-042-14/+0
| |
* | cores: Factored out some common codeMartin Braun2016-01-267-144/+121
| |
* | Merge branch 'maint'Martin Braun2016-01-260-0/+0
|\|
| * firmware: e3xx: Bump minor version to 2.2Moritz Fischer2016-01-261-1/+1
| | | | | | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
| * firmware: e3xx: This fixes an issue with the autoboot value.Moritz Fischer2016-01-261-1/+2
| | | | | | | | | | | | | | | | | | | | The bug is a result of wrong order of evaluation: The '|' operator takes precedence over '?'. Therefore the intended expression a = x | (y ? 1 : 0) got evaluated as a = (x | y) ? 1 : 0. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
| * firmware: e3xx: Added .eeprom section that gets written.Moritz Fischer2016-01-262-2/+10
| | | | | | | | | | | | | | The EEPROM section was not getting written by make install, so whatever was in there is in there. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
| * firmware: e3xx: Bump minor version.Moritz Fischer2016-01-261-1/+1
| | | | | | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
| * firmware: e3xx: Add panic button functionality.Moritz Fischer2016-01-261-0/+12
| | | | | | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
| * firmware: e3xx: Turn off overzealous shutdown.Moritz Fischer2016-01-262-3/+2
| | | | | | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
* | firmware: e3xx: Bump minor version to 2.2Moritz Fischer2016-01-261-1/+1
| | | | | | | | Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
* | firmware: e3xx: This fixes an issue with the autoboot value.Moritz Fischer2016-01-261-1/+2
| | | | | | | | | | | | | | | | | | | | The bug is a result of wrong order of evaluation: The '|' operator takes precedence over '?'. Therefore the intended expression a = x | (y ? 1 : 0) got evaluated as a = (x | y) ? 1 : 0. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
* | firmware: e3xx: Added .eeprom section that gets written.Moritz Fischer2016-01-262-2/+10
| | | | | | | | | | | | | | The EEPROM section was not getting written by make install, so whatever was in there is in there. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
* | fx2: std::system("/sbin/rmmod usbtest") not portable, fixed thatMarcus Müller2016-01-261-5/+26
| | | | | | | | | | | | | | | | | | | | FX2 code has complications on Windows machine due to shell misinterpreting the "/sbin/rmmod usbtest" string. * path should not be hardcoded * std::system error message means "possible success" (which is confusing, and contains little information) * replaced std::system by matching syscall * used #ifdef UHD_PLATFORM_LINUX to make checking & removal Linux-only
* | Merge branch 'maint'Martin Braun2016-01-213-12/+6
|\|
| * uhd: add CMake flag for the Windows registry key to specify UHD images directoryBrooks Prumo2016-01-212-9/+5
| |
| * cmake: removed unnecessary includeNicholas Corgan2016-01-181-3/+1
| |
* | x300: Fixes bug#768 and a firmware hang issue with Eth Port 0 with the XGS imagepatrick-here2016-01-181-2/+3
| |
* | Merge pull request #1001 from EttusResearch/n230/header_fixAshish Chaudhari2016-01-156-6/+6
|\ \ | | | | | | n230: fixed header location
| * | n230: fixed header locationNicholas Corgan2016-01-156-6/+6
|/ /
* | Updated images packageAshish Chaudhari2016-01-131-2/+2
| |
* | Updated fpga-src pointerAshish Chaudhari2016-01-131-0/+0
| |
* | n230: Multiple usability improvementsAshish Chaudhari2016-01-136-49/+111
| | | | | | | | | | | | | | - Improved FW/FPGA compat mismatch error messages - Added power-cycle message to loader - Disabled "SW too new for HW" version check - Added retry mechanism in n230_find to allow for ARP updates
* | n230: Bumped N230 firmware compat number to 32Ashish Chaudhari2016-01-131-1/+1
| |
* | n230: Made link state detection more accurateAshish Chaudhari2016-01-131-3/+11
| |
* | bugfix#366: X300: PCIe: Live load of firmware failsAshish Chaudhari2016-01-111-0/+2
| |
* | Merge pull request #991 from EttusResearch/n230/warningsAshish Chaudhari2016-01-080-0/+0
|\ \ | | | | | | n230: fixed string formatting warning
| * | n230: fixed string formatting warningNicholas Corgan2016-01-081-2/+5
| | |
* | | usrp3,n230: Moved all shared FW-Host headers to the host dirAshish Chaudhari2016-01-0815-18/+22
| | |
* | | n230: fixed string formatting warningNicholas Corgan2016-01-081-2/+5
| | |
* | | n230: Added hardware compatibility version checks to UHDAshish Chaudhari2016-01-084-4/+61
| | |
* | | n230: Improved error for secondary ethernet detection failureAshish Chaudhari2016-01-081-3/+10
| | |
* | | n230: Added new AD9361 properties to the property treeAshish Chaudhari2016-01-073-34/+18
|/ /
* | Updated fpga-src and images packageAshish Chaudhari2016-01-062-2/+2
| | | | | | | | - FPGA commit: 86e2195f52ec6b39d4f529ab693fa18de398f650
* | Fixed some cross-platform build issuesAshish Chaudhari2016-01-062-1/+1
| |
* | n230: Fixed GPSDO detection logicAshish Chaudhari2016-01-066-26/+29
| |
* | n230: GPIO ATR cleanup and miniSAS GPIO supportAshish Chaudhari2016-01-056-9/+61
| | | | | | | | | | - Replaced all gpio_200 cores with gpio_3000 - Added support for miniSAS GPIO through FP0 and FP1 banks
* | n230: Added N230 device supportAshish Chaudhari2016-01-0532-26/+4656
| |
* | n230: Ethernet activity LED is now functionalAshish Chaudhari2016-01-054-11/+30
| |
* | n230: Added missing FW defsAshish Chaudhari2016-01-051-0/+2
| |
* | n230: Output interface ID in echo requestAshish Chaudhari2016-01-053-1/+7
| |
* | n230: Added dual-eth and link LED support to ZPU FWAshish Chaudhari2016-01-054-3/+87
| |
* | n230: Increased FW size to 8192Ashish Chaudhari2016-01-053-23/+19
| | | | | | | | - Updated to X300 bootloader