aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* cmake: Change version numbering to remove leading zerosMartin Braun2016-10-318-48/+25
|
* Merge branch 'maint'Martin Braun2016-10-2814-28/+402
|\
| * docs: Added section on UHD semantic versioningMartin Braun2016-10-282-0/+144
| | | | | | | | Originally authored by: Ben Hilburn <ben.hilburn@ettus.com>
| * Preparing branch for 3.10.1.0 releaseDerek Kozel2016-10-273-4/+4
| | | | | | | | | | | | - Updated CHANGELOG - Updated fpga-src submodule pointer - Updated images package
| * rfnoc legacy compat: Call update_*_streamer on all samp rate updatesMartin Braun2016-10-271-5/+44
| | | | | | | | Reviewed-By: Derek Kozel <derek.kozel@ettus.com>
| * xcvr: Removed some compiler warningsMartin Braun2016-10-271-1/+1
| |
| * docs: Added R&D testing proceduresMartin Braun2016-10-272-0/+96
| |
| * TwinRX: Remove unhelpful warningDerek Kozel2016-10-261-8/+0
| |
| * TwinRX: Use command time to schedule synchronous eventsDerek Kozel2016-10-265-6/+104
| |
| * Experts: Always resolve all nodes in the graphDerek Kozel2016-10-261-4/+9
| |
* | Merge branch 'maint'Martin Braun2016-10-2622-61/+75
|\|
| * CMake: fix the lvbitx path on windowsPaul David2016-10-261-6/+6
| |
| * docs: Fixed notes on transport parametersMartin Braun2016-10-262-15/+3
| |
| * Merge pull request #1335 from EttusResearch/expert_tweaksMartin Braun2016-10-251-1/+8
| |\ | | | | | | Expert tweaks
| | * Experts: Fix typoDerek Kozel2016-10-251-1/+1
| | |
| | * Experts: Add a printer for time_spec_tDerek Kozel2016-10-251-0/+7
| | |
| * | x300: Throttle MTU to 3000 for PCIe to avoid underrunsMartin Braun2016-10-251-1/+4
| |/ | | | | | | This is a temporary workaround to make PCIe available on lower rates.
| * Docs: Minor housekeepingDerek Kozel2016-10-2112-31/+31
| |
| * rfnoc: Fixed case where stream terminators would not notify node about ↵Martin Braun2016-10-192-0/+3
| | | | | | | | active status
| * rfnoc: Fixed graph search algorithm for active-ports onlyMartin Braun2016-10-191-1/+1
| |
| * tests: Updated RFNoC tests after some API changesMartin Braun2016-10-193-6/+19
| |
* | Merge branch 'maint'Martin Braun2016-10-1910-31/+65
|\|
| * b200: Make sure no GPS settings are applied when no gpsdo present.Martin Braun2016-10-181-1/+4
| | | | | | | | | | | | | | This changes the exception message thrown when gpsdo is selected as a clock source, but does not change the exception. Note that before, during its first run, the B2x0 would happily accept gpsdo as a clock source even when none was present.
| * Preparing branch for 3.10.1.0 releaseMartin Braun2016-10-184-3/+29
| | | | | | | | | | | | | | - Updated CHANGELOG - Updated fpga-src submodule pointer - Updated images package - Updated version string
| * Fix warning in e300_remote_codec_ctrl.cpp for gcc.Philip Balister2016-10-181-2/+2
| | | | | | | | | | | | | | | | The bigger question is why uhd forces the e300 code to have an implementation of an empty function. But, suppress the warning and let people fight about design later. Signed-off-by: Philip Balister <philip@opensdr.com>
| * Legacy: Improve awareness of tick rates in a streamerMartin Braun2016-10-175-26/+31
| | | | | | | | Prevents incorrect errors about conflicting tickrates in a streamer
* | Merge branch 'maint'Martin Braun2016-10-1713-12/+122
|\|
| * utils: Minor doc fix (amplitudes are not in counts)Martin Braun2016-10-133-3/+3
| |
| * Fix warning in rx_samples_c.c.Philip Balister2016-10-131-2/+2
| | | | | | | | | | | | | | time_t is not guaranteed to be printable as in int type. Use difftime to portably convert time_t to float and print result. Signed-off-by: Philip Balister <philip@opensdr.com>
| * Fix warning in tx_samples_c.c.Philip Balister2016-10-131-1/+1
| | | | | | | | | | | | | | Function needs pointer to size_t type. I suspect using uint64_t could lead to trouble on a 32 bit machine. Signed-off-by: Philip Balister <philip@opensdr.com>
| * docs: Added some info on X3x0 dboard_clock_rate and which dboards need to ↵Martin Braun2016-10-132-0/+43
| | | | | | | | set it.
| * rfnoc nodes: Disconnect on destructMartin Braun2016-10-132-2/+61
| |
| * Updated fpga-src submodule pointer and images packageSugandha Gupta2016-10-132-2/+2
| |
| * x300: Add time sync procedure to device initializationMartin Braun2016-10-131-1/+9
| | | | | | | | Reviewed-By: Derek Kozel <derek.kozel@ettus.com>
| * rfnoc radio: Minor adjustment of time setters in headerMartin Braun2016-10-131-1/+1
| |
* | Merge branch 'maint'Martin Braun2016-10-0712-54/+90
|\|
| * UBX: changed default performance parametersNicolas Cuervo2016-10-071-5/+5
| |
| * UHD: Fixed the max link warning for the case where there are multiple ↵Paul David2016-10-051-0/+2
| | | | | | | | motherboards
| * max2871: Added label for the bit region VAS_DLYPaul David2016-10-052-1/+11
| | | | | | | | - Also added a template specialization for enabling the VAS_DLY bit locations based on VAS_TEMP setting (aka retune)
| * rfnoc: Wrong bit locations on sr_error_policy were being setPaul David2016-10-031-2/+6
| |
| * bugfix: TwinRX: Use correct LEDs when mapping chan -> antAshish Chaudhari2016-09-302-23/+30
| | | | | | | | | | | | | | | | | | - Added LED controller objects for each block port in radio - Added desired subscribers for each frontend's antenna property that updates LED ATR values Reviewed-By: Martin Braun <martin.braun@ettus.com> Reviewed-By: Marcus Müller <marcus.mueller@ettus.com>
| * xcvr: Query ref clock, not ADC/DAC clockMartin Braun2016-09-291-1/+1
| | | | | | | | | | On the USRP2 and N2x0, these values are the same, but on the X3x0, they might differ.
| * docs: Fixed multi_usrp docstring for get_master_clock_rateMartin Braun2016-09-281-7/+14
| |
| * examples: Fixed test_messagesMartin Braun2016-09-281-7/+8
| |
| * examples: Fixed check for setting time on PPS vs. nowMartin Braun2016-09-281-1/+6
| |
| * Fix band switch entries for RX2B antenna port.Philip Balister2016-09-271-7/+7
| | | | | | | | | | | | Resolves issue #1017 report by Martin Braun. Signed-off-by: Philip Balister <philip@opensdr.com>
* | atomic: Removed reusable_barrierMartin Braun2016-09-281-70/+0
| |
* | utils: Also removed usrp_n2xx_net_burner_gui.pyMartin Braun2016-09-282-250/+0
| |
* | utils: Removed deprecated burnersMartin Braun2016-09-274-1960/+26
| |
* | Merge branch 'maint'Martin Braun2016-09-2716-30/+94
|\|