aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/b200
Commit message (Expand)AuthorAgeFilesLines
* B200: Re-sync timesmichael-west2021-11-102-10/+31
* host: gpio: Create gpio_atr_offsets to store GPIO registersLane Kolbly2021-10-271-2/+3
* uhd: Replace Boost mutexes and locks with standard optionsMartin Braun2021-10-191-9/+8
* B200: Fix overflow handlingmichael-west2021-08-161-14/+9
* b200: Move the B200 radio control core into usrp/b200/Martin Braun2021-07-206-12/+410
* b200: flush receive buffer after getting an overflowMatthew Crymble2021-06-241-1/+3
* b200: temporary change to remove stream restart after overflowMatthew Crymble2021-06-241-3/+8
* lib: Use const-ref in for loops instead of const-copyMartin Braun2021-03-041-1/+1
* lib: Fix warnings related to unnecessary lambda capturesMartin Braun2021-03-041-2/+2
* host: Update code base using clang-tidyMartin Braun2021-03-048-41/+45
* mpmd: Skip find if "resource" key is specifiedmichael-west2021-02-111-7/+1
* lib: disable non pcie types in find with resourceSteven Koo2020-10-051-1/+7
* uhd: clang format device implSteven Koo2020-10-051-6/+5
* b200: Enable power calibration APIMartin Braun2020-06-032-19/+98
* b200: Add a prop tree node usb_versionMartin Braun2020-04-141-0/+1
* uhd: Apply clang-format against all .cpp and .hpp files in host/Martin Braun2020-03-0312-1107/+1280
* uhd: Replace all occurrences of boost::bind with std::bindMartin Braun2019-11-263-66/+65
* uhd: Replace usage of boost smart pointers with C++11 counterpartsMartin Braun2019-11-266-44/+43
* uhd: Remove deprecated objects and methodsMartin Braun2019-11-261-1/+0
* b200: enable usage of custom bootloaderMark Meserve2019-04-113-79/+292
* 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-151-2/+2
* b200_cores: Replace usage of boost::mutex with std::mutexMartin Braun2019-02-154-7/+10
* b200: Use uhd::noncopyableMartin Braun2019-02-152-3/+6
* math: Replace boost::*::{lcm,gcd}() with portable versionsMartin Braun2019-01-181-2/+1
* formatting: preparing for uhd::math cleanupBrent Stapleton2019-01-181-241/+286
* b200: Fix compiler warnings related to type conversionsMartin Braun2019-01-072-8/+8
* cmake: Update coding style to use lowercase commandsMartin Braun2018-11-141-2/+2
* B200: Restore asynchronous reset of AD936x.michael-west2018-10-172-4/+15
* b200: Enable access to user regs via the 'enable_user_regs' argMartin Braun2018-08-163-4/+31
* b200: Remove superfluous fake lambdaMartin Braun2018-08-161-11/+10
* B200: Fix SC8 RX StreamingVidush2018-07-161-9/+18
* fixup! B200: Check if recv_frame_size is larger than minimum valuemichael-west2018-07-132-12/+20
* b200: Update FW and FPGA imagesMartin Braun2018-07-121-2/+2
* B200: Check if recv_frame_size is larger than minimum valueVidush2018-07-122-0/+10
* B200: Change Recv Frame Size to 8176Vidush2018-07-122-2/+20
* lib: Purge some use of boost::system_timeMartin Braun2018-07-121-1/+0
* B200: Enforce min_tick_rateVidush2018-06-211-0/+11
* lib: Remove some unnecessary use of boost::posix_timeMartin Braun2018-05-141-7/+11
* lib: Purge use of boost::assign, except for uhd::dictMartin Braun2018-05-021-10/+10
* lib: Purge all references to boost::this_thread::sleep()Martin Braun2018-04-301-5/+6
* ad936x: De-boostify ad936x_manager, minor cleanupMartin Braun2018-04-261-6/+7
* b200: Add clock rate rangeMartin Braun2018-04-031-0/+5
* uhd: Move internal headers to uhdlib/Martin Braun2018-03-146-22/+23
* uhd: Fix some log statementsAndrej Rode2018-03-071-2/+2
* fixup! x300,n230,e300: changes to adapt to new usrp APIMartin Braun2018-02-231-2/+2
* fixup! x300,n230,e300,b200: changes to adapt to new usrp APITrung N Tran2018-02-221-6/+29
* uhd: Update license headersMartin Braun2018-02-1913-12/+24
* Move all license headers to SPDX format.Martin Braun2017-12-2212-144/+12
* uhd: Changed mboard_eeprom_t interface, refactored MB EEPROM codeMartin Braun2017-09-295-12/+94