2005-03-29  Eric Blossom  <eb@comsec.com>

	* src/usrp.py: now check for usrp version at open time, not import
	time.

2005-03-15  Eric Blossom  <eb@comsec.com>

	* src/usrp1_sink_base.{h,cc}, src/usrp1_source_base.{h,cc}:
	read_aux_dac and write_aux_dac now take which_dboard instead of slot.

2005-03-13  Matt Ettus <matt@ettus.com>

	* src/Makefile.am, src/tv_rx.py: first cut at TV RX dboard
	* src/dbs_rx.py: minor fixes

2005-03-11  Eric Blossom  <eb@comsec.com>

	* src/usrp1_sink_base.{h,cc},src/usrp1_source_base.{h,cc}: new
	methods: set_adc_offset, set_dac_offset, set_adc_buffer_bypass.

2005-02-18  Eric Blossom  <eb@comsec.com>

	* src/usrp1_sink_base.cc (_write_oe): fix delegation.
	* src/usrp1_source_base.cc (_write_oe): fix delegation.

2005-02-16  Eric Blossom  <eb@comsec.com>

	* src/dbs_rx.py: new. control DBS_RX daughterboard.
	* src/usrp1_{sink,source}_base.{h,cc}: add read_i2c and write_i2c.
	
2005-02-06  Eric Blossom  <eb@comsec.com>

	* configure.ac: upped rev to 0.4 for release.
	* src/Makefile.am: backed out dependency on libpython

2005-01-28  Stephane Fillod <f8cfe@free.fr>

	* src/Makefile.am: fixes for MinGW.
	
2005-01-12  Eric Blossom  <eb@comsec.com>

	* src/usrp1_sink_base.cc,src/usrp1_source_base.cc: changed
	under/overrun diagnostic indicator to "uU" and "uO" to reduce
	amount of diagnostic output.

2005-01-10  Eric Blossom  <eb@comsec.com>

	* src/usrp1.i,src/usrp1_sink_base.{h,cc},
	src/usrp1_source_base.{h,cc}: new methods to control all knobs.

2005-01-04  Eric Blossom  <eb@comsec.com>

	* src/usrp1.i,src/usrp1_source_base.{h,cc}: new methods for
	messing with Rx PGA. 

2004-11-14  Eric Blossom  <eb@comsec.com>

	* src/usrp1_sink_base.cc (work): corrected increment of obi.

2004-10-13  Eric Blossom  <eb@comsec.com>

	* configure.ac: upped rev to 0.2cvs

2004-10-11  Eric Blossom  <eb@comsec.com>

	* configure.ac: bumped rev to 0.2, make release.
	* Makefile.am (EXTRA_DIST): added config.h.in

2004-09-30  Eric Blossom  <eb@comsec.com>

	* src/usrp1_sink_base.{h,cc}, src/usrp1_source_base.{h,cc},
	src/usrp1.i: new methods for reading and writing aux dac and adc,
	eeproms, and fpga registers.

2004-09-23  Eric Blossom  <eb@comsec.com>

	* config/usrp_fusb_tech.m4, config/bnv_have_qt.m4, config/cppunit.m4,
	config/gr_check_mc4020.m4, config/gr_check_usrp.m4, config/gr_doxygen.m4,
	config/gr_gprof.m4, config/gr_scripting.m4, config/gr_set_md_cpu.m4,
	config/pkg.m4, config/usrp_fusb_tech.m4: added additional quoting
	to first arg of AC_DEFUN to silence automake warning.

2004-08-19  Eric Blossom  <eb@comsec.com>

	* src/usrp1_{sink,source}_base.{h,cc}, src/usrp1.i: new method: set_verbose.

2004-08-03  Eric Blossom  <eb@comsec.com>

	* src/usrp1_source_base.{h,cc}, src/usrp1_sink_base.{h,cc}:
	extracted base class that handles everything but the packing and
	unpacking of data into the usrp buffer.
	* src/usrp1_source_c.{h,cc}, src/usrp1_sink_c.{h,cc}: revised to
	use new base class.
	* src/usrp1_source_s.{h,cc}, src/usrp1_sink_s.{h,cc}: new.
	

2004-07-31  Eric Blossom  <eb@comsec.com>

	* src/usrp1_{sink,source}_c.{h,cc}: new method: set_loopback
	* src/usrp1.i: new method: set_loopback

2004-07-30  Eric Blossom  <eb@comsec.com>

	* src/usrp1_source_c.{h,cc}: renamed from usrp_source_c.{h,cc}
	* src/usrp1_sink_c.{h,cc}: renamed from usrp_sink_c.{h,cc}
	* src/usrp1.i: renamed from usrp.i
	* src/usrp.py: new.  Binds proper class depending on hardware found.
	

2004-07-29  Eric Blossom  <eb@comsec.com>

	* src/usrp_{sink,source}_c.h: doc fix.
	* src/usrp0.i: new
	* src/usrp0_source_c.{h,cc}: new
	* src/usrp0_sink_c.{h,cc}: new

2004-07-12  Eric Blossom  <eb@comsec.com>

	* configure.ac: upped rev to 0.1cvs

2004-07-08  Eric Blossom  <eb@comsec.com>

	* src/usrp_source_c.{h,cc}: new.

#
# Copyright 2004,2005 Free Software Foundation, Inc.
# 
# This file is part of GNU Radio
# 
# GNU Radio is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
# 
# GNU Radio is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
# GNU General Public License for more details.
# 
# You should have received a copy of the GNU General Public License
# along with GNU Radio; see the file COPYING.  If not, write to
# the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
# 
