mirror of https://github.com/ARMmbed/mbed-os.git
examples: Add PSA example to list of examples
parent
cd88e724f7
commit
b38c5ed8e3
|
@ -333,6 +333,22 @@
|
||||||
"compare_log": ["mbed-os-example-mbed-crypto/tests/getting-started.log"],
|
"compare_log": ["mbed-os-example-mbed-crypto/tests/getting-started.log"],
|
||||||
"auto-update" : true
|
"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",
|
"name": "mbed-os-example-nfc",
|
||||||
"github": "https://github.com/ARMmbed/mbed-os-example-nfc",
|
"github": "https://github.com/ARMmbed/mbed-os-example-nfc",
|
||||||
|
|
Loading…
Reference in New Issue