libusrp/firmware/include
jcorgan 707f3cef77 Merged r11377:11390 from jcorgan/usrp-headers in to trunk.
* Public USRP(1) header files are now in their own source directory
  and install into $(includedir)/usrp.  This was done to avoid name
  clashes in the top-level include directory.

  Only users who are developing directly to libusrp in C++ are
  affected; the GNU Radio C++ and Python APIs are unchanged.

  The simple change required by this update is to change:

  #include <usrp_*.h> 

  to #include 

  <usrp/usrp_*.h> 

  ...in your source code.

* Removed usrp-inband code from tree (put into limbo directory.)
  This code has become unmaintained and has started to suffer
  from bitrot.  A checkpoint tag has been made for anyone still
  needing to use it:

  http://gnuradio.org/svn/gnuradio/tags/checkpoints/trunk-20090708-pre-usrp-reorg

  The plan during the 3.2->3.3 development cycle is to replace the
  functions done by the in-band code with extensions to the existing
  gr-usrp blocks using the new message passing architecture.

  The USRP hardware FPGA code that provided the inband interface
  has not been removed; however, it too has become unmaintained and
  will likely be rewritten/replaced during the 3.3 timeframe.

The trunk passes distcheck.




git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11394 221aa14e-8319-0410-a670-987f0aec2ac5
2009-07-09 02:55:51 +00:00
..
Makefile.am Merged r11377:11390 from jcorgan/usrp-headers in to trunk. 2009-07-09 02:55:51 +00:00
delay.h Updated license from GPL version 2 or later to GPL version 3 or later. 2007-07-21 03:44:38 +00:00
fpga_regs0.h Updated license from GPL version 2 or later to GPL version 3 or later. 2007-07-21 03:44:38 +00:00
fpga_regs_common.h Updated license from GPL version 2 or later to GPL version 3 or later. 2007-07-21 03:44:38 +00:00
fpga_regs_common.v Merged gcell, the Cell SPE scheduler and RPC mechanism into the trunk. 2008-03-24 06:09:29 +00:00
fpga_regs_standard.h Updated license from GPL version 2 or later to GPL version 3 or later. 2007-07-21 03:44:38 +00:00
fpga_regs_standard.v Merged gcell, the Cell SPE scheduler and RPC mechanism into the trunk. 2008-03-24 06:09:29 +00:00
fx2regs.h Updated license from GPL version 2 or later to GPL version 3 or later. 2007-07-21 03:44:38 +00:00
fx2utils.h Updated license from GPL version 2 or later to GPL version 3 or later. 2007-07-21 03:44:38 +00:00
generate_regs.py Houston, we have a trunk. 2006-08-03 04:51:51 +00:00
i2c.h Updated license from GPL version 2 or later to GPL version 3 or later. 2007-07-21 03:44:38 +00:00
isr.h Renumbered FGV_* so that they are zero based to fix problem 2007-12-03 17:46:09 +00:00
syncdelay.h Updated license from GPL version 2 or later to GPL version 3 or later. 2007-07-21 03:44:38 +00:00
timer.h Updated license from GPL version 2 or later to GPL version 3 or later. 2007-07-21 03:44:38 +00:00
usb_common.h Updated license from GPL version 2 or later to GPL version 3 or later. 2007-07-21 03:44:38 +00:00
usb_descriptors.h Updated license from GPL version 2 or later to GPL version 3 or later. 2007-07-21 03:44:38 +00:00
usb_requests.h Updated license from GPL version 2 or later to GPL version 3 or later. 2007-07-21 03:44:38 +00:00
usrp_commands.h Updated license from GPL version 2 or later to GPL version 3 or later. 2007-07-21 03:44:38 +00:00
usrp_config.h Updated license from GPL version 2 or later to GPL version 3 or later. 2007-07-21 03:44:38 +00:00
usrp_i2c_addr.h Updated license from GPL version 2 or later to GPL version 3 or later. 2007-07-21 03:44:38 +00:00
usrp_ids.h Updated license from GPL version 2 or later to GPL version 3 or later. 2007-07-21 03:44:38 +00:00
usrp_interfaces.h Updated license from GPL version 2 or later to GPL version 3 or later. 2007-07-21 03:44:38 +00:00
usrp_spi_defs.h Updated license from GPL version 2 or later to GPL version 3 or later. 2007-07-21 03:44:38 +00:00