aboutsummaryrefslogtreecommitdiffstats
path: root/host/utils
Commit message (Expand)AuthorAgeFilesLines
* python: Change default name for rfnoc_image_coreWade Fife2020-08-101-4/+5
* utils: Make uhd_config_info print help by defaultDerek Kozel2020-07-091-1/+1
* test: Use git hashes to verify flatbuffers schemaLars Amsel2020-06-231-55/+78
* utils: update_fbs.py: Minor refactor, fix path bugMartin Braun2020-06-221-9/+15
* utils: Make uhd_images_downloader raise warning for invalid pathsSteve Czabaniuk2020-06-221-11/+21
* cal: Add automated port switchLars Amsel2020-06-171-1/+9
* utils: Make fpga-dir arg optional for rfnoc_image_builderWade Fife2020-06-051-12/+34
* utils/python: Add uhd_power_cal scriptMartin Braun2020-05-282-0/+251
* utils: Let uhd_images_downloader also use HTTPS proxiesMartin Braun2020-05-271-3/+4
* utils: Fix FPGA search in rfnoc_image_builder from fpga-src to fpgaMartin Braun2020-05-201-1/+1
* utils: Fix usrp_burn_db_eeprom w.r.t. new property tree pathsMartin Braun2020-05-151-15/+38
* 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