1. 05 Dec, 2016 1 commit
  2. 15 Aug, 2016 1 commit
  3. 30 Nov, 2015 1 commit
  4. 05 Jun, 2012 1 commit
  5. 10 Apr, 2012 1 commit
    • Thomas Tsou's avatar
      uhd: handle b100 / e100 overflow behaviour · 8200e287
      Thomas Tsou authored
      
      B100 and E100 will react differently to overruns then the USRP2 or
      N2xx devices. To handle such an overrun, we need to expect a short
      packet with no error code followed by zero length packet with the
      appropriate error code set. On USRP2, the event is contained
      within a single packet.
      
      To handle, if a short packet contains no error code, pull another
      packet and check again for error code. If still no error code,
      print error on "short packet" and continue. If there is an error
      code, as expected, proceed normally and handle the error accord-
      ingly.
      Signed-off-by: default avatarThomas Tsou <ttsou@vt.edu>
      8200e287
  6. 05 Apr, 2012 2 commits
  7. 28 Feb, 2012 1 commit
    • Thomas Tsou's avatar
      uhd: use preprocessor directives for UHD version control · 62e0b342
      Thomas Tsou authored
      
      UHD 003.004.000 is not an official release, though the
      API changes are getting a notable amount of use. Ifdef new
      interface changes for now and re-evaluate making 003.004.000
      a minimum requirement at a later time.
      
      This also allows use of the streamer interface in the main
      branch, which addresses various reports of UHD failing to
      send packets at start with the old, deprecated API.
      Signed-off-by: default avatarThomas Tsou <ttsou@vt.edu>
      62e0b342
  8. 27 Feb, 2012 1 commit
  9. 23 Feb, 2012 1 commit
  10. 23 Jan, 2012 1 commit
  11. 09 Jan, 2012 5 commits
  12. 24 Jun, 2011 1 commit
    • Thomas Tsou's avatar
      uhd: fix overflow initialization bug · c48f383d
      Thomas Tsou authored
      Commit cd274b3e (uhd: swap out the gnuradio based interface
      for uhd) removed the overflow count in favor of simply
      reporting boolean values. Without the count value in place,
      the overflow value was never reset.
      
      Reimplement the counter and allow NULL pointers as the
      overrun argument
      c48f383d
  13. 23 Jun, 2011 4 commits
  14. 17 Nov, 2010 1 commit
  15. 15 Oct, 2010 1 commit