aboutsummaryrefslogtreecommitdiffstats
path: root/host/docs/uhd_image_loader.1
Commit message (Collapse)AuthorAgeFilesLines
* tools: Add general purpose tool for USRP configurationLars Amsel2022-03-231-1/+1
| | | | | | | | Over the years the UHD code base got a whole bunch of tools to control and configure devices. This is an attempt to unify these tools into one. Co-authored-by: Alexander Weber <alexander.weber@ni.com>
* uhd: Removed drivers for E100/E110Martin Braun2017-09-291-2/+0
| | | | The E1x0 series is still supported on the 3.9 LTS branch.
* Added uhd::image_loader class and uhd_image_loader utilityNicholas Corgan2015-07-151-0/+130
* Single class for loading firmware/FPGA images onto devices instead of multiple utilities * Loading functions are registered for each device, corresponding to their --args="type=foo" name * Deprecation warnings added to all product-specific image loading utilities