Home
last modified time | relevance | path

Searched +full:west +full:- +full:commands (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-2.7.6/west/
Dwest-commands.yml1 west-commands:
2 - file: west/update.py
3 commands:
4 - name: espressif
6 help: download toolchain or update ESP-IDF submodules
Dupdate.py3 # SPDX-License-Identifier: Apache-2.0
7 Espressif west extension to retrieve esp-idf submodules.'''
15 from west.commands import WestCommand
16 from west import log
18 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 for
71 log.banner('updating ESP-IDF submodules..')
75 cwd=module_path).decode('utf-8')
[all …]