forked from ARMmbed/mbed-os
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmbed_lib.json
29 lines (28 loc) · 817 Bytes
/
mbed_lib.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "tfm",
"macros": [
"TFM_PSA_API", "MBED_TZ_DEFAULT_ACCESS=1"
],
"config": {
"level": {
"help": "TFM security level",
"macro_name": "TFM_LVL",
"value": 1
},
"handle_pool_size": {
"help": "maximum number of handles that can be opened at the same time",
"macro_name": "TFM_CONN_HANDLE_MAX_NUM",
"value": 10
},
"rot_pool_size": {
"help": "maximum number of RoT services allowed",
"macro_name": "TFM_SPM_MAX_ROT_SERV_NUM",
"value": 20
},
"message_pool_size": {
"help": "maximum number of active messages allowed",
"macro_name": "TFM_MSG_QUEUE_MAX_MSG_NUM",
"value": 10
}
}
}