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

@@ -44,6 +44,8 @@ extern void setup_tasks_to_watch(void);
#define CONFIGURE_RTEMS_INIT_TASKS_TABLE
#define CONFIGURE_INIT_TASK_ATTRIBUTES RTEMS_FLOATING_POINT
#define TASK_ALLOCATION_SIZE (5)
#define CONFIGURE_MAXIMUM_TASKS rtems_resource_unlimited(TASK_ALLOCATION_SIZE)
#define CONFIGURE_EXTRA_TASK_STACKS (75 * RTEMS_MINIMUM_STACK_SIZE)