You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/09/27 17:18:51 UTC

[GitHub] [tvm] mehrdadh commented on a change in pull request #9068: [microTVM][Zephyr] Add MIMXRT1050 board support

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: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org