source: rtems/c/src/lib/libbsp/epiphany/epiphany_sim/include/bspopts.h @ 6f71dcb7

4.115
Last change on this file since 6f71dcb7 was 6f71dcb7, checked in by Hesham ALMatary <heshamelmatary@…>, on 05/21/15 at 16:53:53

Epiphany: Add the first epiphany_sim BSP v4

This BSP in intended to run on the simulator that should be built
from RSB. When building RTEMS for Epiphany --disable-networking must
be provided part of the configure command.

  • Property mode set to 100644
File size: 2.6 KB
Line 
1/*
2 *
3 * Copyright (c) 2015 University of York.
4 * Hesham ALMatary <hmka501@york.ac.uk>
5 *
6 * COPYRIGHT (c) 1989-1999.
7 * On-Line Applications Research Corporation (OAR).
8 *
9 * Redistribution and use in source and binary forms, with or without
10 * modification, are permitted provided that the following conditions
11 * are met:
12 * 1. Redistributions of source code must retain the above copyright
13 *    notice, this list of conditions and the following disclaimer.
14 * 2. Redistributions in binary form must reproduce the above copyright
15 *    notice, this list of conditions and the following disclaimer in the
16 *    documentation and/or other materials provided with the distribution.
17 *
18 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
19 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21 * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
22 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
24 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
25 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
26 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
27 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
28 * SUCH DAMAGE.
29 */
30
31/* include/bspopts.h.in.  Generated from configure.ac by autoheader.  */
32
33/* If defined, then the BSP Framework will put a non-zero pattern into the
34   RTEMS Workspace and C program heap. This should assist in finding code that
35   assumes memory starts set to zero. */
36#undef BSP_DIRTY_MEMORY
37
38/* If defined, print a message and wait until pressed before resetting board
39   when application exits. */
40#undef BSP_PRESS_KEY_FOR_RESET
41
42/* If defined, prints the exception context when an unexpected exception
43   occurs. */
44#undef BSP_PRINT_EXCEPTION_CONTEXT
45
46/* If defined, reset the board when the application exits. */
47#undef BSP_RESET_BOARD_AT_EXIT
48
49/* reset vector address for BSP start */
50#undef BSP_START_RESET_VECTOR
51
52/* Define to the address where bug reports for this package should be sent. */
53#undef PACKAGE_BUGREPORT
54
55/* Define to the full name of this package. */
56#undef PACKAGE_NAME
57
58/* Define to the full name and version of this package. */
59#undef PACKAGE_STRING
60
61/* Define to the one symbol short name of this package. */
62#undef PACKAGE_TARNAME
63
64/* Define to the home page for this package. */
65#undef PACKAGE_URL
66
67/* Define to the version of this package. */
68#undef PACKAGE_VERSION
Note: See TracBrowser for help on using the repository browser.