aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/cores
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'maint'Martin Braun2017-03-011-0/+4
|\
| * cores: unhide virtual overloaded functions in gpio_atr_3000Andrej Rode2017-02-201-0/+4
* | utils: introduce new logging API and remove msg APIAndrej Rode2017-02-2013-34/+34
|/
* lib: remove statements after throwAndrej Rode2017-01-121-1/+0
* dma fifo: Removed superfluous attributeMartin Braun2016-11-281-2/+1
* Remove all boost:: namespace prefix for uint32_t, int32_t etc. (fixed-width t...Martin Braun2016-11-0829-277/+277
* cores: Fixed typo in time_core_3000Martin Braun2016-08-121-2/+2
* Merging RFNoC support for X310Martin Braun2016-08-095-1/+263
* cores: GPIO core gets explicit DDR settingJonathon Pendlum2016-08-092-0/+7
* cores: Added shutdown option to SPI coreJonathon Pendlum2016-08-092-3/+23
* vita core: Fix the hard reset issue by flushing the flow control windowPaul David2016-04-181-0/+13
* Added option for writes to specify a SPI speedDerek Kozel2016-04-081-6/+20
* Merge branch 'maint'Martin Braun2016-04-071-2/+2
|\
| * gpio core: Fixed a mismatch in the address assignment for RX and full duplexPaul David2016-04-061-2/+2
* | usrp3: Added RX DSP support for heterodyne samplingAshish Chaudhari2016-03-212-14/+43
* | Updated code to work for new minimum dependenciesNicholas Corgan2016-03-211-1/+1
* | Merge branch 'maint'Ashish Chaudhari2016-02-181-16/+48
|\|