2009-02-26 Joel Sherrill <joel.sherrill@oarcorp.com>

* configure.ac, include/bsp.h: Run better on simulator. Timer is
	probably not right yet but
This commit is contained in:
Joel Sherrill
2009-02-26 20:45:44 +00:00
parent 9f127d2123
commit be9f085602
3 changed files with 15 additions and 9 deletions

View File

@@ -19,18 +19,21 @@ RTEMS_CHECK_NETWORKING
AM_CONDITIONAL(HAS_NETWORKING,test "$HAS_NETWORKING" = "yes")
RTEMS_BSPOPTS_SET([SIMULATOR_FAST_IDLE],[*],[])
RTEMS_BSPOPTS_HELP([SIMULATOR_FAST_IDLE],
[If defined, 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.])
RTEMS_BSPOPTS_SET([ON_SIMULATOR],[*],[])
RTEMS_BSPOPTS_HELP([ON_SIMULATOR],
[If defined, this indicates the BSP is being built to run on the lm32
simulator in GDB. This enables fast idle support which speeds 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. It also enables a special exit and
alternate printk support.])
RTEMS_BSPOPTS_SET([BSP_PRESS_KEY_FOR_RESET],[*],[1])
RTEMS_BSPOPTS_SET([BSP_PRESS_KEY_FOR_RESET],[*],[0])
RTEMS_BSPOPTS_HELP([BSP_PRESS_KEY_FOR_RESET],
[If defined, print a message and wait until pressed before resetting
board when application exits.])
RTEMS_BSPOPTS_SET([BSP_RESET_BOARD_AT_EXIT],[*],[1])
RTEMS_BSPOPTS_SET([BSP_RESET_BOARD_AT_EXIT],[*],[0])
RTEMS_BSPOPTS_HELP([BSP_RESET_BOARD_AT_EXIT],
[If defined, reset the board when the application exits.])