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



##########
File path: apps/microtvm/zephyr/template_project/microtvm_api_server.py
##########
@@ -545,6 +546,10 @@ def _find_openocd_serial_port(cls, options):
 
         return ports[0].device
 
+    @classmethod
+    def _find_jlink_serial_port(cls, options):
+        return cls._find_openocd_serial_port(options)

Review comment:
       Thanks for extra investigation on this. I agree that this is a bit 
confusing. We could do a refactor here in a follow on PR.




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