| Commit message (Expand) | Author | Age | Files | Lines |
* | uhd: Apply clang-format against all .cpp and .hpp files in host/ | Martin Braun | 2020-03-03 | 1 | -506/+593 |
* | uhd: Replace all occurrences of boost::bind with std::bind | Martin Braun | 2019-11-26 | 1 | -46/+44 |
* | lib: Purge use of boost::assign, except for uhd::dict | Martin Braun | 2018-05-02 | 1 | -4/+6 |
* | usrp2: Re-add ability to modulate in the DAC | Martin Braun | 2018-03-28 | 1 | -7/+73 |
* | uhd: Move internal headers to uhdlib/ | Martin Braun | 2018-03-14 | 1 | -1/+1 |
* | uhd: Update license headers | Martin Braun | 2018-02-19 | 1 | -1/+1 |
* | Move all license headers to SPDX format. | Martin Braun | 2017-12-22 | 1 | -12/+1 |
* | UHD: Add eeprom info to dboard_base | michael-west | 2017-12-07 | 1 | -2/+2 |
* | uhd: Changed mboard_eeprom_t interface, refactored MB EEPROM code | Martin Braun | 2017-09-29 | 1 | -5/+2 |
* | uhd: Replaced many lexical_cast with appropriate C++11 equivalents | Martin Braun | 2017-06-29 | 1 | -5/+4 |
* | uhd: tasks now use std::threads under the hood, and can't be interrupted | Martin Braun | 2017-06-28 | 1 | -1/+3 |
* | logging: Demoted a number of DEBUG messages to TRACE | Martin Braun | 2017-04-05 | 1 | -4/+4 |
* | utils: introduce new logging API and remove msg API | Andrej Rode | 2017-02-20 | 1 | -15/+15 |
* | uhd: replace BOOST_FOREACH with C++11 range-based for loop | Andrej Rode | 2017-02-10 | 1 | -11/+10 |
* | Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width t... | Martin Braun | 2016-11-08 | 1 | -10/+10 |
* | dboard: Added restricted dboard registration capability | Ashish Chaudhari | 2016-02-16 | 1 | -3/+2 |
* | prop_tree: Multiple API enhancements to uhd::property | Ashish Chaudhari | 2016-02-11 | 1 | -44/+44 |
* | UHD: Remove initialization of time to GPS time. | michael-west | 2015-08-12 | 1 | -3/+0 |
* | Added uhd::image_loader class and uhd_image_loader utility | Nicholas Corgan | 2015-07-15 | 1 | -1/+1 |
* | USRP2: Separate FPGA compat numbers for USRP2 and N200. | michael-west | 2015-04-23 | 1 | -2/+23 |
* | N2x0: Fixed missing usage of send_buff_size | Martin Braun | 2015-03-03 | 1 | -2/+3 |
* | uhd: fixing TX DSP tuning on gen2 devices, special changes for n2xx | Ben Hilburn | 2014-10-07 | 1 | -25/+2 |
* | Merge branch 'maint' | Martin Braun | 2014-09-23 | 1 | -2/+0 |
|\ |
|
| * | usrp: don't print duplicate GPSDO detection messages | Nicholas Corgan | 2014-09-23 | 1 | -2/+0 |
* | | Give user the option to ignore daughterboard's calibration file at runtime | Nicholas Corgan | 2014-09-02 | 1 | -2/+7 |
* | | Merge branch 'maint' | Martin Braun | 2014-08-18 | 1 | -5/+0 |
|\| |
|
| * | - Fixes for channel alignment | michael-west | 2014-08-18 | 1 | -5/+0 |
* | | Merge branch 'maint' | Martin Braun | 2014-07-31 | 1 | -1/+8 |
|\| |
|
| * | Fix for BUG #492: UHD: set_time_unknown_pps() fails with GPSDO installed | michael-west | 2014-06-25 | 1 | -1/+8 |
* | | OctoClock firmware upgrade, added host driver | Nicholas Corgan | 2014-07-23 | 1 | -2/+3 |
|/ |
|
* | Merge remote-tracking branch 'origin/bug403' | Ben Hilburn | 2014-04-10 | 1 | -2/+4 |
|\ |
|
| * | Fix for BUG #403: Visible frequency drift on Finite Rx with N210 & SBX | michael-west | 2014-04-08 | 1 | -2/+4 |
* | | uhd: Added max link rate info for usrp1, usrp2 and b100 | Martin Braun | 2014-04-10 | 1 | -0/+1 |
|/ |
|
* | Merging USRP X300 and X310 support!! | Ben Hilburn | 2014-02-04 | 1 | -4/+21 |
* | usrp2: try/catch for first send of discovery routine | Josh Blum | 2013-08-15 | 1 | -1/+12 |
* | lfrx: disable dc offset correction when using LFRX | Josh Blum | 2012-09-28 | 1 | -0/+3 |
* | n2x0: only check for the GPSDO once after power up | Josh Blum | 2012-06-18 | 1 | -9/+38 |
* | gpsdo: added "gpsdo" clock and time source options | Josh Blum | 2012-05-18 | 1 | -4/+7 |
* | usrp: mboard eeprom map use string as key | Josh Blum | 2012-05-14 | 1 | -1/+1 |
* | usrp2: print helpful message with burner command | Josh Blum | 2012-05-11 | 1 | -2/+3 |
* | usrp2: add variable for wb/spi interface | Josh Blum | 2012-04-20 | 1 | -12/+25 |
* | Merge branch 'master' into next | Josh Blum | 2012-03-26 | 1 | -3/+17 |
|\ |
|
| * | usrp2: possible fix for invalid broadcast replies | Josh Blum | 2012-03-26 | 1 | -3/+17 |
* | | fifo ctrl: implement timed command feature detection | Josh Blum | 2012-03-23 | 1 | -2/+9 |
* | | fifo ctrl: use regular iface for U2_REG_MISC_CTRL_CLOCK | Josh Blum | 2012-03-23 | 1 | -6/+7 |
* | | fifo ctrl: various tweaks | Josh Blum | 2012-03-23 | 1 | -1/+0 |
* | | fifo ctrl: spi core work and host implementation | Josh Blum | 2012-03-23 | 1 | -3/+3 |
* | | usrp2: implementation of timed commands working | Josh Blum | 2012-03-23 | 1 | -0/+5 |
* | | usrp2: integrated fifo ctrl into usrp2 modules, implemented window'd acking | Josh Blum | 2012-03-23 | 1 | -16/+17 |
* | | usrp2: host and fw implementation for fifo control | Josh Blum | 2012-03-23 | 1 | -1/+8 |
|/ |
|