aboutsummaryrefslogtreecommitdiffstats
path: root/host/utils
Commit message (Expand)AuthorAgeFilesLines
...
* utils: Correct relative path to config dir in rfnoc_image_builderAaron Rossetto2020-05-151-1/+1
* utils: Remove 'six' dependency, fix minor PyLint issuesMartin Braun2020-05-121-9/+8
* utils: Update mako to propagate parametersWade Fife2020-05-112-13/+27
* Remove remaining Python 2 referencesMartin Braun2020-05-0713-15/+11
* python: Move the rfnoc image builder module under the uhd moduleMartin Braun2020-05-0520-1563/+21
* uhd: Replaced deprecated usage of boost timer with std::chronoLars Amsel2020-05-041-3/+5
* utils: Remove trailing white space from mako templatesWade Fife2020-04-302-4/+4
* utils: Fix typo in testbench mako templateWade Fife2020-04-301-1/+1
* utils: Update copyright generated by blocktoolWade Fife2020-04-235-5/+5
* utils: Add sideband_at_end support to Mako templateWade Fife2020-04-213-15/+22
* utils: Add --lib-path option to uhd_config_infoMartin Braun2020-04-171-0/+4
* cal: Add utility to update all .fbs files, or check the generated onesMartin Braun2020-04-171-0/+126
* utils: usrp_burn_mb_eeprom: Avoid EEPROM write in read only casesteviez2020-04-151-17/+19
* utils: Fix comment in axis_data templateWade Fife2020-04-141-1/+1
* utils: cal: Remove boost usage from usrp_cal_utils.hppMartin Braun2020-04-021-3/+0
* utils: cal: Enable "ignore cal file" option for DC and IQ cal toolsMartin Braun2020-04-021-5/+5
* utils: Add convert_cal_data utilityMartin Braun2020-04-022-0/+105
* uhd: cal: Use usrp::cal::database instead of CSV filesMartin Braun2020-04-021-24/+11
* utils: uhd_usrp_probe: Output frontend infoMichael West2020-03-311-5/+13
* utils: uhd_images_downloader: use HTTPS instead of HTTP to avoid redirectMarcus Müller2020-03-201-1/+1
* utils: cal: Replace property tree accesses with other API callsMartin Braun2020-03-121-43/+35
* utils/C API: Fix property tree accessMartin Braun2020-03-122-4/+4
* examples: Update gain block testbench to use samplesWade Fife2020-03-091-1/+1
* sim: Parameterize chdr_word_t data typeWade Fife2020-03-091-1/+6
* uhd: Apply clang-format against all .cpp and .hpp files in host/Martin Braun2020-03-035-69/+72
* utils: images downloader: Add support for UHD_IMAGES_URL, clean upMartin Braun2020-02-191-35/+29
* utils: images downloader: Handle missing content-length responseMartin Braun2020-02-191-7/+18
* utils: image_downloader: check write conditionssteviez2020-02-181-0/+13
* fixup! utils: blocktool: Fix blocktoolWade Fife2020-02-062-5/+5
* utils: images_downloader: adding usage docsBrent Stapleton2020-01-221-2/+29
* cal_utils: fixup typoBrent Stapleton2020-01-091-1/+1
* image builder: Add ability to pick up extra Makefile.srcs from YAMLSMartin Braun2019-11-261-1/+18
* utils: image builder: Factor out some data to top of image_builder.pyMartin Braun2019-11-261-31/+41
* rfnoc: image builder: Fix include pathsMartin Braun2019-11-262-6/+16
* utils: blocktool: Fix blocktoolWade Fife2019-11-2625-585/+1402
* utils: image_builder: Support parameterized number of ports on blocksWade Fife2019-11-264-47/+76
* rfnoc: image_builder: Fix -I, allow devices/targets to bet set in YAMLMartin Braun2019-11-262-19/+21
* utils: image_builder: Fix ordering of noc_blocks, portsSugandha Gupta2019-11-261-6/+25
* uhd: Replace all occurrences of boost::bind with std::bindMartin Braun2019-11-263-3/+6
* uhd: Replace usage of boost smart pointers with C++11 counterpartsMartin Braun2019-11-261-1/+1
* images: Fix THIS_PORTID calculation to offset from num ctrl_sepsAlex Williams2019-11-261-1/+1
* Remove proto-RFNoC filesMartin Braun2019-11-265-15/+14
* utils: Add RFNoC-specific features to uhd_usrp_probeMartin Braun2019-11-261-9/+120
* utils: remove thread priority elevationCiro Nishiguchi2019-11-264-8/+0
* rfnoc: Add a new builder script for FPGA images based on eRFNoC.Lars Amsel2019-11-2622-0/+1679
* rfnoc: add eRFNoC block builder to generate boiler plate VerilogLars Amsel2019-11-2618-0/+1069
* utils: query_gpsdo_sensors: Fix ref_lock wait loopMartin Braun2019-11-211-1/+4
* B200: Add command to query bootloader statusmichael-west2019-08-061-1/+9
* utils: converter_benchmark: Fix scaling for sc16->fc32Martin Braun2019-07-201-2/+2
* convert: benchmark: Make converter benchmark Py3k compatibleMartin Braun2019-07-201-4/+5