aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/x300/x300_radio_ctrl_impl.cpp
Commit message (Expand)AuthorAgeFilesLines
* uhd: mpm: apply clang-format to all filesBrent Stapleton2019-01-161-444/+648
* x3xx: implement rfnoc get antenna functionsMark Meserve2018-11-261-0/+14
* X300: Correctly initialize antenna mapping for TwinRXDerek Kozel2018-08-221-1/+4
* X300_radio_ctrl_impl: Add SAFE_CALL to DestructorVidush2018-06-061-16/+20
* lib: Purge use of boost::assign, except for uhd::dictMartin Braun2018-05-021-6/+11
* lib: Purge all references to boost::this_thread::sleep()Martin Braun2018-04-301-1/+1
* lib: Change check_radio_config() to iterate over channels, not radios.Vidush2018-04-301-2/+2
* x300: Replace all references to boost::this_thread::sleep()Martin Braun2018-04-171-8/+10
* rfnoc/x300: Make sure peek32() and peek64() are called with actual addressesMartin Braun2018-03-161-4/+10
* uhd: Move internal headers to uhdlib/Martin Braun2018-03-141-4/+3
* 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-5/+6
* x300,n230,e300: changes to adapt to new usrp APITrung N Tran2018-02-211-4/+31
* uhd: Update license headersMartin Braun2018-02-191-1/+1
* Move all license headers to SPDX format.Martin Braun2017-12-221-12/+1
* X300: Add retry to DAC synchronizationmichael-west2017-12-201-29/+46
* UHD: Add eeprom info to dboard_basemichael-west2017-12-071-4/+4
* Merge branch 'maint'Martin Braun2017-06-271-6/+14
|\
| * X300: Fix DAC syncmichael-west2017-06-261-6/+14
* | rfnoc: Backported GPIO controls on radio blocksMartin Braun2017-05-241-0/+63
* | x300: Fixed TODO (used auto)Martin Braun2017-05-041-3/+1
* | Merge branch 'maint'Martin Braun2017-04-131-0/+4
|\|
| * rfnoc: Update DDC and DUC command tick rateMartin Braun2017-04-131-1/+1
| * rfnoc: Add set_command_time hook to radio blockDerek Kozel2017-04-131-0/+4
* | RFNoC: Exposed LO sharing functions in radio blockDerek Kozel2017-03-241-0/+192
* | Rfnoc: Exposed analog lowpass bandwidth option in X300 ctrlsejk2017-02-271-0/+14
* | utils: introduce new logging API and remove msg APIAndrej Rode2017-02-201-24/+17
* | uhd: replace BOOST_FOREACH with C++11 range-based for loopAndrej Rode2017-02-101-4/+4
* | Merge branch 'maint'Martin Braun2017-01-301-5/+6
|\|
| * X300: Move property tree check to subscriberDerek Kozel2017-01-261-5/+6
* | x300: Reduced time spent on ADC self-calibrationPaul David2017-01-251-4/+4
|/
* x300: Adding warning for sampling rate coercionMartin Braun2016-12-061-2/+7
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width t...Martin Braun2016-11-081-15/+15
* X300: Check dboard time property before subscribingDerek Kozel2016-11-041-5/+6
* TwinRX: Use command time to schedule synchronous eventsDerek Kozel2016-10-261-6/+33
* bugfix: TwinRX: Use correct LEDs when mapping chan -> antAshish Chaudhari2016-09-301-16/+23
* bugfix: db eeprom id not being written for X3x0Ashish Chaudhari2016-09-271-2/+8
* x300: Added ignore-cal-file as an optionMartin Braun2016-09-271-1/+6
* x300 radio: Fixed typo for frontend regsMartin Braun2016-08-121-1/+1
* Frontend corrections: Provide new function for RFNoC-based radioNicolas Cuervo2016-08-111-6/+8
* x300: Fixed typo in check_radio_configMartin Braun2016-08-111-8/+6
* X300: Change so radio check so it only makes sure needed frontends are enable...michael-west2016-08-101-6/+12
* Merging RFNoC support for X310Martin Braun2016-08-091-0/+888