source: rtems/c/src/lib/libbsp/arm/lpc24xx/include/bspopts.h.in @ 5619a04

4.104.115
Last change on this file since 5619a04 was 5619a04, checked in by Joel Sherrill <joel.sherrill@…>, on 09/22/08 at 16:20:01

2008-09-22 Joel Sherrill <joel.sherrill@…>

  • .cvsignore, include/bspopts.h.in: New files.
  • Property mode set to 100644
File size: 773 bytes
Line 
1/* include/bspopts.h.in.  Generated from configure.ac by autoheader.  */
2
3/* BSP uses shared logic in bootcard.c */
4#undef BSP_BOOTCARD_HANDLES_RAM_ALLOCATION
5
6/* If defined, then PSIM will put a non-zero pattern into the RTEMS Workspace
7   and C program heap. This should assist in finding code that assumes memory
8   starts set to zero. */
9#undef BSP_DIRTY_MEMORY
10
11/* Define to the address where bug reports for this package should be sent. */
12#undef PACKAGE_BUGREPORT
13
14/* Define to the full name of this package. */
15#undef PACKAGE_NAME
16
17/* Define to the full name and version of this package. */
18#undef PACKAGE_STRING
19
20/* Define to the one symbol short name of this package. */
21#undef PACKAGE_TARNAME
22
23/* Define to the version of this package. */
24#undef PACKAGE_VERSION
Note: See TracBrowser for help on using the repository browser.