mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #10031 from adbridge/master
Add new mbed-os-example-attestation examplepull/10046/head
commit
7661d2d913
|
@ -367,6 +367,25 @@
|
||||||
"compile" : true,
|
"compile" : true,
|
||||||
"export": true,
|
"export": true,
|
||||||
"auto-update" : true
|
"auto-update" : true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "mbed-os-example-attestation",
|
||||||
|
"github": "https://github.com/ARMmbed/mbed-os-example-attestation",
|
||||||
|
"mbed": [],
|
||||||
|
"test-repo-source": "github",
|
||||||
|
"features" : [],
|
||||||
|
"targets" : ["CY8CKIT_062_WIFI_BT_PSA",
|
||||||
|
"K64F",
|
||||||
|
"K66F",
|
||||||
|
"NUCLEO_F429ZI",
|
||||||
|
"UBLOX_ODIN_EVK_W2",
|
||||||
|
"LPC55S69_NS"
|
||||||
|
],
|
||||||
|
"toolchains" : [],
|
||||||
|
"exporters": [],
|
||||||
|
"compile" : true,
|
||||||
|
"export": true,
|
||||||
|
"auto-update" : true
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue