Skip to content

Commit 8e62826

Browse files
author
Michael Schwarcz
committed
Add mbed_lib.json to TF-M SPE
1 parent 9277d0f commit 8e62826

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"name": "tfm",
3+
"config": {
4+
"handle_pool_size": {
5+
"help": "maximum number of handles that can be opened at the same time",
6+
"macro_name": "TFM_CONN_HANDLE_MAX_NUM",
7+
"value": 10
8+
},
9+
"rot_pool_size": {
10+
"help": "maximum number of RoT services allowed",
11+
"macro_name": "TFM_SPM_MAX_ROT_SERV_NUM",
12+
"value": 20
13+
},
14+
"message_pool_size": {
15+
"help": "maximum number of RoT services allowed",
16+
"macro_name": "TFM_MSG_QUEUE_MAX_MSG_NUM",
17+
"value": 10
18+
}
19+
}
20+
}
21+

0 commit comments

Comments
 (0)