diff options
| author | Josh Blum <josh@joshknows.com> | 2012-01-12 20:05:38 -0800 | 
|---|---|---|
| committer | Josh Blum <josh@joshknows.com> | 2012-02-01 10:05:52 -0800 | 
| commit | a0887f3bd37e840f5b8ccb894478213e5eae7ed1 (patch) | |
| tree | 8ec594db26ef3d48a7526d33c64e4a9dd7a09743 | |
| parent | be14ffa819f2c88d24903d01a32eb85afc182a7d (diff) | |
| download | uhd-a0887f3bd37e840f5b8ccb894478213e5eae7ed1.tar.gz uhd-a0887f3bd37e840f5b8ccb894478213e5eae7ed1.tar.bz2 uhd-a0887f3bd37e840f5b8ccb894478213e5eae7ed1.zip | |
b100: bump compat numbers for slave fifo mode
Conflicts:
	host/lib/usrp/b100/b100_impl.hpp
| -rw-r--r-- | firmware/fx2/b100/usrp_main.c | 2 | ||||
| -rw-r--r-- | host/lib/usrp/b100/b100_impl.hpp | 2 | 
2 files changed, 2 insertions, 2 deletions
| diff --git a/firmware/fx2/b100/usrp_main.c b/firmware/fx2/b100/usrp_main.c index 45fa60ae9..fdc4fce48 100644 --- a/firmware/fx2/b100/usrp_main.c +++ b/firmware/fx2/b100/usrp_main.c @@ -111,7 +111,7 @@ app_vendor_cmd (void)      case VRQ_FW_COMPAT:          EP0BCH = 0; -        EP0BCL = 2; +        EP0BCL = 3;          break;      default: diff --git a/host/lib/usrp/b100/b100_impl.hpp b/host/lib/usrp/b100/b100_impl.hpp index ec86e41a2..433f45aef 100644 --- a/host/lib/usrp/b100/b100_impl.hpp +++ b/host/lib/usrp/b100/b100_impl.hpp @@ -47,7 +47,7 @@  static const double          B100_LINK_RATE_BPS = 256e6/5; //pratical link rate (< 480 Mbps)  static const std::string     B100_FW_FILE_NAME = "usrp_b100_fw.ihx";  static const std::string     B100_FPGA_FILE_NAME = "usrp_b100_fpga.bin"; -static const boost::uint16_t B100_FW_COMPAT_NUM = 0x02; +static const boost::uint16_t B100_FW_COMPAT_NUM = 0x03;  static const boost::uint16_t B100_FPGA_COMPAT_NUM = 0x09;  static const boost::uint32_t B100_RX_SID_BASE = 2;  static const boost::uint32_t B100_TX_ASYNC_SID = 1; | 
