[rtems commit] block06: Use floating-point task

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


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

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

block06: Use floating-point task

This test uses sprintf().

---

 testsuites/libtests/block06/init.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testsuites/libtests/block06/init.c b/testsuites/libtests/block06/init.c
index 9c1b1bc..bd04a15 100644
--- a/testsuites/libtests/block06/init.c
+++ b/testsuites/libtests/block06/init.c
@@ -1842,6 +1842,7 @@ static rtems_task Init(rtems_task_argument argument)
   (BDBUF_TEST_TASKS * BDBUF_TEST_STACK_SIZE)
 
 #define CONFIGURE_INIT_TASK_STACK_SIZE BDBUF_TEST_STACK_SIZE
+#define CONFIGURE_INIT_TASK_ATTRIBUTES RTEMS_FLOATING_POINT
 #define CONFIGURE_INITIAL_EXTENSIONS RTEMS_TEST_INITIAL_EXTENSION
 
 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE




More information about the vc mailing list