aboutsummaryrefslogtreecommitdiffstats
path: root/gr-uhd/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* uhd: Initialize _overflow_count to zeroClayton Smith2022-01-151-0/+1
* modules: include boost/format where usedMarcus Müller2021-09-072-0/+2
* 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
* 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
* gr-uhd: update direction key namingJacob Gilbert2021-04-055-15/+15
* gr-uhd: fix command tuningJacob Gilbert2021-04-054-61/+41
* uhd: Replace multi_usrp::recv_async_msg() with tx_stream versionMartin Braun2021-03-161-4/+8
* uhd: Fix filter APIMartin Braun2021-02-186-20/+88
* 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
* uhd: Remove (almost all) occurrences of BoostMartin Braun2021-02-058-54/+38
* uhd: Add direction to mtuneNiki2021-02-011-3/+11
* uhd: Control of frequency and gain in both directions at the same momentNiki2021-01-246-42/+152
* gr-uhd: Add command uhd handler for mtune ("manual tune")Niki2021-01-172-0/+54
* fixup! uhd: Add PC clock resync commandMartin Braun2021-01-161-1/+1
* uhd: Add PC clock resync commandJohannes Demel2021-01-162-0/+21
* uhd: Add GPIO handlers for messagesNiki2021-01-142-0/+44
* 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-141-5/+5
* gr-uhd/lib/usrp_block_impl.cc: fix compile error using boost>=1.73Huang Rui2020-12-183-13/+18
* modernization: `override` instead of virtual in all compilation unitsMarcus Müller2020-11-034-136/+141
* Add `override` for common virtual function overridesThomas Habets2020-11-032-2/+2
* Fix typos throughout the codeluzpaz2020-10-291-1/+1
* uhd: Add power reference APIsMartin Braun2020-08-266-0/+149
* Replace all calls to `get_initial_sptr` with `make_block_sptr`Thomas Habets2020-07-307-15/+15
* gr-uhd: Fix pmt_dict/pmt_pair checksJohannes Demel2020-06-221-6/+9
* gr-uhd: Fix assumption that pmt pair passes is_dictJohannes Demel2020-06-221-11/+8
* msg_handler: Use lambdas in most componentsJohannes Demel2020-06-041-1/+1
* uhd: replace stderr logging by calls to GR's logging faciltiesMarcus Müller2020-04-131-5/+4
* Switch from boost pointers to std C++11 pointersThomas Habets2020-04-011-1/+1
* Replace BOOST_FOREACH with C++11 range forThomas Habets2020-03-272-5/+5
* uhd: Add support for UHD 4.0 feature: RFNoCMartin Braun2020-02-2117-5/+1311
* Revert "uhd: Add support for UHD 4.0 feature: RFNoC"Marcus Müller2020-02-0917-1311/+5
* uhd: Add support for UHD 4.0 feature: RFNoCMartin Braun2020-02-0717-5/+1311
* gr-uhd: Add filter API functions to the USRP blocksDerek Kozel2020-01-292-0/+31
* Update license header to SPDX formatdevnulling2020-01-2711-143/+11
* clang-tidy: misc-throw-by-value-catch-by-referenceAnders Kalør2019-08-151-1/+1
* clang-format: Ordering all the includesMarcus Müller2019-08-094-8/+8
* Tree: clang-format without the include sortingMarcus Müller2019-08-099-2029/+1916
* Fix for misc. documentation + trivial typosluz.paz2019-07-171-1/+1
* uhd: Remove references to clock_config_tMartin Braun2019-07-042-10/+2
* uhd: Add set_rx_agc() API call and GRC bindingsPeter Witkowski2019-05-172-0/+12
* cmake: Update to modern CMake usageAndrej Rode2019-03-041-53/+19
* uhd: Remove unused and deprecated type io_type_tMartin Braun2018-12-122-6/+0
* uhd: Remove unused constants to fix compiler warningsMartin Braun2018-12-121-2/+0
* uhd: added asynchronous messages handling to the sinkPiotr Krysik2018-12-112-2/+77
* Add missing includes which will fail after reformatAndrej Rode2018-11-121-0/+1
* uhd: add missing braceAndrej Rode2018-09-011-0/+1