aboutsummaryrefslogtreecommitdiffstats
path: root/gr-uhd (follow)
Commit message (Expand)AuthorAgeFilesLines
* uhd: usrp_sink: don't sort; get_tags_in_range is already sortedMarcus Müller2021-07-191-1/+1
* usrp_block: fix using 0 as pmt::dict_ref "not_found" parameterNicholas Corgan2021-07-131-5/+6
* global: remove iostream from all files not use cout|cerr|cin|clogMarcus Müller2021-06-174-4/+2
* uhd: pybind rfnoc_graph,_rx/tx_streamerMarcus Müller2021-06-088-10/+261
* uhd: Promote RFNoC 4.0 to proper component to get on/off switch, dep checkMarcus Müller2021-06-081-3/+8
* gr-uhd: Adding missing Python binding for uhd::tune_request_t::policy_t.Codey McCodeface2021-05-281-2/+1
* gr-uhd: Adding missing Python binding for uhd::tune_request_t::policy_t.Codey McCodeface2021-05-281-1/+9
* uhd: rfnoc_xx_streamer: removed unused private num_chan fieldMarcus Müller2021-05-274-6/+0
* uhd: rfnoc_graph: use override as appropriateMarcus Müller2021-05-271-7/+7
* uhd: Add option to sync timestamp to PC Clock or GPS time on next 1PPSLiu, Andrew Z2021-04-121-2/+18
* gr-uhd: update direction key namingJacob Gilbert2021-04-058-21/+21
* gr-uhd: fix command tuningJacob Gilbert2021-04-054-61/+41
* uhd: Fix phase relations plot (Qt issue)Martin Braun2021-03-161-1/+2
* uhd: Fix Qt apps (XInitThreads call order, terminate handling)Martin Braun2021-03-162-44/+65
* uhd: Replace multi_usrp::recv_async_msg() with tx_stream versionMartin Braun2021-03-161-4/+8
* uhd: Fix generation of FE correction functionsMartin Braun2021-03-111-8/+26
* GR-UHD: Add additional gr-uhd bindings.Victor Wollesen2021-03-031-0/+13
* gr-uhd: add start time capability to cpp templatekarel2021-02-231-7/+11
* uhd: Fix filter APIMartin Braun2021-02-188-39/+108
* uhd: documented logging changes, interval configuration optionMarcus Müller2021-02-181-0/+14
* uhd/tag_sink_demo: Use log mechanism instead of stdoutMarcus Müller2021-02-181-6/+10
* uhd: log over/underflows, time errors, better tag time logsMarcus Müller2021-02-183-10/+98
* uhd: Remove ifdefs for older UHD versionsMartin Braun2021-02-183-83/+0
* Fix typosluz paz2021-02-081-1/+1
* uhd: Remove (almost all) occurrences of BoostMartin Braun2021-02-0511-64/+50
* gr-uhd: ALL_LOS bindingkarel2021-02-051-0/+1
* uhd: Add direction to mtuneNiki2021-02-011-3/+11
* uhd: Control of frequency and gain in both directions at the same momentNiki2021-01-248-44/+158
* gr-uhd: Add command uhd handler for mtune ("manual tune")Niki2021-01-174-0/+78
* fixup! uhd: Add PC clock resync commandMartin Braun2021-01-161-1/+1
* uhd: Add PC clock resync commandJohannes Demel2021-01-163-0/+22
* uhd: Add start time capability to GRC bindingsNiki2021-01-141-0/+10
* uhd: Add GPIO handlers for messagesNiki2021-01-144-0/+47
* gr-uhd: adding a bool to force tune request if a 'direction' key is provided with the tune command. This fixes an issue when the 'TX' and 'RX' directions are tuned explicitly to the same frequency; prior to this fix the second tune request is dropped.Jacob Gilbert2021-01-142-11/+16
* gr-uhd: fix misspelling of 'request' in several locationsJacob Gilbert2021-01-142-6/+6
* uhd: Fix unit testMartin Braun2021-01-071-7/+5
* gr-uhd/lib/usrp_block_impl.cc: fix compile error using boost>=1.73Huang Rui2020-12-183-13/+18
* replace fft.window.WIN_ with window.win_ and include in grc default importJosh Morman2020-12-186-8/+8
* add import fft to python files that reference fft.windowJosh Morman2020-12-181-0/+1
* global replace of firdes.WIN_ with fft.window.WIN_Josh Morman2020-12-187-9/+9
* fft: update window python enums to fft.window.*Josh Morman2020-12-171-2/+2
* gr-uhd: clean up import of msgq_runner in uhd_app.pyJosh Morman2020-12-171-2/+1
* gr-uhd/apps: import cleanup of msgq_runnerJosh Morman2020-12-172-6/+4
* move msgq_runner out of runtime into gr-uhd/apps, its single consumerMarcus Müller2020-12-175-6/+79
* modernization: `override` instead of virtual in all compilation unitsMarcus Müller2020-11-036-138/+143
* Add `override` for common virtual function overridesThomas Habets2020-11-032-2/+2
* usrp_block:pybind: add missing bind for cmd_power_keyHuang Rui2020-11-022-0/+6
* qa: run autopep8 formatting on qa python filesmormj2020-10-301-6/+8
* qa: remove xml file parameter causing deprecation warningsmormj2020-10-301-1/+1
* Fix typos throughout the codeluzpaz2020-10-294-4/+4