Add and use rtems_bsd_get_task_priority()

This commit is contained in:
Sebastian Huber
2015-01-20 08:39:06 +01:00
parent e6405ea0cb
commit 91ea7ea614
10 changed files with 96 additions and 22 deletions

View File

@@ -50,14 +50,6 @@
#define BSD_TASK_NAME rtems_build_name('_', 'B', 'S', 'D')
#define BSD_TASK_PRIORITY_NORMAL 120
#define BSD_TASK_PRIORITY_TIMER 110
#define BSD_TASK_PRIORITY_INTERRUPT 100
#define BSD_TASK_PRIORITY_RESOURCE_OWNER 100
/* FIXME */
#define BSD_MINIMUM_TASK_STACK_SIZE ((size_t) 32 * 1024)