Temporarily increase max number of tasks for small boards

Affected boards: NRF51_DK, NRF52_DK, Beetle. This change is temporary and
will be overwritten by RTX update. It's necessary for the boards to pass
updated tests.
pull/4317/head
Bartek Szatkowski 2017-05-15 13:23:08 +01:00
parent 6a0fcd3c58
commit c82c40f378
2 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@
#define INITIAL_SP (0x20020000UL)
#endif
#ifndef OS_TASKCNT
#define OS_TASKCNT 6
#define OS_TASKCNT 7
#endif
#ifndef OS_MAINSTKSIZE
#define OS_MAINSTKSIZE 112

View File

@ -28,7 +28,7 @@
#endif
#ifndef OS_TASKCNT
#define OS_TASKCNT 6
#define OS_TASKCNT 7
#endif
#ifndef OS_MAINSTKSIZE
#define OS_MAINSTKSIZE 512
@ -46,7 +46,7 @@
#define INITIAL_SP (0x20010000UL)
#endif
#ifndef OS_TASKCNT
#define OS_TASKCNT 6
#define OS_TASKCNT 7
#endif
#ifndef OS_MAINSTKSIZE
#define OS_MAINSTKSIZE 512