Add latency example

This commit is contained in:
Julien Cretin
2020-12-10 13:31:25 +01:00
parent 8a9a1dc87a
commit ae08221cdb
2 changed files with 132 additions and 0 deletions

View File

@@ -907,6 +907,12 @@ if __name__ == "__main__":
const="crypto_bench",
help=("Compiles and installs the crypto_bench example that benchmarks "
"the performance of the cryptographic algorithms on the board."))
apps_group.add_argument(
"--store_latency",
dest="application",
action="store_const",
const="store_latency",
help=("Compiles and installs the store_latency example."))
apps_group.add_argument(
"--panic_test",
dest="application",