aboutsummaryrefslogtreecommitdiffstats
path: root/host/utils
Commit message (Expand)AuthorAgeFilesLines
* 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
* e310/e320: Move E310 to MPM architecture and refactorSugandha Gupta2019-05-011-7/+0
* utils: Add X300/X310 reset programNick Foster2019-04-241-0/+109
* b200: enable usage of custom bootloaderMark Meserve2019-04-111-23/+111
* uhd: mpm: update all license header w/ "-or-later"Brent Stapleton2019-03-082-2/+2
* uhd: set tx gain to max for rx iq calMark Meserve2019-02-211-2/+7
* utils: Deny positional options in uhd_image_loaderAlex Williams2019-02-131-1/+3
* utils: Add check for gdb_eeprom before accessingmichael-west2019-01-291-1/+1
* uhd: mpm: apply clang-format to all filesBrent Stapleton2019-01-1619-2187/+2351
* examples: utils: skip formatting program optionsBrent Stapleton2019-01-1615-0/+30
* uhd: skip formatting misc arrays, maps, etc.Brent Stapleton2019-01-161-0/+2
* uhd: update cal utilities to support rhodiumMark Meserve2019-01-091-3/+6
* utils: Improve query_gpsdo_sensorsmichael-west2018-12-201-31/+28
* responder: Better "abs()" compiler compatibilityMichael Dickens2018-12-122-2/+2
* utils: specify the downloader's Python executableBrent Stapleton2018-11-261-1/+1
* utils: uhd_images_downloader: Add --http-proxy optionMartin Braun2018-11-161-2/+11
* cmake: Update coding style to use lowercase commandsMartin Braun2018-11-142-71/+71
* utils: Fix downloader return value for main()Martin Braun2018-11-131-7/+11
* utils: Downloader stall on error for Windows usersMartin Braun2018-11-131-2/+30
* utils: uhd_images_downloader: Remove archive typeMartin Braun2018-11-131-28/+22
* utils: uhd_images_downloader: Refactor the toolMartin Braun2018-11-131-115/+153
* utils: Allow downloader to ship non-zip filesMartin Braun2018-11-131-5/+13
* utils: uhd_images_downloader: Add download limitMartin Braun2018-11-131-1/+25
* utils: uhd_images_downloader: Add --yes optionMartin Braun2018-11-131-0/+25
* utils: add downloader printing fetchable URLsMartin Braun2018-11-131-12/+24
* utils: Make uhd_images_downloader log to stderrMartin Braun2018-11-131-2/+2
* utils: Factor wait_for_lo_lock() out of cal utilsMartin Braun2018-08-294-24/+19
* uhd: utils: Add Zip test to downloaderBrent Stapleton2018-08-281-2/+15
* uhd: utils: Downloader logs no targets selectedBrent Stapleton2018-08-281-0/+5
* utils: fixup for downloader inventory managementBrent Stapleton2018-08-211-12/+19
* lib: Purge all references to boost::this_thread::sleep()Martin Braun2018-04-305-11/+18
* utils: fix 30s timeout in query_gpsdo_sensorsTrung N Tran2018-04-301-7/+12