File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
TESTS/mbedmicro-rtos-mbed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ using namespace utest::v1;
33
33
#define THREAD_STACK_SIZE 512
34
34
#elif defined(__ARM_FM)
35
35
#define THREAD_STACK_SIZE 512
36
+ #elif defined(TARGET_FUTURE_SEQUANA_PSA)
37
+ #define THREAD_STACK_SIZE 512
36
38
#else
37
39
#define THREAD_STACK_SIZE 320 /* larger stack cause out of heap memory on some 16kB RAM boards in multi thread test*/
38
40
#endif
Original file line number Diff line number Diff line change @@ -41,6 +41,8 @@ volatile bool thread_should_continue = true;
41
41
#define THREAD_STACK_SIZE 512
42
42
#elif defined(__ARM_FM)
43
43
#define THREAD_STACK_SIZE 512
44
+ #elif defined(TARGET_FUTURE_SEQUANA_PSA)
45
+ #define THREAD_STACK_SIZE 512
44
46
#else
45
47
#define THREAD_STACK_SIZE 256
46
48
#endif
Original file line number Diff line number Diff line change 36
36
#define PARALLEL_THREAD_STACK_SIZE 512
37
37
#elif defined(__ARM_FM)
38
38
#define PARALLEL_THREAD_STACK_SIZE 512
39
+ #elif defined(TARGET_FUTURE_SEQUANA_PSA)
40
+ #define PARALLEL_THREAD_STACK_SIZE 512
39
41
#else
40
42
#define PARALLEL_THREAD_STACK_SIZE 384
41
43
#endif
You can’t perform that action at this time.
0 commit comments