aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/b200
Commit message (Expand)AuthorAgeFilesLines
* 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
* b200: Fixed logging messages during FPGA image loading.Martin Braun2017-06-161-11/+19
* utils: introduce new logging API and remove msg APIAndrej Rode2017-02-204-30/+29
* uhd: Replace clocking_mode_t unscoped enum with scoped versionMartin Braun2017-02-171-2/+2
* uhd: replace BOOST_FOREACH with C++11 range-based for loopAndrej Rode2017-02-104-22/+20
* lib: Removed more superfluous variablesMartin Braun2016-11-281-1/+1
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width t...Martin Braun2016-11-0811-178/+178
* b200: Make sure no GPS settings are applied when no gpsdo present.Martin Braun2016-10-181-1/+4
* B2xx: fixed a typo when checking arguments on a streamerPaul David2016-09-271-1/+1
* Merge branch 'UHD-3.9.LTS' into maintMartin Braun2016-09-023-25/+20
|\
| * B200: GPSDO fixesmichael-west2016-09-023-20/+12
| * GPSDO: Make sure read_uart() returns only complete strings for all devices.michael-west2016-09-021-10/+13
* | Revert "B200: Adding separate B200 radio control code"Martin Braun2016-08-236-424/+12
* | ad936x: Loopback check now takes peeker/poker functors instead of assuming an...Martin Braun2016-08-091-2/+6
* | usb: fix 'timeout' variables to be unsigned since that is what the 'libusb_co...Michael Dickens2016-08-011-2/+2
* | B200: Adding separate B200 radio control codemichael-west2016-07-226-10/+422
* | Merge branch 'maint'Martin Braun2016-06-233-5/+31
|\|
| * b200: Update DSPs after changing tick rateMartin Braun2016-06-223-6/+32
* | Merge branch 'maint'Martin Braun2016-05-061-4/+8
|\|
| * b200: Changed implicit conversion to explicit conversion for wptrAndrew Lynch2016-05-051-2/+2
| * b200: Changed tree sptr in lambda to wptrAndrew Lynch2016-05-041-2/+6
* | Merge branch 'maint'Martin Braun2016-04-222-10/+18
|\|
| * b200: Fixed setting of max rateMartin Braun2016-04-222-10/+18
* | usrp3: Added RX DSP support for heterodyne samplingAshish Chaudhari2016-03-211-1/+1
* | Merge branch 'maint'Martin Braun2016-03-111-1/+1
|\|