examples: Add PSA example to list of examples

pull/12955/head
Jaeden Amero 2020-06-12 17:04:52 +01:00
parent cd88e724f7
commit b38c5ed8e3
1 changed files with 16 additions and 0 deletions

View File

@ -333,6 +333,22 @@
"compare_log": ["mbed-os-example-mbed-crypto/tests/getting-started.log"],
"auto-update" : true
},
{
"name": "mbed-os-example-psa",
"github":"https://github.com/ARMmbed/mbed-os-example-psa",
"sub-repo-example": false,
"subs": [],
"features" : [],
"targets" : ["ARM_MUSCA_A1", "ARM_MUSCA_B1", "K64F", "CY8CKIT_064S2_4343W"],
"toolchains" : ["GCC_ARM", "ARM"],
"exporters": [],
"compile" : true,
"export": true,
"test" : true,
"baud_rate": 115200,
"compare_log": ["mbed-os-example-psa/tests/psa.log"],
"auto-update" : true
},
{
"name": "mbed-os-example-nfc",
"github": "https://github.com/ARMmbed/mbed-os-example-nfc",