Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[microTVM] Zephyr: implement 'west_cmd' server option
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 build() 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 <gustavo.romero@linaro.org>
- Loading branch information