aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp1
Commit message (Expand)AuthorAgeFilesLines
* uhd: math: Replace wrap-frequency math with a single functionMartin Braun2021-10-192-16/+14
* uhd: Replace Boost mutexes and locks with standard optionsMartin Braun2021-10-191-11/+11
* uhd: Remove all occurences of boost::math::*round()Martin Braun2021-06-243-12/+15
* host: Update code base using clang-tidyMartin Braun2021-03-171-10/+10
* host: Update code base using clang-tidyMartin Braun2021-03-046-56/+56
* mpmd: Skip find if "resource" key is specifiedmichael-west2021-02-111-8/+2
* lib: disable non pcie types in find with resourceSteven Koo2020-10-051-2/+8
* uhd: Apply clang-format against all .cpp and .hpp files in host/Martin Braun2020-03-0312-1288/+1413
* uhd: Remove all usages of boost::tuple and friendsMartin Braun2019-11-261-3/+3
* uhd: Replace all occurrences of boost::bind with std::bindMartin Braun2019-11-263-50/+51
* uhd: Replace boost::function with std::functionMartin Braun2019-11-262-6/+6
* uhd: Replace usage of boost smart pointers with C++11 counterpartsMartin Braun2019-11-266-28/+28
* uhd: Remove deprecated objects and methodsMartin Braun2019-11-261-2/+0
* uhd: Add UHD_FALLTHROUGH attributeMartin Braun2019-08-161-0/+1
* uhd: mpm: update all license header w/ "-or-later"Brent Stapleton2019-03-081-1/+1
* uhd: Replace all usage of boost::noncopyable with uhd::noncopyableMartin Braun2019-02-153-6/+6
* cmake: Update coding style to use lowercase commandsMartin Braun2018-11-141-2/+2
* lib: Purge some use of boost::system_timeMartin Braun2018-07-121-9/+12
* lib: Purge use of boost::assign, except for uhd::dictMartin Braun2018-05-021-4/+4
* lib: Purge all references to boost::this_thread::sleep()Martin Braun2018-04-301-1/+3
* lib: move atomic.hpp and system_time.hpp to uhdlibMartin Braun2018-04-061-1/+1
* uhd: Move internal headers to uhdlib/Martin Braun2018-03-144-5/+6
* uhd: Moved get_system_time outside of public APIMartin Braun2018-03-051-2/+3
* uhd: Update license headersMartin Braun2018-02-1913-12/+24
* Move all license headers to SPDX format.Martin Braun2017-12-2212-144/+12
* UBX: Add support for UBX-TDDmichael-west2017-12-071-2/+2
* UHD: Add eeprom info to dboard_basemichael-west2017-12-071-2/+2
* uhd: Changed mboard_eeprom_t interface, refactored MB EEPROM codeMartin Braun2017-09-294-6/+97
* uhd: Replaced many lexical_cast with appropriate C++11 equivalentsMartin Braun2017-06-291-2/+2
* uhd: tasks now use std::threads under the hood, and can't be interruptedMartin Braun2017-06-283-8/+13
* logging: Demoted a number of DEBUG messages to TRACEMartin Braun2017-04-052-6/+6
* utils: introduce new logging API and remove msg APIAndrej Rode2017-02-205-44/+44
* uhd: replace BOOST_FOREACH with C++11 range-based for loopAndrej Rode2017-02-104-15/+14
* b100: Removed superfluous FX2 vid/pidMartin Braun2016-11-281-2/+0
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width t...Martin Braun2016-11-087-112/+112
* dboard_iface: Added FE name input to set_fe_connectionAshish Chaudhari2016-05-161-3/+3
* dboard_iface: Added method to configure front connection and settingsAshish Chaudhari2016-03-211-0/+6
* usrp: Refactored dboard_iface for all productsAshish Chaudhari2016-02-161-27/+96
* dboard: Added restricted dboard registration capabilityAshish Chaudhari2016-02-162-4/+2
* prop_tree: Multiple API enhancements to uhd::propertyAshish Chaudhari2016-02-111-26/+26
* cmake: Register components earlierMartin Braun2015-11-161-2/+0
* usrp3: Added new GPIO ATR 3000 coreAshish Chaudhari2015-09-291-0/+1
* cmake: added variable to LIBUHD_REGISTER_COMPONENT macro to make required, se...Nicholas Corgan2015-08-111-2/+2
* usrp1: codec_ctrl: Fix compiler warning.Moritz Fischer2015-04-101-1/+1
* Warning fixesNicholas Corgan2015-03-271-4/+4
* Merging new UHD_IMAGES_DIR utilities and bug fixes.Ben Hilburn2015-01-271-2/+2
* Added missing pure virtual destructors to base classesNicholas Corgan2014-09-014-4/+16
* OctoClock firmware upgrade, added host driverNicholas Corgan2014-07-231-2/+3
* Merge branch 'origin/b200/issue_418'Ben Hilburn2014-04-101-3/+4
|\
| * b100+b200+usrp1: removed potentially unsafe sscanf callMartin Braun2014-04-101-3/+4