summaryrefslogtreecommitdiffstats
path: root/make/custom/psim.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/psim.cfg')
-rw-r--r--make/custom/psim.cfg6
1 files changed, 0 insertions, 6 deletions
diff --git a/make/custom/psim.cfg b/make/custom/psim.cfg
index 9644c189b4..1ea53d2f64 100644
--- a/make/custom/psim.cfg
+++ b/make/custom/psim.cfg
@@ -14,9 +14,6 @@ RTEMS_BSP_FAMILY=psim
# This section makes the target dependent options file.
-# RTEMS_TEST_NO_PAUSE (RTEMS tests)
-# do not pause between screens of output in the rtems tests
-#
# CONSOLE_USE_POLLED (psim_bsp)
# CONSOLE_USE_INTERRUPTS (psim_bsp)
# The psim console driver has the structure to operate in either
@@ -38,10 +35,7 @@ RTEMS_BSP_FAMILY=psim
# response time. The use of these registers can conflict with
# other tools like debuggers.
-
-
define make-target-options
- @echo "#define RTEMS_TEST_NO_PAUSE 1" >>$@
@echo "#define CONSOLE_USE_INTERRUPTS 0" >>$@
@echo "#define CONSOLE_USE_POLLED !CONSOLE_USE_INTERRUPTS" >>$@
@echo "#define PSIM_FAST_IDLE 1" >>$@