patch-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Patch-gnuradio] [GIT PULL] usrp updates


From: Thomas Tsou
Subject: [Patch-gnuradio] [GIT PULL] usrp updates
Date: Mon, 2 Nov 2009 18:26:18 -0500

Johnathan,

These updates have been sitting around for a while, and I finally got
around to testing. Code cleanup makes up the bulk of the changes.

Changes are available in the git repository at:

  git://github.com/ttsou/gnuradio-ttsou.git libusb-1.0

Thanks,

    Thomas

---------------
Thomas Tsou (2):
      usrp: Check return value in fusb_libusb1 _reap()
      usrp: Cleanup of usrp_basic

 usrp/host/include/usrp/usrp_prims.h                |    9 ++
 usrp/host/lib/Makefile.am                          |   24 ++--
 usrp/host/lib/fusb_libusb1.cc                      |   10 ++-
 .../lib/{usrp_basic_common.cc => usrp_basic.cc}    |   67 +++++++++-
 usrp/host/lib/usrp_basic_libusb0.cc                |  137 ------------------
 usrp/host/lib/usrp_basic_libusb1.cc                |  145 --------------------
 usrp/host/lib/usrp_prims_libusb0.cc                |    6 +
 usrp/host/lib/usrp_prims_libusb1.cc                |   11 ++-
 8 files changed, 108 insertions(+), 301 deletions(-)
 rename usrp/host/lib/{usrp_basic_common.cc => usrp_basic.cc} (93%)
 delete mode 100644 usrp/host/lib/usrp_basic_libusb0.cc
 delete mode 100644 usrp/host/lib/usrp_basic_libusb1.cc




reply via email to

[Prev in Thread] Current Thread [Next in Thread]