| Commit message (Expand) | Author | Age | Files | Lines |
* | lib: disable non pcie types in find with resource | Steven Koo | 2020-10-05 | 1 | -1/+7 |
* | uhd: clang format device impl | Steven Koo | 2020-10-05 | 1 | -6/+5 |
* | b200: Enable power calibration API | Martin Braun | 2020-06-03 | 1 | -19/+95 |
* | b200: Add a prop tree node usb_version | Martin Braun | 2020-04-14 | 1 | -0/+1 |
* | uhd: Apply clang-format against all .cpp and .hpp files in host/ | Martin Braun | 2020-03-03 | 1 | -526/+584 |
* | uhd: Replace all occurrences of boost::bind with std::bind | Martin Braun | 2019-11-26 | 1 | -46/+46 |
* | uhd: Replace usage of boost smart pointers with C++11 counterparts | Martin Braun | 2019-11-26 | 1 | -6/+5 |
* | b200: Fix compiler warnings related to type conversions | Martin Braun | 2019-01-07 | 1 | -6/+6 |
* | B200: Restore asynchronous reset of AD936x. | michael-west | 2018-10-17 | 1 | -1/+10 |
* | b200: Enable access to user regs via the 'enable_user_regs' arg | Martin Braun | 2018-08-16 | 1 | -4/+24 |
* | 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 | 1 | -12/+19 |
* | B200: Check if recv_frame_size is larger than minimum value | Vidush | 2018-07-12 | 1 | -0/+8 |
* | B200: Change Recv Frame Size to 8176 | Vidush | 2018-07-12 | 1 | -2/+17 |
* | 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 |
* | 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: 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 | 1 | -1/+2 |
* | Move all license headers to SPDX format. | Martin Braun | 2017-12-22 | 1 | -12/+1 |
* | uhd: Changed mboard_eeprom_t interface, refactored MB EEPROM code | Martin Braun | 2017-09-29 | 1 | -7/+2 |
* | utils: introduce new logging API and remove msg API | Andrej Rode | 2017-02-20 | 1 | -17/+16 |
* | 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 | 1 | -13/+13 |
* | Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width t... | Martin Braun | 2016-11-08 | 1 | -26/+26 |
* | b200: Make sure no GPS settings are applied when no gpsdo present. | Martin Braun | 2016-10-18 | 1 | -1/+4 |
* | Merge branch 'UHD-3.9.LTS' into maint | Martin Braun | 2016-09-02 | 1 | -4/+4 |
|\ |
|
| * | B200: GPSDO fixes | michael-west | 2016-09-02 | 1 | -4/+4 |
* | | Revert "B200: Adding separate B200 radio control code" | Martin Braun | 2016-08-23 | 1 | -6/+6 |
* | | ad936x: Loopback check now takes peeker/poker functors instead of assuming an... | Martin Braun | 2016-08-09 | 1 | -2/+6 |
* | | B200: Adding separate B200 radio control code | michael-west | 2016-07-22 | 1 | -4/+4 |
* | | Merge branch 'maint' | Martin Braun | 2016-06-23 | 1 | -5/+7 |
|\| |
|
| * | b200: Update DSPs after changing tick rate | Martin Braun | 2016-06-22 | 1 | -6/+8 |
* | | 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 | 1 | -0/+9 |
|\| |
|
| * | b200: Fixed setting of max rate | Martin Braun | 2016-04-22 | 1 | -0/+9 |
* | | 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 |
|\| |
|
| * | Fixed minor warnings: | Nicholas Corgan | 2016-03-04 | 1 | -1/+1 |
* | | Merge branch 'maint' | Martin Braun | 2016-02-29 | 1 | -4/+6 |
|\| |
|
| * | Enable multiple programs to use USB USRPs on Windows | Derek Kozel | 2016-02-29 | 1 | -4/+6 |
* | | prop_tree: Multiple API enhancements to uhd::property | Ashish Chaudhari | 2016-02-11 | 1 | -34/+34 |