]> rtime.felk.cvut.cz Git - orte/eurobot.git/commitdiff
Specification of conditional variables count is required for RTEMS.
authorPavel Pisa <pisa@cmp.felk.cvut.cz>
Fri, 13 Sep 2013 17:30:26 +0000 (19:30 +0200)
committerPavel Pisa <pisa@cmp.felk.cvut.cz>
Fri, 13 Sep 2013 17:30:26 +0000 (19:30 +0200)
Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
orte/examples/rtems-shell/system.h

index a32318f1a1f5e93c149cfcb2ef4f05cbbfe199a2..93e4f278d27cb13867d73d7a4f0d238a553fd03a 100644 (file)
@@ -41,9 +41,10 @@ rtems_task Init(
 #define CONFIGURE_MAXIMUM_DRIVERS (CONFIGURE_NUMBER_OF_DRIVERS+10)
 
 #ifdef RTEMS_POSIX_API
-#define CONFIGURE_MAXIMUM_POSIX_THREADS          32
-#define CONFIGURE_MAXIMUM_POSIX_MUTEXES          20
-#define CONFIGURE_MAXIMUM_POSIX_SEMAPHORES       10
+#define CONFIGURE_MAXIMUM_POSIX_THREADS              32
+#define CONFIGURE_MAXIMUM_POSIX_MUTEXES              60
+#define CONFIGURE_MAXIMUM_POSIX_SEMAPHORES           30
+#define CONFIGURE_MAXIMUM_POSIX_CONDITION_VARIABLES  30
 #endif /*RTEMS_POSIX_API*/
 
 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE