We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3749f2d + 1c39f5b commit 12dace0Copy full SHA for 12dace0
TESTS/mbedmicro-rtos-mbed/semaphore/main.cpp
@@ -30,7 +30,7 @@ using namespace utest::v1;
30
#define SEM_CHANGES 100
31
#define SHORT_WAIT 5
32
33
-#define THREAD_STACK_SIZE 512
+#define THREAD_STACK_SIZE 320 /* larger stack cause out of heap memory on some 16kB RAM boards in multi thread test*/
34
35
Semaphore two_slots(SEMAPHORE_SLOTS);
36
0 commit comments