gromero commented on a change in pull request #9274:
URL: https://github.com/apache/tvm/pull/9274#discussion_r731073407
##########
File path: apps/microtvm/arduino/template_project/microtvm_api_server.py
##########
@@ -138,6 +142,11 @@ class BoardAutodetectFailed(Exception):
server.ProjectOption(
"verbose", help="True to pass --verbose flag to arduino-cli compile
and upload"
),
+ server.ProjectOption(
+ "warning_as_error",
+ choices=(True, False),
+ help="Tread warnings as errors.",
Review comment:
Sorry, I missed that type on the last review: s/Tread/Treat?
##########
File path: apps/microtvm/zephyr/template_project/microtvm_api_server.py
##########
@@ -265,6 +269,11 @@ def _get_nrf_device_args(options):
"config_main_stack_size",
help="Sets CONFIG_MAIN_STACK_SIZE for Zephyr board.",
),
+ server.ProjectOption(
+ "warning_as_error",
+ choices=(True, False),
+ help="Tread warnings as errors.",
Review comment:
Same here: s/Tread/Treat/
--
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]