mehrdadh commented on a change in pull request #9068:
URL: https://github.com/apache/tvm/pull/9068#discussion_r716893354



##########
File path: apps/microtvm/zephyr/template_project/microtvm_api_server.py
##########
@@ -180,6 +184,9 @@ def _get_device_args(options):
     if flash_runner == "openocd":
         return _get_openocd_device_args(options)
 
+    if flash_runner == "jlink":
+        return []

Review comment:
       I realized that _get_device_args is only used with NRF board. So we 
don't need to have Jlink support in this function.




-- 
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]


Reply via email to