root / firmware / fx2 / include / usrp_config.h @ 70eae1d2
History | View | Annotate | Download (1.4 kB)
| 1 |
/*
|
|---|---|
| 2 |
* USRP - Universal Software Radio Peripheral
|
| 3 |
*
|
| 4 |
* Copyright (C) 2003 Free Software Foundation, Inc.
|
| 5 |
*
|
| 6 |
* This program is free software; you can redistribute it and/or modify
|
| 7 |
* it under the terms of the GNU General Public License as published by
|
| 8 |
* the Free Software Foundation; either version 3 of the License, or
|
| 9 |
* (at your option) any later version.
|
| 10 |
*
|
| 11 |
* This program is distributed in the hope that it will be useful,
|
| 12 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
| 13 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
| 14 |
* GNU General Public License for more details.
|
| 15 |
*
|
| 16 |
* You should have received a copy of the GNU General Public License
|
| 17 |
* along with this program; if not, write to the Free Software
|
| 18 |
* Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
|
| 19 |
*/
|
| 20 |
|
| 21 |
/*
|
| 22 |
* configuration stuff for debugging
|
| 23 |
*/
|
| 24 |
|
| 25 |
/*
|
| 26 |
* Define to 0 for normal use of port A, i.e., FPGA control bus.
|
| 27 |
* Define to 1 to write trace to port A for scoping with logic analyzer.
|
| 28 |
*/
|
| 29 |
#define UC_TRACE_USING_PORT_A 0 |
| 30 |
|
| 31 |
|
| 32 |
/*
|
| 33 |
* Define to 0 for normal use of low 3 bits of port E, i.e., A/D, D/A SLEEP bits.
|
| 34 |
* Define to 1 to enable by default driving the GPIF state to the
|
| 35 |
* low three bits of port E.
|
| 36 |
*/
|
| 37 |
#define UC_START_WITH_GSTATE_OUTPUT_ENABLED 0 |
| 38 |
|
| 39 |
|
| 40 |
/*
|
| 41 |
* Define to 1 for normal use (the board really has an FPGA on it).
|
| 42 |
* Define to 0 for debug use on board without FPGA.
|
| 43 |
*/
|
| 44 |
#define UC_BOARD_HAS_FPGA 1 |