aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/e300
Commit message (Expand)AuthorAgeFilesLines
* Device3: Fix MTU and default frame sizesMichael West2019-06-281-2/+11
* device3: Constraint send/recv_frame_size based on down/upstream MTUSugandha Gupta2019-05-212-0/+8
* E31x: Destruct RFNoC before loading idle imagemichael-west2019-01-311-0/+2
* formatting: remove vim hints in headersBrent Stapleton2019-01-161-1/+0
* E300: Re-enable "gpsdo" time sourcemichael-west2018-12-201-1/+1
* E310: Fix initialization of antenna and frequency valuesmichael-west2018-12-172-8/+36
* e300: Type-cast fix for boostAndreas Müller2018-11-281-1/+1
* cmake: Update coding style to use lowercase commandsMartin Braun2018-11-141-10/+10
* fixup! e300: merge files from rfnoc-develMartin Braun2018-07-061-0/+5
* e300: merge files from rfnoc-develTrung N Tran2018-06-2913-1557/+1119
* ad9361: Add API to set 1R1T/2R2T timing modesSugandha Gupta2018-06-151-0/+5
* x300: e300: fix git_hash dirty bit positionTrung N Tran2018-05-301-1/+1
* lib: Purge all references to boost::this_thread::sleep()Martin Braun2018-04-304-11/+16
* ad936x: De-boostify ad936x_manager, minor cleanupMartin Braun2018-04-261-6/+7
* lib: move atomic.hpp and system_time.hpp to uhdlibMartin Braun2018-04-061-2/+2
* uhd: Move internal headers to uhdlib/Martin Braun2018-03-144-16/+16
* uhd: Moved get_system_time outside of public APIMartin Braun2018-03-051-2/+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-4/+6
* x300,n230,e300: changes to adapt to new usrp APITrung N Tran2018-02-211-6/+31
* uhd: Update license headersMartin Braun2018-02-1926-25/+51
* usrp3: Changes for Vivado 2017.4Ashish Chaudhari2018-01-241-1/+1
* Move all license headers to SPDX format.Martin Braun2017-12-2226-312/+26
* e300: Fix use of basic_datagram_socket::native()Martin Braun2017-12-191-1/+1
* e300: Fixed product name to show device and speed gradeSugandha Gupta2017-06-302-4/+13
* uhd: Replaced many lexical_cast with appropriate C++11 equivalentsMartin Braun2017-06-293-9/+9
* Merge branch 'maint'Martin Braun2017-06-271-1/+1
|\
| * e310: Clarified log message re GPSMartin Braun2017-06-271-1/+1
* | Merge branch 'maint'Martin Braun2017-06-271-15/+24
|\|
| * E300: Modify e300_poll_waiter to reduce minimum timeout and fix race conditionmichael-west2017-06-271-14/+24
* | Add missing variable initializationMartin Siegumfeldt2017-05-231-1/+2
* | utils: Replaced uhd::atomic_uint32_t with std::atomicMartin Braun2017-04-121-5/+10
* | logging: Demoted a number of DEBUG messages to TRACEMartin Braun2017-04-052-2/+2
* | device3: Fixed potential concurreny issuesAshish Chaudhari2017-04-052-6/+5
* | utils: introduce new logging API and remove msg APIAndrej Rode2017-02-207-67/+67
* | uhd: Replace clocking_mode_t unscoped enum with scoped versionMartin Braun2017-02-171-1/+1
* | uhd: replace BOOST_FOREACH with C++11 range-based for loopAndrej Rode2017-02-104-16/+18
|/
* lib: add default ctors to structs and initialize members properlyAndrej Rode2017-01-123-1/+4
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width t...Martin Braun2016-11-0817-362/+362
* Fix warning in e300_remote_codec_ctrl.cpp for gcc.Philip Balister2016-10-181-2/+2
* ad936x: Loopback check now takes peeker/poker functors instead of assuming an...Martin Braun2016-08-091-5/+10
* ad9361: Added option for safe SPIJonathon Pendlum2016-08-091-0/+3
* Merge branch 'maint'Martin Braun2016-04-201-0/+2
|\
| * e3xx: spi: Fix issue introduced in 1b149f56Moritz Fischer2016-04-191-0/+2
* | E310: Radio reset fixmichael-west2016-03-291-1/+1
* | usrp3: Added RX DSP support for heterodyne samplingAshish Chaudhari2016-03-211-1/+1
* | Merge branch 'maint'Martin Braun2016-03-111-2/+3
|\|
| * e300: Fixed a memory leak in udev codeMarcus Müller2016-03-031-2/+3
* | x300,e300: Fixed IQ swapping issue in RX frontendAshish Chaudhari2016-02-171-4/+2
* | prop_tree: Multiple API enhancements to uhd::propertyAshish Chaudhari2016-02-111-29/+29