From 55ce8d93dbe5cd77d64ec8274f6b6d05027cc76f Mon Sep 17 00:00:00 2001 From: Paul David Date: Tue, 14 Mar 2017 19:38:41 -0400 Subject: X3xx: Added image loader support for reading FPGA images --- host/include/uhd/image_loader.hpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'host/include') diff --git a/host/include/uhd/image_loader.hpp b/host/include/uhd/image_loader.hpp index 4ebac288e..6ecb1b794 100644 --- a/host/include/uhd/image_loader.hpp +++ b/host/include/uhd/image_loader.hpp @@ -1,5 +1,5 @@ // -// Copyright 2014-2015 Ettus Research LLC +// Copyright 2014-2017 Ettus Research // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by @@ -36,8 +36,10 @@ public: uhd::device_addr_t args; bool load_firmware; bool load_fpga; + bool download; std::string firmware_path; std::string fpga_path; + std::string out_path; } image_loader_args_t; //! Signature of an image loading function -- cgit v1.2.3