[rtems commit] psxfile01: Use floating-point task

Sebastian Huber sebh at rtems.org
Fri Jan 19 09:58:08 UTC 2018


Module:    rtems
Branch:    master
Commit:    60dc0205ca2ea4d7bf319f001003746541f0d05e
Changeset: http://git.rtems.org/rtems/commit/?id=60dc0205ca2ea4d7bf319f001003746541f0d05e

Author:    Sebastian Huber <sebastian.huber at embedded-brains.de>
Date:      Fri Jan 19 10:54:23 2018 +0100

psxfile01: Use floating-point task

This test uses fprintf().

---

 testsuites/psxtests/psxfile01/main.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testsuites/psxtests/psxfile01/main.c b/testsuites/psxtests/psxfile01/main.c
index b2f3cae..c634082 100644
--- a/testsuites/psxtests/psxfile01/main.c
+++ b/testsuites/psxtests/psxfile01/main.c
@@ -38,6 +38,7 @@ rtems_task Init(
 
 #define CONFIGURE_MAXIMUM_TASKS 1
 #define CONFIGURE_INIT_TASK_STACK_SIZE (2 * RTEMS_MINIMUM_STACK_SIZE)
+#define CONFIGURE_INIT_TASK_ATTRIBUTES RTEMS_FLOATING_POINT
 
 #define CONFIGURE_INITIAL_EXTENSIONS RTEMS_TEST_INITIAL_EXTENSION
 



More information about the vc mailing list