mirror of https://github.com/ARMmbed/mbed-os.git
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
parent
6a0fcd3c58
commit
c82c40f378
|
@ -23,7 +23,7 @@
|
||||||
#define INITIAL_SP (0x20020000UL)
|
#define INITIAL_SP (0x20020000UL)
|
||||||
#endif
|
#endif
|
||||||
#ifndef OS_TASKCNT
|
#ifndef OS_TASKCNT
|
||||||
#define OS_TASKCNT 6
|
#define OS_TASKCNT 7
|
||||||
#endif
|
#endif
|
||||||
#ifndef OS_MAINSTKSIZE
|
#ifndef OS_MAINSTKSIZE
|
||||||
#define OS_MAINSTKSIZE 112
|
#define OS_MAINSTKSIZE 112
|
||||||
|
|
|
@ -28,7 +28,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef OS_TASKCNT
|
#ifndef OS_TASKCNT
|
||||||
#define OS_TASKCNT 6
|
#define OS_TASKCNT 7
|
||||||
#endif
|
#endif
|
||||||
#ifndef OS_MAINSTKSIZE
|
#ifndef OS_MAINSTKSIZE
|
||||||
#define OS_MAINSTKSIZE 512
|
#define OS_MAINSTKSIZE 512
|
||||||
|
@ -46,7 +46,7 @@
|
||||||
#define INITIAL_SP (0x20010000UL)
|
#define INITIAL_SP (0x20010000UL)
|
||||||
#endif
|
#endif
|
||||||
#ifndef OS_TASKCNT
|
#ifndef OS_TASKCNT
|
||||||
#define OS_TASKCNT 6
|
#define OS_TASKCNT 7
|
||||||
#endif
|
#endif
|
||||||
#ifndef OS_MAINSTKSIZE
|
#ifndef OS_MAINSTKSIZE
|
||||||
#define OS_MAINSTKSIZE 512
|
#define OS_MAINSTKSIZE 512
|
||||||
|
|
Loading…
Reference in New Issue