Add NFC example application

This commit is contained in:
Mirna
2020-10-12 11:07:57 +02:00
parent 245e0ab781
commit d36cac1a33
2 changed files with 27 additions and 0 deletions

View File

@@ -921,6 +921,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="console_test",
help=("Compiles and installs the console_test example that tests the "
"console driver with messages of various lengths."))
main_parser.set_defaults(features=["with_ctap1"])