aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Merge branch 'maint'Ashish Chaudhari2015-02-263-9/+43
| |\|
| | * e300: fc: Clean up the TX flowcontrol setup a bit.Moritz Fischer2015-02-262-1/+8
| | | | | | | | | | | | | | | | | | | | | Use named constant instant of magic constant for response frequency. Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
| | * e300: fc: This should fix the RX flow control.Moritz Fischer2015-02-262-7/+34
| | | | | | | | | | | | | | | | | | | | | | | | Two issues: - Call the correct overflow handler e300_impl vs rx_vita - Don't lie about buffer sizes and window sizes Signed-off-by: Moritz Fischer <moritz.fischer@ettus.com>
| | * b200: removed CMakeLists copy&paste B100 remainsMarcus Müller2015-02-181-1/+1
| | |
| * | e3xx: support for dc offset and iq balance controlJulian Arnold2015-02-235-15/+49
| | |
| * | b2xx: dc offset and iq imbalance correction controlJulian Arnold2015-02-206-108/+245
| | |
| * | uhd: iq imbalance correction apiJulian Arnold2015-02-201-0/+17
| | |
| * | Merge branch 'maint'Martin Braun2015-02-171-10/+10
| |\|
| | * b200: Revised configuration of AD9361 for master_clock_rates >56e6MHz. ↵Ian Buckley2015-02-171-10/+10
| | | | | | | | | | | | Issues #649 & #691
| * | Merge branch 'maint'Martin Braun2015-02-163-25/+31
| |\|
| | * usrp2: fixed image compatibility error messageNicholas Corgan2015-02-161-1/+1
| | | | | | | | | | | | * Point to usrp2_card_burner_gui.py instead of usrp2_card_burner.py
| | * UBX: Revert LO shutdown method in ubx_xcvr destructormichael-west2015-02-161-4/+4
| | |
| | * UBX: Serialize SPI transactionsmichael-west2015-02-161-27/+31
| | |
| | * Merge pull request #696 from EttusResearch/crymble/bug692Ashish Chaudhari2015-02-121-1/+3
| | |\ | | | | | | | | b200: Bugfix#692: b200_find now returns an empty device vector when hint...
| | | * b200: Bugfix#692: b200_find now returns an empty device vector when hint ↵mcrymble2015-02-061-1/+3
| | | | | | | | | | | | | | | | contains addr0/resource0/etc style keys.
| * | | multi_usrp: Added a normalized gain settingMartin Braun2015-02-121-0/+51
| | | | | | | | | | | | | | | | | | | | Adds more methods: {set,get}_normalized_{tx,rx}_gain() which allow changing and reading back the gain within [0, 1].
| * | | Merge branch 'maint'Martin Braun2015-02-123-25/+14
| |\| | | | | | | | | | | | | | | | | | Conflicts: host/examples/rx_samples_to_file.cpp
| * | | Merge branch 'maint'Martin Braun2015-01-301-1/+1
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'maint'Martin Braun2015-01-292-2/+6
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: fpga-src
| * \ \ \ Merge branch 'maint' into masterBen Hilburn2015-01-286-159/+256
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Resolved Conflicts: host/docs/usrp_e3x0.dox host/include/uhd/utils/paths.hpp host/lib/transport/nirio/nifpga_lvbitx.cpp host/lib/usrp/b200/b200_impl.cpp host/lib/utils/paths.cpp
| * | | | | convert: Added logging point in get_converter()Martin Braun2015-01-271-1/+16
| | | | | |
| * | | | | convert: Modifications to id_typeMartin Braun2015-01-271-3/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Converter ID symbols are exported - to_string() function for lighter feedback
| * | | | | Merge branch 'maint'Martin Braun2015-01-277-44/+94
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: host/docs/usrp_e3x0.dox
| * \ \ \ \ \ Merge branch 'maint'Martin Braun2015-01-233-8/+17
| |\ \ \ \ \ \
| | * | | | | | fixup! ad9361: More check for interpolation/decim ratiosAshish Chaudhari2015-01-231-1/+1
| | | | | | | |
| * | | | | | | Merge branch 'maint'Martin Braun2015-01-224-0/+1586
| |\ \ \ \ \ \ \
| * | | | | | | | e200: Expose temperature sensor through property tree (sensors/temp)Julian Arnold2015-01-204-1/+17
| | | | | | | | |
| * | | | | | | | b200: Expose temperature sensor through property tree (sensors/temp)Julian Arnold2015-01-201-0/+2
| | | | | | | | |
| * | | | | | | | ad9361: Added relative temperature sensorJulian Arnold2015-01-204-1/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows to read a relative temperature from an AD9361 device.
| * | | | | | | | Merge branch 'maint'Martin Braun2015-01-204-10/+29
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: host/include/uhd/types/direction.hpp
| * \ \ \ \ \ \ \ \ Merge branch 'maint'Martin Braun2015-01-195-18/+81
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: host/include/uhd/types/CMakeLists.txt
| * \ \ \ \ \ \ \ \ \ Merge branch 'maint'Martin Braun2015-01-162-31/+0
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'maint'Martin Braun2015-01-141-0/+13
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'maint'Martin Braun2015-01-143-1/+12
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'maint'Martin Braun2015-01-141-13/+60
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Added support for MinGW cross-compileNicholas Corgan2015-01-132-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added CMake toolchain file, compatible with different versions * No dependency on MinGW runtime, all statically linked * Misc coding tweaks to allow MinGW to compile
| * | | | | | | | | | | | | | Merge branch 'maint'Martin Braun2015-01-139-5/+65
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'maint'Martin Braun2015-01-123-22/+20
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'maint'Martin Braun2015-01-081-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | revert unnecessary change to the SR_LEDSBrooks Prumo2015-01-051-1/+1
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | x300: support new 120 MHz bandwidth versions of the NI-branded X310sBrooks2014-12-223-85/+103
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Adding support for NI VID + PIDs for USRP B2xx devices.Ben Hilburn2014-12-183-19/+76
| | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | Merge branch 'maint'Martin Braun2014-12-164-4/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'maint'Martin Braun2014-12-153-5/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: host/examples/rx_samples_to_file.cpp
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'maint'Martin Braun2014-12-081-3/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | x300: Fixed minor issues in X300 clk codeAshish Chaudhari2014-12-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Bugfix for #638 - get_ref_locked will check lock status one last time before giving up
| * | | | | | | | | | | | | | | | | | | | x300: Made use of new CHDR packing routinesMartin Braun2014-12-031-43/+9
| | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | transport: Made CHDR-related routines separate from VRTMartin Braun2014-12-032-0/+183
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Our VRT routines have the option to switch, on the fly, between VRLP and CHDR. This adds new CHDR-specific (un-)packers, which can only work with CHDR.
| * | | | | | | | | | | | | | | | | | | | Merge branch 'maint'Martin Braun2014-12-021-1/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | multi_usrp: Handle auto_tick_rate properlyMartin Braun2014-11-211-0/+3
| | | | | | | | | | | | | | | | | | | | | |