aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/cores
Commit message (Expand)AuthorAgeFilesLines
* uhd: Fix usage of std::abs with template parametersMartin Braun2021-07-231-1/+1
* b200: Move the B200 radio control core into usrp/b200/Martin Braun2021-07-202-350/+0
* core: remove boost::math in favor of std cmathMichael Dickens2021-07-062-13/+16
* uhd: Remove includes of list_of.hpp where appropriateMartin Braun2021-06-244-4/+0
* uhd: Remove all occurences of boost::math::*round()Martin Braun2021-06-248-26/+22
* lib: Use const-ref in for loops instead of const-copyMartin Braun2021-03-041-1/+1
* host: Update code base using clang-tidyMartin Braun2021-03-0420-158/+164
* RFNoC: Demoted zero sample error to warningmichael-west2020-12-101-5/+11
* b200: handle overruns during continuous streamingmattprost2020-10-091-0/+3
* cores: Remove shutdown function from spi_core_3000Martin Braun2020-07-081-14/+0
* TwinRX: Remove decimation from frontendMichael West2020-05-121-18/+6
* cores: Fix rx_vita_core_3000 assertion error in issue_stream_cmd()Martin Braun2020-05-051-3/+7
* x300: lf/basic antenna API implementationmattprost2020-03-231-0/+1
* uhd: Apply clang-format against all .cpp and .hpp files in host/Martin Braun2020-03-0319-878/+1045
* gpio_atr_3000: Fix return value for pin control registerMartin Braun2019-11-261-1/+3
* uhd: Remove all usages of boost::tuple and friendsMartin Braun2019-11-262-5/+6
* uhd: Replace all occurrences of boost::bind with std::bindMartin Braun2019-11-266-23/+23
* uhd: Replace usage of boost smart pointers with C++11 counterpartsMartin Braun2019-11-261-3/+3
* rfnoc: Add DMA FIFO block controllerMartin Braun2019-11-261-354/+250
* rfnoc: Add multi_usrp_rfnoc, modify multi_usrpBrent Stapleton2019-11-261-12/+58
* gpio_atr_3000: Formatting changesBrent Stapleton2019-11-261-142/+196
* cores: gpio_atr_3000: Add capability to configure register offsetMartin Braun2019-11-261-33/+45
* tx_fe_200: make register offset controllableBrent Stapleton2019-11-261-9/+10
* rx_fe_3000: Changing register address calcBrent Stapleton2019-11-261-18/+29
* lib: cores: Adapt spi_core_3000 for use with register_ifaceMartin Braun2019-11-261-49/+80
* lib: utils: Add new signature to get_freq_and_freq_word()Martin Braun2019-11-261-0/+8
* rx_fe_3000: formatting for upcoming changesBrent Stapleton2019-08-251-84/+102
* cores: Use NSDMI consistently in ?x_dsp_core_3000.*Martin Braun2019-05-222-23/+16
* cores: Apply clang-format to ?x_dsp_core_3000.*Martin Braun2019-05-222-230/+268
* uhd: mpm: update all license header w/ "-or-later"Brent Stapleton2019-03-081-1/+1
* cmake: Update coding style to use lowercase commandsMartin Braun2018-11-141-2/+2
* cores:rx_frontend_core_3000: fix real modeGwenhael Goavec-Merou2018-10-291-0/+2
* cores: Update rx_frontend_gen3.v controls for 1/4-rate mixerMartin Braun2018-09-251-7/+11
* fixup! DDC/DUC: switch CORDIC -> DDS for all relevant variable namesmichael-west2018-09-132-12/+12
* rfnoc: dma_fifo: Added a more robust flush mechanismAshish Chaudhari2018-08-031-35/+59
* uhd: Expose DC Offset range via multi_usrp interfaceDerek Kozel2018-07-113-0/+27
* *_dsp_core: Update frequency when updating ratesVidush2018-06-212-0/+16
* lib: Purge all references to boost::this_thread::sleep()Martin Braun2018-04-306-14/+20
* cores: rx_vita_core_3000: Replace boost::this_thread::sleep()Martin Braun2018-04-171-2/+3
* cores: Demote some log messages in time coreMartin Braun2018-03-301-2/+6
* DDC/DUC: switch CORDIC -> DDS for all relevant variable namesRyan Marlow2018-03-222-12/+12
* uhd: Move internal headers to uhdlib/Martin Braun2018-03-1443-1158/+30
* uhd: Move some gpio_defs constants definitions out of headersMartin Braun2018-02-271-1/+2
* usrp: Add set_gpio_attr overload that use stringTrung N Tran2018-02-211-0/+5
* uhd: Update license headersMartin Braun2018-02-1943-42/+85
* rfnoc: dma_fifo: Minor: Cleaned up log printsAshish Chaudhari2018-01-081-1/+0
* Clean up build processMartin Braun2017-12-225-283/+21
* Move all license headers to SPDX format.Martin Braun2017-12-2247-564/+47
* dram_fifo, BIST: BUS_CLK_RATE is now a readback reg.Ryan Marlow2017-09-292-4/+15
* docs: Fixed doxygen warningssugandhagupta2017-06-291-4/+8