summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/arm/gumstix/include
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-06-05 12:56:33 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-06-05 12:56:33 +0000
commitbab15ed4b9a0d97d9fe11d4029532b21635e050e (patch)
tree340402d71de20e62f7e2a89c448d585a6f501423 /c/src/lib/libbsp/arm/gumstix/include
parent2009-06-04 Xi Yang <hiyangxi@gmail.com> (diff)
downloadrtems-bab15ed4b9a0d97d9fe11d4029532b21635e050e.tar.bz2
2009-06-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac, include/bspopts.h.in: Add ON_SKYEYE option to at least enable fast idle mode. Also added some standard BSP options.
Diffstat (limited to 'c/src/lib/libbsp/arm/gumstix/include')
-rw-r--r--c/src/lib/libbsp/arm/gumstix/include/bspopts.h.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/arm/gumstix/include/bspopts.h.in b/c/src/lib/libbsp/arm/gumstix/include/bspopts.h.in
index f11cf7efbb..7c08e706cf 100644
--- a/c/src/lib/libbsp/arm/gumstix/include/bspopts.h.in
+++ b/c/src/lib/libbsp/arm/gumstix/include/bspopts.h.in
@@ -1,5 +1,23 @@
/* include/bspopts.h.in. Generated from configure.ac by autoheader. */
+/* If defined, then the BSP Framework will put a non-zero pattern into the
+ RTEMS Workspace and C program heap. This should assist in finding code that
+ assumes memory starts set to zero. */
+#undef BSP_DIRTY_MEMORY
+
+/* If defined, print a message and wait until pressed before resetting board
+ when application exits. */
+#undef BSP_PRESS_KEY_FOR_RESET
+
+/* If defined, reset the board when the application exits. */
+#undef BSP_RESET_BOARD_AT_EXIT
+
+/* If defined, enable options which optimize executingon the Skyeye simulator.
+ Speed up the clock ticks while the idle task is running so time spent in
+ the idle task is minimized. This significantly reduces the wall time
+ required to execute the RTEMS test suites. */
+#undef ON_SKYEYE
+
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT