From 1a2656cd8e7d046ea2d9194e39da0c7b054bb134 Mon Sep 17 00:00:00 2001 From: Daniel Hellstrom Date: Fri, 31 Aug 2018 15:34:49 +0200 Subject: tm26: enable FP context when fprintf used calling rtems_print_printer_fprintf_putc() results in usage of vfprintf() which may use floating point instructions in its implementation. --- testsuites/tmtests/tm26/system.h | 1 + 1 file changed, 1 insertion(+) diff --git a/testsuites/tmtests/tm26/system.h b/testsuites/tmtests/tm26/system.h index e41afc9283..961a992ca6 100644 --- a/testsuites/tmtests/tm26/system.h +++ b/testsuites/tmtests/tm26/system.h @@ -31,6 +31,7 @@ rtems_task Init( #define CONFIGURE_TICKS_PER_TIMESLICE 0 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE +#define CONFIGURE_INIT_TASK_ATTRIBUTES RTEMS_FLOATING_POINT #define CONFIGURE_SCHEDULER_PRIORITY -- cgit v1.2.3