]> rtime.felk.cvut.cz Git - orte.git/commitdiff
RTEMS: allocate space for POSIX keys which are required by current RTEMS shell version.
authorPavel Pisa <pisa@cmp.felk.cvut.cz>
Sun, 13 Apr 2014 11:07:03 +0000 (13:07 +0200)
committerPavel Pisa <pisa@cmp.felk.cvut.cz>
Sun, 13 Apr 2014 11:07:03 +0000 (13:07 +0200)
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
orte/examples/rtems-shell/system.h

index 284226849614d47c0ba2941d1a16e3154ffcb337..31cfa39372b504ea69a476a49bfdd13666d67d86 100644 (file)
@@ -61,6 +61,8 @@ rtems_task Init(
 #define CONFIGURE_MAXIMUM_POSIX_BARRIERS             5
 #define CONFIGURE_MAXIMUM_POSIX_RWLOCKS              50
 #define CONFIGURE_MAXIMUM_POSIX_SPINLOCKS            10
+#define CONFIGURE_MAXIMUM_POSIX_KEYS                 8
+#define CONFIGURE_MAXIMUM_POSIX_KEY_VALUE_PAIRS      16
 #endif /*RTEMS_POSIX_API*/
 
 #endif