mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #5377 from maciejbocianski/semaphore_mem_fix
semaphore test: fix out of memory problem for NUCLEO_F070RBpull/5398/merge
commit
12dace0a4b
|
@ -30,7 +30,7 @@ using namespace utest::v1;
|
||||||
#define SEM_CHANGES 100
|
#define SEM_CHANGES 100
|
||||||
#define SHORT_WAIT 5
|
#define SHORT_WAIT 5
|
||||||
|
|
||||||
#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*/
|
||||||
|
|
||||||
Semaphore two_slots(SEMAPHORE_SLOTS);
|
Semaphore two_slots(SEMAPHORE_SLOTS);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue