aboutsummaryrefslogtreecommitdiffstats
path: root/images/manifest.txt
Commit message (Collapse)AuthorAgeFilesLines
* fixup! usrp3: Changes for Vivado 2017.4Brent Stapleton2018-02-021-4/+4
|
* usrp3: Changes for Vivado 2017.4Ashish Chaudhari2018-01-241-12/+12
| | | | | | - Bumped compat number for e3xx, n230, x3xx, n3xx - Updated images package for e3xx, n230, x3xx, n3xx - Updated fpga-src submodule
* utils: refactor uhd_images_downloaderBrent Stapleton2018-01-231-0/+44
Changing structure of the files.ettus.com images directory, and updating uhd_images_downloader correspondingly. The images downloader now downloads a number of smaller archives of images, instead of one large archive containing all of our images. Furthermore, the images downloader maintains an inventory of currently installed images, so that images are not redownloaded unnecessarily. When called with no arguments, behavior should not change. CMake variables are used to populate a number of fields in the images downloader, including the contents of the manifest file. Reviewed-by: Martin Braun <martin.braun@ettus.com> Reviewed-by: Ashish Chaudhari <ashish.chaudhari@ettus.com>