tests: Use floating point task

These tests directly or indirectly use fprintf(), etc. which may use the
floating point unit.

Update #3076.
This commit is contained in:
Sebastian Huber
2017-07-18 13:07:26 +02:00
parent b682f4cb21
commit 07e178005a
31 changed files with 58 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ rtems_printer rtems_test_printer;
RTEMS_NO_TIMESLICE | \
RTEMS_NO_ASR | \
RTEMS_INTERRUPT_LEVEL(0))
#define CONFIGURE_INIT_TASK_ATTRIBUTES RTEMS_FLOATING_POINT
#define CONFIGURE_INIT
rtems_task Init(rtems_task_argument argument);