aboutsummaryrefslogtreecommitdiffstats
path: root/host
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Merge branch 'UHD-3.9.LTS' into maintMartin Braun2016-08-221-0/+18
| |\|
| | * Preparing branch for 3.9.5 ReleaseMartin Braun2016-08-223-3/+21
| | | | | | | | | | | | | | | | | | | | | | | | - Updated CHANGELOG (incl. Debian) - Updated version - Updated images package FPGA submodule pointer already up-to-date.
| * | Merge branch 'UHD-3.9.LTS' into maintMartin Braun2016-08-221-10/+35
| |\|
| | * ubx: Added codes for the rev2 and LP versionsMartin Braun2016-08-221-10/+35
| | |
| * | changed clk constant to match new zpu clk changesRyan2016-08-221-1/+1
| | |
* | | Merge branch 'maint'Martin Braun2016-08-181-1/+1
|\| |
| * | x300: Removed superfluous verbosityMartin Braun2016-08-181-1/+1
| | |
* | | Merge branch 'maint'Martin Braun2016-08-182-6/+7
|\| |
| * | Merge branch 'UHD-3.9.LTS' into maintMartin Braun2016-08-181-6/+6
| |\|
| | * utils: Added missing newline to query_gpsdo_sensor outputMartin Braun2016-08-181-6/+6
| | |
| | * docs: Minor updates to device synchronization manual pageMartin Braun2016-08-181-9/+7
| | |
| | * cores: Fixed typo in time_core_3000Martin Braun2016-08-121-2/+2
| | |
| * | debian: Add RFNoC XML files to libuhd .deb packageMartin Braun2016-08-181-0/+1
| | |
* | | Merge branch 'maint'Martin Braun2016-08-184-11/+19
|\| |
| * | docs: Minor updates to device synchronization manual pageMartin Braun2016-08-181-9/+7
| | |
| * | cmake: Make -Og the default debug flags when using gccMartin Braun2016-08-181-0/+1
| | |
| * | cmake: Updated vendor name for CPackMartin Braun2016-08-181-2/+2
| | |
| * | utils: uhd_config_info can now also report image dir and pkg pathMartin Braun2016-08-181-0/+9
| | |
* | | Merge branch 'maint'Martin Braun2016-08-174-14/+32
|\| |
| * | cmake: Remove device3.hpp header if not using RFNoCMartin Braun2016-08-171-1/+8
| | |
| * | docs: Added more X3x0-specific device argsMartin Braun2016-08-161-0/+3
| | |
| * | docs: Some X3x0-related updatesMartin Braun2016-08-163-13/+21
| | |
* | | Merge branch 'maint'Martin Braun2016-08-121-4/+4
|\| |
| * | nocscript: Removed compiler warningMartin Braun2016-08-121-4/+4
| | |
* | | Merge branch 'maint'Martin Braun2016-08-129-10/+27
|\| |
| * | doxygen: Cleared up some warningsMartin Braun2016-08-123-2/+15
| | |
| * | doxygen: Exclude RFNoC includes if ENABLE_RFNOC is offMartin Braun2016-08-122-1/+5
| | |
| * | doxygen: Removed warning on dboard_ifaceMartin Braun2016-08-121-1/+1
| | |
| * | x300 radio: Fixed typo for frontend regsMartin Braun2016-08-122-2/+2
| | |
| * | cmake: Auto-generate ABI string and clarify comment on UHD_VERSION macroMartin Braun2016-08-121-4/+4
| | |
| * | cmake: Fixed UHD_VERSION_DEVEL valueMartin Braun2016-08-121-1/+1
| | |
* | | Merge branch 'maint'Martin Braun2016-08-123-7/+8
|\| |
| * | cmake: Fixed some bugs related to identifying git branchMartin Braun2016-08-122-5/+6
| | |
| * | cores: Fixed typo in time_core_3000Martin Braun2016-08-121-2/+2
| | |
* | | Updated version to 3.11.0.git for new master branchMartin Braun2016-08-121-2/+2
|/ /
* | Updated repository for 3.10.0.0 ReleaseMartin Braun2016-08-114-4/+28
| | | | | | | | | | | | | | - Updated CHANGELOG - Updated fpga-src submodule - Updated version string - Updated ABI string
* | Frontend corrections: Provide new function for RFNoC-based radioNicolas Cuervo2016-08-114-11/+74
| |
* | WBX: Make v2 and v3 boards lock with 50 MHz ref clock (X300 default)michael-west2016-08-112-11/+17
| |
* | pkg-config: Added boost_systemMartin Braun2016-08-111-1/+1
| |
* | multi_usrp: Fixed compiler warning on read_registerMartin Braun2016-08-111-2/+1
| |
* | rfnoc: Radios now ignore stream commands when inactiveMartin Braun2016-08-111-0/+4
| |
* | x300: Fixed typo in check_radio_configMartin Braun2016-08-111-8/+6
| |
* | examples: tx_waveforms was always checking lo_lock on channel 0, regardless ↵Martin Braun2016-08-111-5/+7
| | | | | | | | of channel used
* | X300: Change so radio check so it only makes sure needed frontends are ↵michael-west2016-08-101-6/+12
| | | | | | | | enabled (prevent function from disabling frontends)
* | multi_usrp: Removed RFNoC-specific API callMartin Braun2016-08-101-15/+0
| |
* | rfnoc graph: Removed debugging verbageMartin Braun2016-08-101-4/+4
| |
* | cmake: Conditionally set UHD_RFNOC_FOUND depending on ENABLE_RFNOCMartin Braun2016-08-102-1/+7
| |
* | x300: Device propagates suggested TX MTU through the mtu property, not ↵Martin Braun2016-08-092-4/+1
| | | | | | | | get_tx_hints()
* | rfnoc: Legacy compat tracks TX and RX spp values separatelyMartin Braun2016-08-091-17/+37
| |
* | rfnoc: ctrl_iface error messages are now no longer the same as ↵Martin Braun2016-08-091-5/+5
| | | | | | | | radio_ctrl_core_3000