guberti commented on a change in pull request #8748:
URL: https://github.com/apache/tvm/pull/8748#discussion_r695902185
##########
File path: apps/microtvm/reference-vm/base-box-tool.py
##########
@@ -439,26 +473,27 @@ def parse_args():
"--provider",
choices=ALL_PROVIDERS,
action="append",
- help="Name of the provider or providers to act on; if not specified,
act on all.",
+ required=True,
+ help="Name of the provider or providers to act on",
)
- parser.add_argument(
- "platform",
- help="Name of the platform VM to act on. Must be a sub-directory of
this directory.",
- )
+ # "test" has special options for different platforms, and "build",
"release" might
+ # in the future, so we'll add the platform argument to each one
individually.
+ platform_help_str = "Electronics platform to use (e.g. Arduino, Zephyr)"
Review comment:
I like the idea of renaming `microtvm-platform` to `microtvm-device`.
This will be a decently large refactor, though, so I think it's out of the
scope of this PR. I've changed `platform_help_str` to just `Platform to use`.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]