Searched +full:west +full:- +full:commands (Results 1 – 2 of 2) sorted by relevance
1 west-commands:2 - file: west/update.py3 commands:4 - name: espressif6 help: download toolchain or update ESP-IDF submodules
3 # SPDX-License-Identifier: Apache-2.07 Espressif west extension to retrieve esp-idf submodules.'''15 from west.commands import WestCommand16 from west import log18 ESP_IDF_REMOTE = "https://github.com/zephyrproject-rtos/hal_espressif"34 # Keep this in sync with the string in west-commands.yml.35 'download toolchain or update ESP-IDF submodules',38 or fetch ESP-IDF submodules required for71 log.banner('updating ESP-IDF submodules..')75 cwd=module_path).decode('utf-8')[all …]