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.
1 parent 687c1b6 commit 3983d49Copy full SHA for 3983d49
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