From bab15ed4b9a0d97d9fe11d4029532b21635e050e Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 5 Jun 2009 12:56:33 +0000 Subject: 2009-06-05 Joel Sherrill * configure.ac, include/bspopts.h.in: Add ON_SKYEYE option to at least enable fast idle mode. Also added some standard BSP options. --- c/src/lib/libbsp/arm/gumstix/include/bspopts.h.in | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'c/src/lib/libbsp/arm/gumstix/include') 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 -- cgit v1.2.3