source: rtems/c/src/lib/libbsp/bfin/eZKit533/include/bspopts.h.in @ daffa60

4.115
Last change on this file since daffa60 was daffa60, checked in by Ralf Corsépius <ralf.corsepius@…>, on 05/24/12 at 04:36:40

Add bspopts.h.in.

  • Property mode set to 100644
File size: 1.2 KB
Line 
1/* include/bspopts.h.in.  Generated from configure.ac by autoheader.  */
2
3/* (BSP--Skyeye) If defined, disable features which are not supported on
4   Skyeye. */
5#undef BFIN_ON_SKYEYE
6
7/* If defined, then the BSP Framework will put a non-zero pattern into the
8   RTEMS Workspace and C program heap. This should assist in finding code that
9   assumes memory starts set to zero. */
10#undef BSP_DIRTY_MEMORY
11
12/* If defined, print a message and wait until pressed before resetting board
13   when application exits. */
14#undef BSP_PRESS_KEY_FOR_RESET
15
16/* If defined, reset the board when the application exits. */
17#undef BSP_RESET_BOARD_AT_EXIT
18
19/* The console driver can operate in either polled or interrupt mode. */
20#undef CONSOLE_USE_INTERRUPTS
21
22/* Define to the address where bug reports for this package should be sent. */
23#undef PACKAGE_BUGREPORT
24
25/* Define to the full name of this package. */
26#undef PACKAGE_NAME
27
28/* Define to the full name and version of this package. */
29#undef PACKAGE_STRING
30
31/* Define to the one symbol short name of this package. */
32#undef PACKAGE_TARNAME
33
34/* Define to the home page for this package. */
35#undef PACKAGE_URL
36
37/* Define to the version of this package. */
38#undef PACKAGE_VERSION
Note: See TracBrowser for help on using the repository browser.