mirror of https://github.com/ARMmbed/mbed-os.git
14 lines
358 B
JSON
14 lines
358 B
JSON
|
{
|
||
|
"name": "spm",
|
||
|
"config": {
|
||
|
"ipc_max_num_of_channels": {
|
||
|
"help": "maximum number of PSA channels that can be opened at the same time",
|
||
|
"value": 10
|
||
|
},
|
||
|
"ipc_max_num_of_messages": {
|
||
|
"help": "maximum number of messages SPM Core can handle at a time",
|
||
|
"value": 10
|
||
|
}
|
||
|
}
|
||
|
}
|