We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9277d0f commit 8e62826Copy full SHA for 8e62826
components/TARGET_PSA/TARGET_TFM/COMPONENT_SPE/mbed_lib.json
@@ -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
16
+ "macro_name": "TFM_MSG_QUEUE_MAX_MSG_NUM",
17
18
+ }
19
20
+}
21
+
0 commit comments