example app

This commit is contained in:
Mirna
2020-11-02 11:13:58 +02:00
parent a0ef78f0c0
commit f9705d7c26
2 changed files with 143 additions and 0 deletions

View File

@@ -928,6 +928,13 @@ if __name__ == "__main__":
const="console_test",
help=("Compiles and installs the console_test example that tests the "
"console driver with messages of various lengths."))
apps_group.add_argument(
"--nfct_test",
dest="application",
action="store_const",
const="nfct_test",
help=("Compiles and installs the nfct_test example that tests the "
"NFC driver."))
main_parser.set_defaults(features=["with_ctap1"])