aboutsummaryrefslogtreecommitdiffstats
path: root/host
Commit message (Expand)AuthorAgeFilesLines
* rfnoc: Remove references to nocscript from YAML filesMartin Braun2022-02-2323-23/+0
* Remove FSRU-related filesMartin Braun2022-02-221-3/+0
* docs: x310: Remove reference to ORCMartin Braun2022-02-211-1/+1
* docs: Update n3xx tuning notesSteven Koo2022-02-161-4/+8
* rfnoc: Fix spelling in property resolution error messageMartin Braun2022-02-111-1/+1
* docs: Remove full path names from Doxygen generationMartin Braun2022-02-111-1/+1
* rfnoc: Expose buffer parameters for DRAM FIFO blockWade Fife2022-02-101-0/+2
* fpga: e31x: Add DRAM supportWade Fife2022-02-101-0/+4
* fpga: rfnoc: Add BLANK_OUTPUT to FIR filter block's parametersJonathon Pendlum2022-02-101-0/+1
* host: Throw exception when accessing properties with incorrect typeLane Kolbly2022-02-074-14/+55
* host: Minor cleanups in property_tree codeLane Kolbly2022-02-073-18/+30
* cmake: Remove libatomic check on macOSSteven Koo2022-02-071-1/+1
* utils: Add space to rfnoc_image_builder helpWade Fife2022-02-071-1/+1
* fpga: x400: Add DRAM supportWade Fife2022-02-071-0/+4
* rfnoc: Rename and enlarge axi4_mm IO signatureWade Fife2022-02-0711-18/+17
* uhd: Harmonize fuzzy frequency comparisonsMartin Braun2022-02-049-43/+79
* math: fp_compare: Adapt fp_compare_epsilon API to actual useMartin Braun2022-02-043-32/+55
* uhd: rfnoc: Let connect_through_blocks() return edge listMartin Braun2022-02-042-2/+10
* host: x4xx: Fix some warnings on mac OSLane Kolbly2022-02-042-2/+3
* host: zbx: Expose tuning table on property treeLane Kolbly2022-02-035-5/+87
* python: rfnoc: Add get_property bindingsWade Fife2022-02-011-0/+60
* docs: Add shim Sphinx config for readthedocsMartin Braun2022-02-015-0/+223
* rfnoc: Update the MTU forwarding property for some blocksMartin Braun2022-02-018-0/+25
* rfnoc: Set the default MTU forwarding policy to ONE_TO_ONE.Martin Braun2022-02-012-10/+15
* rfnoc: Add post_init() method to noc_block_baseMartin Braun2022-02-013-0/+34
* cmake: added libatomic check for boost/lockfree/queue.hppJaroslav Škarvada2022-02-011-0/+31
* rfnoc: Fix _set_subdev_spec() helper functionAaron Rossetto2022-02-011-3/+8
* uhd: expose uhd::dict and fs_path with UHD_API_HEADERSteven Koo2022-01-312-5/+2
* rfnoc: set UHD_API_HEADER on property_tSteven Koo2022-01-313-6/+45
* RFNoC: Cache and re-use host endpointsmichael-west2022-01-271-7/+30
* cmake: uhdboost: Fix check for UHD_BOOST_REQUIRED being setMartin Braun2022-01-261-1/+1
* tests: Modularize x4xx_radio_mock to use it in other testsMartin Anderseck2022-01-252-269/+293
* uhd: Demote WARNING on minor compat mismatch to DEBUGMartin Braun2022-01-251-2/+2
* fpga: x400: Add GPIO control via ATR and DB stateJavier Valenzuela2022-01-252-4/+32
* host: x4xx: gpio: Properly unmap FPGA GPIO valuesLane Kolbly2022-01-242-39/+44
* rfnoc: Ignore errors in ctrlport response packets if ACKs not wantedAaron Rossetto2022-01-211-0/+8
* host: fix build with DPDK v21.11 LTSLuca Boccassi2022-01-206-49/+100
* host: Implement nameless_gain_mixinLane Kolbly2022-01-207-83/+151
* fixup! cmake: Replace distutils.sysconfig with sysconfigSteven Koo2022-01-201-22/+8
* lib: set dynamic_lookup and flat_namespaceSteven Koo2022-01-191-3/+4
* tests: disable x4xx_radio_block_test on macOSSteven Koo2022-01-192-26/+32
* lib: Make simple_claimer atomicMartin Braun2022-01-141-38/+19
* docs: Improve page on RFNoC block propertiesMartin Braun2022-01-141-13/+19
* deps: rpclib: Replace distutils.dir_util with shutilAaron Rossetto2022-01-141-2/+1
* python: Use setup from setuptoolsAaron Rossetto2022-01-141-1/+1
* cmake: Replace distutils.sysconfig with sysconfigAaron Rossetto2022-01-141-9/+13
* cmake: Replace distutils with CMake for version checksAaron Rossetto2022-01-143-32/+124
* SPI: Add SPI exampleMartin Anderseck2022-01-142-0/+136
* SPI: Implement SPI engine for x410Martin Anderseck2022-01-1312-15/+491
* rfnoc: Always clear response queue in ctrlport_endpointMartin Braun2022-01-131-16/+29