Skip to content

Commit c82c40f

Browse files
committed
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.
1 parent 6a0fcd3 commit c82c40f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

targets/TARGET_ARM_SSG/mbed_rtx.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#define INITIAL_SP (0x20020000UL)
2424
#endif
2525
#ifndef OS_TASKCNT
26-
#define OS_TASKCNT 6
26+
#define OS_TASKCNT 7
2727
#endif
2828
#ifndef OS_MAINSTKSIZE
2929
#define OS_MAINSTKSIZE 112

targets/TARGET_NORDIC/mbed_rtx.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#endif
2929

3030
#ifndef OS_TASKCNT
31-
#define OS_TASKCNT 6
31+
#define OS_TASKCNT 7
3232
#endif
3333
#ifndef OS_MAINSTKSIZE
3434
#define OS_MAINSTKSIZE 512
@@ -46,7 +46,7 @@
4646
#define INITIAL_SP (0x20010000UL)
4747
#endif
4848
#ifndef OS_TASKCNT
49-
#define OS_TASKCNT 6
49+
#define OS_TASKCNT 7
5050
#endif
5151
#ifndef OS_MAINSTKSIZE
5252
#define OS_MAINSTKSIZE 512

0 commit comments

Comments
 (0)