mirror of https://github.com/ARMmbed/mbed-os.git
TF-M config: Add max_ns_thread_count parameter
parent
63242cfbb4
commit
14aa347040
|
@ -1,4 +1,11 @@
|
|||
{
|
||||
"name": "tfm-s",
|
||||
"macros": ["MBED_FAULT_HANDLER_DISABLED", "BYPASS_NVSTORE_CHECK=1"]
|
||||
"macros": ["MBED_FAULT_HANDLER_DISABLED", "BYPASS_NVSTORE_CHECK=1"],
|
||||
"config": {
|
||||
"max_ns_thread_count": {
|
||||
"help": "maximum allowed number of non-secure threads",
|
||||
"macro_name": "TFM_MAX_NS_THREAD_COUNT",
|
||||
"value": 10
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -51,7 +51,7 @@ using namespace utest::v1;
|
|||
|
||||
#define TEST_BLOCK_COUNT 10
|
||||
#define TEST_ERROR_MASK 16
|
||||
#define TEST_NUM_OF_THREADS 4
|
||||
#define TEST_NUM_OF_THREADS 5
|
||||
#define TEST_THREAD_STACK_SIZE 1024
|
||||
|
||||
const struct {
|
||||
|
|
Loading…
Reference in New Issue