source: rtems/c/src/lib/libbsp/m68k/mcf5329/include/bspopts.h.in @ 6b56ec3

4.104.114.95
Last change on this file since 6b56ec3 was 6b56ec3, checked in by Joel Sherrill <joel.sherrill@…>, on 06/20/08 at 14:58:34

2008-06-20 Matthew Riek <matthew.riek@…>

  • ChangeLog?, Makefile.am, README, bsp_specs, configure.ac, gdb-init, preinstall.am, clock/clock.c, console/console.c, include/bsp.h, include/bspopts.h.in, include/coverhd.h, include/tm27.h, network/network.c, start/start.S, startup/bspclean.c, startup/bspstart.c, startup/cfinit.c, startup/init5329.c, startup/linkcmds, startup/linkcmdsflash, timer/timer.c: New files.
  • Property mode set to 100644
File size: 773 bytes
RevLine 
[6b56ec3]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.