| Commit message (Expand) | Author | Age | Files | Lines |
* | math: Replace boost::*::{lcm,gcd}() with portable versions | Martin Braun | 2019-01-18 | 1 | -2/+1 |
* | formatting: preparing for uhd::math cleanup | Brent Stapleton | 2019-01-18 | 1 | -241/+286 |
* | b200: Fix compiler warnings related to type conversions | Martin Braun | 2019-01-07 | 2 | -8/+8 |
* | cmake: Update coding style to use lowercase commands | Martin Braun | 2018-11-14 | 1 | -2/+2 |
* | B200: Restore asynchronous reset of AD936x. | michael-west | 2018-10-17 | 2 | -4/+15 |
* | b200: Enable access to user regs via the 'enable_user_regs' arg | Martin Braun | 2018-08-16 | 3 | -4/+31 |
* | b200: Remove superfluous fake lambda | Martin Braun | 2018-08-16 | 1 | -11/+10 |
* | B200: Fix SC8 RX Streaming | Vidush | 2018-07-16 | 1 | -9/+18 |
* | fixup! B200: Check if recv_frame_size is larger than minimum value | michael-west | 2018-07-13 | 2 | -12/+20 |
* | b200: Update FW and FPGA images | Martin Braun | 2018-07-12 | 1 | -2/+2 |
* | B200: Check if recv_frame_size is larger than minimum value | Vidush | 2018-07-12 | 2 | -0/+10 |
* | B200: Change Recv Frame Size to 8176 | Vidush | 2018-07-12 | 2 | -2/+20 |
* | lib: Purge some use of boost::system_time | Martin Braun | 2018-07-12 | 1 | -1/+0 |
* | B200: Enforce min_tick_rate | Vidush | 2018-06-21 | 1 | -0/+11 |
* | lib: Remove some unnecessary use of boost::posix_time | Martin Braun | 2018-05-14 | 1 | -7/+11 |
* | lib: Purge use of boost::assign, except for uhd::dict | Martin Braun | 2018-05-02 | 1 | -10/+10 |
* | lib: Purge all references to boost::this_thread::sleep() | Martin Braun | 2018-04-30 | 1 | -5/+6 |
* | ad936x: De-boostify ad936x_manager, minor cleanup | Martin Braun | 2018-04-26 | 1 | -6/+7 |
* | b200: Add clock rate range | Martin Braun | 2018-04-03 | 1 | -0/+5 |
* | uhd: Move internal headers to uhdlib/ | Martin Braun | 2018-03-14 | 6 | -22/+23 |
* | uhd: Fix some log statements | Andrej Rode | 2018-03-07 | 1 | -2/+2 |
* | fixup! x300,n230,e300: changes to adapt to new usrp API | Martin Braun | 2018-02-23 | 1 | -2/+2 |
* | fixup! x300,n230,e300,b200: changes to adapt to new usrp API | Trung N Tran | 2018-02-22 | 1 | -6/+29 |
* | uhd: Update license headers | Martin Braun | 2018-02-19 | 13 | -12/+24 |
* | Move all license headers to SPDX format. | Martin Braun | 2017-12-22 | 12 | -144/+12 |
* | uhd: Changed mboard_eeprom_t interface, refactored MB EEPROM code | Martin Braun | 2017-09-29 | 5 | -12/+94 |
* | b200: Fixed logging messages during FPGA image loading. | Martin Braun | 2017-06-16 | 1 | -11/+19 |
* | utils: introduce new logging API and remove msg API | Andrej Rode | 2017-02-20 | 4 | -30/+29 |
* | uhd: Replace clocking_mode_t unscoped enum with scoped version | Martin Braun | 2017-02-17 | 1 | -2/+2 |
* | uhd: replace BOOST_FOREACH with C++11 range-based for loop | Andrej Rode | 2017-02-10 | 4 | -22/+20 |
* | lib: Removed more superfluous variables | Martin Braun | 2016-11-28 | 1 | -1/+1 |
* | Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width t... | Martin Braun | 2016-11-08 | 11 | -178/+178 |
* | b200: Make sure no GPS settings are applied when no gpsdo present. | Martin Braun | 2016-10-18 | 1 | -1/+4 |
* | B2xx: fixed a typo when checking arguments on a streamer | Paul David | 2016-09-27 | 1 | -1/+1 |
* | Merge branch 'UHD-3.9.LTS' into maint | Martin Braun | 2016-09-02 | 3 | -25/+20 |
|\ |
|
| * | B200: GPSDO fixes | michael-west | 2016-09-02 | 3 | -20/+12 |
| * | GPSDO: Make sure read_uart() returns only complete strings for all devices. | michael-west | 2016-09-02 | 1 | -10/+13 |
* | | Revert "B200: Adding separate B200 radio control code" | Martin Braun | 2016-08-23 | 6 | -424/+12 |
* | | ad936x: Loopback check now takes peeker/poker functors instead of assuming an... | Martin Braun | 2016-08-09 | 1 | -2/+6 |
* | | usb: fix 'timeout' variables to be unsigned since that is what the 'libusb_co... | Michael Dickens | 2016-08-01 | 1 | -2/+2 |
* | | B200: Adding separate B200 radio control code | michael-west | 2016-07-22 | 6 | -10/+422 |
* | | Merge branch 'maint' | Martin Braun | 2016-06-23 | 3 | -5/+31 |
|\| |
|
| * | b200: Update DSPs after changing tick rate | Martin Braun | 2016-06-22 | 3 | -6/+32 |
* | | Merge branch 'maint' | Martin Braun | 2016-05-06 | 1 | -4/+8 |
|\| |
|
| * | 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 |
* | | Merge branch 'maint' | Martin Braun | 2016-04-22 | 2 | -10/+18 |
|\| |
|
| * | b200: Fixed setting of max rate | Martin Braun | 2016-04-22 | 2 | -10/+18 |
* | | usrp3: Added RX DSP support for heterodyne sampling | Ashish Chaudhari | 2016-03-21 | 1 | -1/+1 |
* | | Merge branch 'maint' | Martin Braun | 2016-03-11 | 1 | -1/+1 |
|\| |
|