Skip to content

Commit

Permalink
Merge pull request #10031 from adbridge/master
Browse files Browse the repository at this point in the history
Add new mbed-os-example-attestation example
  • Loading branch information
Cruz Monrreal committed Mar 12, 2019
2 parents 76c2192 + 34ae13d commit 7661d2d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions tools/test/examples/examples.json
Expand Up @@ -367,6 +367,25 @@
"compile" : true,
"export": 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
}
]
}

0 comments on commit 7661d2d

Please sign in to comment.