mehrdadh commented on code in PR #13610:
URL: https://github.com/apache/tvm/pull/13610#discussion_r1061033556
##########
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:
not it doesn't, the default value for cmsis_path is set by environment.
Check `python/tvm/micro/project_api/server.py` where we defined the cmsis_path
as a projectOption
--
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]