Newer
Older
mbed-os / components / TARGET_PSA / TARGET_MBED_SPM / mbed_lib.json
@Oren Cohen Oren Cohen on 31 Jan 2019 358 bytes Align to new spec changes and prep for TFM SPM
{
    "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
        }
    }
}