areusch commented on code in PR #13610:
URL: https://github.com/apache/tvm/pull/13610#discussion_r1061031013


##########
apps/microtvm/arduino/template_project/microtvm_api_server.py:
##########
@@ -337,7 +332,7 @@ def _copy_cmsis(self, project_path: pathlib.Path, 
cmsis_path: str):
         However, the latest release does not include header files that are 
copied in this function.
         """
         (project_path / "include" / "cmsis").mkdir()
-        cmsis_path = get_cmsis_path(cmsis_path)
+        cmsis_path = pathlib.Path(cmsis_path)

Review Comment:
   this one also removes the possibility of setting CMSIS_PATH through env 
right? can you add to PR description?



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