File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
components/TARGET_PSA/TARGET_TFM/COMPONENT_SPE
features/storage/TESTS/blockdevice/general_block_device Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " tfm-s" ,
3
- "macros" : [" MBED_FAULT_HANDLER_DISABLED" , " BYPASS_NVSTORE_CHECK=1" ]
3
+ "macros" : [" MBED_FAULT_HANDLER_DISABLED" , " BYPASS_NVSTORE_CHECK=1" ],
4
+ "config" : {
5
+ "max_ns_thread_count" : {
6
+ "help" : " maximum allowed number of non-secure threads" ,
7
+ "macro_name" : " TFM_MAX_NS_THREAD_COUNT" ,
8
+ "value" : 10
9
+ }
10
+ }
4
11
}
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ using namespace utest::v1;
51
51
52
52
#define TEST_BLOCK_COUNT 10
53
53
#define TEST_ERROR_MASK 16
54
- #define TEST_NUM_OF_THREADS 4
54
+ #define TEST_NUM_OF_THREADS 5
55
55
#define TEST_THREAD_STACK_SIZE 1024
56
56
57
57
const struct {
You can’t perform that action at this time.
0 commit comments