[rtems commit] sptests/spversion01: Simplify configuration
Sebastian Huber
sebh at rtems.org
Fri Nov 17 05:55:24 UTC 2017
Module: rtems
Branch: master
Commit: 727cf4828996d198f9beb6d98a2f5e6bb2023792
Changeset: http://git.rtems.org/rtems/commit/?id=727cf4828996d198f9beb6d98a2f5e6bb2023792
Author: Sebastian Huber <sebastian.huber at embedded-brains.de>
Date: Thu Nov 16 06:16:12 2017 +0100
sptests/spversion01: Simplify configuration
Update #3199.
---
testsuites/sptests/spversion01/init.c | 11 ++---------
1 file changed, 2 insertions(+), 9 deletions(-)
diff --git a/testsuites/sptests/spversion01/init.c b/testsuites/sptests/spversion01/init.c
index 3fc6f0a..f4edcb2 100644
--- a/testsuites/sptests/spversion01/init.c
+++ b/testsuites/sptests/spversion01/init.c
@@ -38,21 +38,14 @@ static rtems_task Init(
/* configuration information */
#define CONFIGURE_APPLICATION_NEEDS_SIMPLE_CONSOLE_DRIVER
-#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER
+#define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER
#define CONFIGURE_INITIAL_EXTENSIONS RTEMS_TEST_INITIAL_EXTENSION
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
-#define CONFIGURE_EXTRA_TASK_STACKS (4 * RTEMS_MINIMUM_STACK_SIZE)
-#define CONFIGURE_MAXIMUM_TASKS 2
-
-#define CONFIGURE_DISABLE_SMP_CONFIGURATION
+#define CONFIGURE_MAXIMUM_TASKS 1
#define CONFIGURE_INIT
#include <rtems/confdefs.h>
-
-/* global variables */
-
-/* end of include file */
More information about the vc
mailing list