diff options
author | Ashish Chaudhari <ashish@ettus.com> | 2014-08-12 11:19:22 -0700 |
---|---|---|
committer | Ashish Chaudhari <ashish@ettus.com> | 2014-08-12 11:19:22 -0700 |
commit | 145f1d7cf7aa94f67c7ba349e29daff9a7d85d54 (patch) | |
tree | 64a7a89acd187519bcb285c677b492aa1fc7c55e /host/lib/usrp/b200/b200_iface.hpp | |
parent | 96d1d586735dd47ce9af0d309c3f1c5abf008497 (diff) | |
download | uhd-145f1d7cf7aa94f67c7ba349e29daff9a7d85d54.tar.gz uhd-145f1d7cf7aa94f67c7ba349e29daff9a7d85d54.tar.bz2 uhd-145f1d7cf7aa94f67c7ba349e29daff9a7d85d54.zip |
b200: Removed all AD9361 related firmware
- FX3 does not respond to AD9361 firmware transaction VREQs
- FX3 does not respond to AD9361 SPI transaction VREQs
- Deleted all AD9361 firmware files
- Bumped FW compat to 6
Diffstat (limited to 'host/lib/usrp/b200/b200_iface.hpp')
-rw-r--r-- | host/lib/usrp/b200/b200_iface.hpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/host/lib/usrp/b200/b200_iface.hpp b/host/lib/usrp/b200/b200_iface.hpp index 18d058386..83adfdd64 100644 --- a/host/lib/usrp/b200/b200_iface.hpp +++ b/host/lib/usrp/b200/b200_iface.hpp @@ -70,10 +70,6 @@ public: //! load an FPGA image virtual boost::uint32_t load_fpga(const std::string filestring) = 0; - //! send SPI through the FX3 - virtual void transact_spi( unsigned char *tx_data, size_t num_tx_bits, \ - unsigned char *rx_data, size_t num_rx_bits) = 0; - virtual void write_eeprom(boost::uint16_t addr, boost::uint16_t offset, const uhd::byte_vector_t &bytes) = 0; virtual uhd::byte_vector_t read_eeprom(boost::uint16_t addr, boost::uint16_t offset, size_t num_bytes) = 0; |