| Commit message (Expand) | Author | Age | Files | Lines |
* | uhd: Initialize _overflow_count to zero | Clayton Smith | 2022-01-15 | 1 | -0/+1 |
* | uhd: pybind rfnoc_{block, ddc, duc, rx/tx_radio} (#5291) | a-andre | 2021-12-09 | 18 | -8/+812 |
* | cmake: change how test files are build when cross compiling | Philip Balister | 2021-12-03 | 1 | -0/+3 |
* | uhd: pep8 formatting | Josh Morman | 2021-11-24 | 11 | -238/+384 |
* | modules: include boost/format where used | Marcus Müller | 2021-09-07 | 2 | -0/+2 |
* | qtgui: Replace pyqwidget() with qwidget() | David Winter | 2021-09-03 | 2 | -5/+5 |
* | gr-uhd: fix input filename in freq hopping examples | Adrien Michel | 2021-08-05 | 1 | -1/+1 |
* | uhd: usrp_sink: don't sort; get_tags_in_range is already sorted | Marcus Müller | 2021-07-19 | 1 | -1/+1 |
* | usrp_block: fix using 0 as pmt::dict_ref "not_found" parameter | Nicholas Corgan | 2021-07-13 | 1 | -5/+6 |
* | global: remove iostream from all files not use cout|cerr|cin|clog | Marcus Müller | 2021-06-17 | 4 | -4/+2 |
* | uhd: pybind rfnoc_graph,_rx/tx_streamer | Marcus Müller | 2021-06-08 | 8 | -10/+261 |
* | uhd: Promote RFNoC 4.0 to proper component to get on/off switch, dep check | Marcus Müller | 2021-06-08 | 1 | -3/+8 |
* | gr-uhd: Adding missing Python binding for uhd::tune_request_t::policy_t. | Codey McCodeface | 2021-05-28 | 1 | -2/+1 |
* | gr-uhd: Adding missing Python binding for uhd::tune_request_t::policy_t. | Codey McCodeface | 2021-05-28 | 1 | -1/+9 |
* | uhd: rfnoc_xx_streamer: removed unused private num_chan field | Marcus Müller | 2021-05-27 | 4 | -6/+0 |
* | uhd: rfnoc_graph: use override as appropriate | Marcus Müller | 2021-05-27 | 1 | -7/+7 |
* | uhd: Add option to sync timestamp to PC Clock or GPS time on next 1PPS | Liu, Andrew Z | 2021-04-12 | 1 | -2/+18 |
* | gr-uhd: update direction key naming | Jacob Gilbert | 2021-04-05 | 8 | -21/+21 |
* | gr-uhd: fix command tuning | Jacob Gilbert | 2021-04-05 | 4 | -61/+41 |
* | uhd: Fix phase relations plot (Qt issue) | Martin Braun | 2021-03-16 | 1 | -1/+2 |
* | uhd: Fix Qt apps (XInitThreads call order, terminate handling) | Martin Braun | 2021-03-16 | 2 | -44/+65 |
* | uhd: Replace multi_usrp::recv_async_msg() with tx_stream version | Martin Braun | 2021-03-16 | 1 | -4/+8 |
* | uhd: Fix generation of FE correction functions | Martin Braun | 2021-03-11 | 1 | -8/+26 |
* | GR-UHD: Add additional gr-uhd bindings. | Victor Wollesen | 2021-03-03 | 1 | -0/+13 |
* | gr-uhd: add start time capability to cpp template | karel | 2021-02-23 | 1 | -7/+11 |
* | uhd: Fix filter API | Martin Braun | 2021-02-18 | 8 | -39/+108 |
* | uhd: documented logging changes, interval configuration option | Marcus Müller | 2021-02-18 | 1 | -0/+14 |
* | uhd/tag_sink_demo: Use log mechanism instead of stdout | Marcus Müller | 2021-02-18 | 1 | -6/+10 |
* | uhd: log over/underflows, time errors, better tag time logs | Marcus Müller | 2021-02-18 | 3 | -10/+98 |
* | uhd: Remove ifdefs for older UHD versions | Martin Braun | 2021-02-18 | 3 | -83/+0 |
* | Fix typos | luz paz | 2021-02-08 | 1 | -1/+1 |
* | uhd: Remove (almost all) occurrences of Boost | Martin Braun | 2021-02-05 | 11 | -64/+50 |
* | gr-uhd: ALL_LOS binding | karel | 2021-02-05 | 1 | -0/+1 |
* | uhd: Add direction to mtune | Niki | 2021-02-01 | 1 | -3/+11 |
* | uhd: Control of frequency and gain in both directions at the same moment | Niki | 2021-01-24 | 8 | -44/+158 |
* | gr-uhd: Add command uhd handler for mtune ("manual tune") | Niki | 2021-01-17 | 4 | -0/+78 |
* | fixup! uhd: Add PC clock resync command | Martin Braun | 2021-01-16 | 1 | -1/+1 |
* | uhd: Add PC clock resync command | Johannes Demel | 2021-01-16 | 3 | -0/+22 |
* | uhd: Add start time capability to GRC bindings | Niki | 2021-01-14 | 1 | -0/+10 |
* | uhd: Add GPIO handlers for messages | Niki | 2021-01-14 | 4 | -0/+47 |
* | gr-uhd: adding a bool to force tune request if a 'direction' key is provided ... | Jacob Gilbert | 2021-01-14 | 2 | -11/+16 |
* | gr-uhd: fix misspelling of 'request' in several locations | Jacob Gilbert | 2021-01-14 | 2 | -6/+6 |
* | uhd: Fix unit test | Martin Braun | 2021-01-07 | 1 | -7/+5 |
* | gr-uhd/lib/usrp_block_impl.cc: fix compile error using boost>=1.73 | Huang Rui | 2020-12-18 | 3 | -13/+18 |
* | replace fft.window.WIN_ with window.win_ and include in grc default import | Josh Morman | 2020-12-18 | 6 | -8/+8 |
* | add import fft to python files that reference fft.window | Josh Morman | 2020-12-18 | 1 | -0/+1 |
* | global replace of firdes.WIN_ with fft.window.WIN_ | Josh Morman | 2020-12-18 | 7 | -9/+9 |
* | fft: update window python enums to fft.window.* | Josh Morman | 2020-12-17 | 1 | -2/+2 |
* | gr-uhd: clean up import of msgq_runner in uhd_app.py | Josh Morman | 2020-12-17 | 1 | -2/+1 |
* | gr-uhd/apps: import cleanup of msgq_runner | Josh Morman | 2020-12-17 | 2 | -6/+4 |