gromero opened a new pull request #8941:
URL: https://github.com/apache/tvm/pull/8941


   Currently Zephyr Project API server lists option 'west_cmd' as an
   option available in Zephyr platform by advertising it in PROJECT_OPTIONS
   but that option is not used by any API method.
   
   That commit adds that option to the server as a non-required option to
   the flash() interface method, allowing the user to specify an
   alternative path to the west tool. If that option is not specified the
   Zephyr build system takes care of searching for west as a module (so
   relying on West being available on Python, i.e. relying on
   'python3 -m west').
   
   Signed-off-by: Gustavo Romero <[email protected]>
   


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